ID |
1-1-1 |
Description |
Verify the BGP basic function. |
Topology |
![]() |
Step |
|
Script |
Sw1: interface 0/2 routing ip address 192.168.1.4 255.255.255.0 exit interface 0/4 routing ip address 192.168.2.4 255.255.255.0 exit router ospf exit ipv6 router ospf exit router bgp 100 bgp router-id 1.1.1.1 network 192.168.1.0 mask 255.255.255.0 network 192.168.2.0 mask 255.255.255.0 bgp log-neighbor-changes template peer peer_name exit neighbor 192.168.1.3 remote-as 101 neighbor 192.168.2.3 remote-as 201 |
Expectation |
|
Result |
pass |