1148
C
70: MSDP C
HAPTER
ONFIGURATION
# Configure IBGP on Router F, and redistribute OSPF routes.
[RouterF] bgp 200
[RouterF-bgp] router-id 3.3.3.3
[RouterF-bgp] peer 192.168.3.1 as-number 200
[RouterF-bgp] import-route ospf 1
[RouterF-bgp] quit
# Inject BGP routing information into OSPF on Router C.
[RouterC] ospf 1
[RouterC-ospf-1] import-route bgp
[RouterC-ospf-1] quit
The configuration on Router D and Router F is similar to the configuration on
Router C.
Carry out the display bgp peer command to view the BGP peering relationships
between the routers. For example:
# View the information about BGP peering relationship on Router C.
[RouterC] display bgp peer
BGP local router ID : 1.1.1.1
Local AS number : 100
Total number of peers : 1
Peer
V
192.168.1.2
4
# View the information about BGP peering relationship on Router D.
[RouterD] display bgp peer
BGP local router ID : 2.2.2.2
Local AS number : 200
Total number of peers : 2
Peer
V
192.168.1.1
4
192.168.3.2
4
# View the information about BGP peering relationships on Router F.
[RouterF] display bgp peer
BGP local router ID : 3.3.3.3
Local AS number : 200
Total number of peers : 1
Peer
V
192.168.3.1
4
To view the BGP routing table information on the routers, use the display bgp
routing-table command. For example:
# View the BGP routing table information on Router D.
[RouterD] display bgp routing-table
Total Number of Routes: 13
AS
MsgRcvd
MsgSent
200
24
21
AS
MsgRcvd
MsgSent
100
18
16
200
21
20
AS
MsgRcvd
MsgSent
200
16
14
Peers in established state : 1
OutQ PrefRcv Up/Down
0
6 00:13:09 Established
Peers in established state : 2
OutQ PrefRcv Up/Down
0
1 00:12:04 Established
0
6 00:12:05 Established
Peers in established state : 1
OutQ PrefRcv Up/Down
0
1 00:10:58 Established
State
State
State
Need help?
Do you have a question about the MSR 50 Series and is the answer not in the manual?