2
Configuration Procedure
Step 1
1.
Clear the Configuration2.
Change the hostname or sysname3.
Configure the IP address for each interfaceInterface loopback0Ip address 192.168.255.12 255.255.255.255Interface gigabitethernet 2/2Ip address 10.0.1.2 255.255.255.252No shut/undo shutNegotiation auto (on CX port, if it is connected to Cisco)
Step 2
Configure IBGP connections.# Configure RT-B.
RT-B(config)#
router
bgp 65000
RT-B(config-router)#
neighbor 10.0.0.2 remote-as 65000
RT-B(config-router)#
neighbor 10.0.0.9 remote-as 65000
# Configure RT-D.
[RT-D]
bgp 65000
[RT-D-bgp]
peer 10.0.0.10 as-number 65000
[RT-D-bgp]
peer 10.0.0.5 as-number 65000
# Configure RT-C.
[RT-C]
bgp 65000
[RT-C-bgp]
peer 10.0.0.1 as-number 65000
[RT-C-bgp]
peer 10.0.0.6 as-number 65000
# Configure RT-E.
[RT-E]
bgp 65002
[RT-E-bgp]
peer 172.16.0.2 as-number 65002
# Configure RT-F.
RT-F(config)#router
bgp 65002
RT-F(config-router)#neighbo
r 172.16.0.1 remote-as 65002
Leave a Comment