CCNP OSPF Single Area Lab 6

ospf6-1

R1
conf t
host R1
int f0/0
ip add 192.168.12.1 255.255.255.0
no shut
int f0/1
ip add 10.0.0.1 255.0.0.0
no keepalive
no shut
end

R2
conf t
int f0/0
ip add 192.168.12.2 255.255.255.0
no shut
int f0/1
ip add 172.16.0.2 255.255.0.0
no keepalive
no shut
end

R1
conf t
router ospf 1
network 10.0.0.0 0.255.255.255 area 0
network 192.168.12.0 0.0.0.255 area 0
end

sh ip route

ospf6-2

sh ip protocols

ospf6-4

R2
conf t
router ospf 1
network 172.16.0.0 0.0.255.255 area 0
network 192.168.12.0 0.0.0.255 area 0
end

sh ip route

ospf6-5

sh ip protocols

ospf6-6

發佈留言

*