We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trying the following command: sudo ./bgp_simple.pl -myas 65000 -myip 192.168.6.43 -peerip 192.168.6.33 -peeras 65001 -p myroutes -v
sudo ./bgp_simple.pl -myas 65000 -myip 192.168.6.43 -peerip 192.168.6.33 -peeras 65001 -p myroutes -v
gives me the following error after 2 seconds: Error occured: type [Cease] Send Update: prfx [1.0.204.0/22] aspath [65000 49432 48362 6939 4766 38040 23969] orig [IGP] nxthp [192.168.6.43] 192.168.6.43:65000<=>192.168.6.33:65001: Internal error - no _peer_socket - Connection is shutdown
Error occured: type [Cease] Send Update: prfx [1.0.204.0/22] aspath [65000 49432 48362 6939 4766 38040 23969] orig [IGP] nxthp [192.168.6.43] 192.168.6.43:65000<=>192.168.6.33:65001: Internal error - no _peer_socket - Connection is shutdown
the myroutes file is a RIS file that was converted using the method described in the docs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
trying the following command:
sudo ./bgp_simple.pl -myas 65000 -myip 192.168.6.43 -peerip 192.168.6.33 -peeras 65001 -p myroutes -v
gives me the following error after 2 seconds:
Error occured: type [Cease] Send Update: prfx [1.0.204.0/22] aspath [65000 49432 48362 6939 4766 38040 23969] orig [IGP] nxthp [192.168.6.43] 192.168.6.43:65000<=>192.168.6.33:65001: Internal error - no _peer_socket - Connection is shutdown
the myroutes file is a RIS file that was converted using the method described in the docs.
The text was updated successfully, but these errors were encountered: