Mypower
S4100
Troubleshooting
Maipu Confidential & Proprietary Information
Page
105
of
124
5.
The keepalive timeout value of the BGP neighbor, interval of sending
keepalive
6.
The local IP address, port, and interface for creating TCP connection.
7.
The remote IP address, port (well-known port number 179)
You can check whether the BGP configuration is effective according to the
preceding show information. It is useful for troubleshooting neighbor faults.
BGP routing table information:
Command
: show ip bgp
BGP table version is 15, local router ID is 1.1.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i -
internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Path
*> 1.1.1.0/24 0.0.0.0 0 i
The routes contained in the BGP routing table are: the route configured by
the network. The route must exist in the IGP table; the BGP route learned
from the neighbor; other routing information imported by the switch. “>”
indicates that the route is the best route. The next hop 0.0.0.0 indicates
that the route is the BGP route generated locally.
BGP Adjacency Summary:
Command: show ip bgp summary
BGP router identifier 1.1.1.1 local AS number 1
Neighbor V AS MsgRcvd MsgSent InQ OutQ Up/Down
State/PfxRcd
21.1.1.2 4 2 83 86 0 0 01:02:20 0
The command displays the brief neighbor information. The command is
useful when a switch creates neighbors with multiple peers. It is a brief
summary of the displayed information through the show ip bgp neighbor
command.
D e b u g T o o l s
debug ip bgp events: Display the BGP event information.
debug ip bgp keepalives: Display the receiving and sending information
about the BGP keepalive.