CCNP BGP Lab1

bgp1-1 bgp1-2

R2
conf t
int f0/0
bandwidth 1000
ip add 172.16.0.2 255.255.0.0
no shut
int s1/0
clock rate 2000000
ip add 192.168.0.2 255.255.255.0
no shut
end

R3
conf t
int f0/0
ip add 10.10.1.2 255.0.0.0
no shut
int s1/0
ip add 192.168.0.1 255.255.255.0
no shut
end

R2
conf t
router bgp 200
neighbor 192.168.0.1 remote-as 300
network 172.16.0.0

R3
conf t
router bgp 300
neighbor 192.168.0.2 remote-as 200
network 10.0.0.0

bgp1-3 bgp1-4

發佈留言

*