2016年2月16日 星期二

GLBP



========================
PC1> trace 172.22.0.10
trace to 172.22.0.10, 8 hops max, press Ctrl+C to stop
 1   192.168.1.2   10.729 ms  46.105 ms  43.563 ms
 2   10.1.2.2   67.146 ms  70.208 ms  35.733 ms
 3   *172.22.0.10   79.383 ms (ICMP type:3, code:3, Destination port unreachable)

PC1> trace 172.22.0.10
trace to 172.22.0.10, 8 hops max, press Ctrl+C to stop
 1   192.168.1.1   45.901 ms  45.564 ms  10.267 ms
 2   10.1.1.2   32.789 ms  59.528 ms  66.543 ms
 3   *172.22.0.10   79.247 ms (ICMP type:3, code:3, Destination port unreachable)


PC1> 
========================


========================

========================

R1#sh run
!
hostname R1
!
track 1 interface Serial1/0 line-protocol
!
interface FastEthernet0/0
 mac-address aaaa.aaaa.aaaa
 ip address 192.168.1.1 255.255.255.0
 duplex auto
 speed auto
 glbp 100 ip 192.168.1.254
 glbp 100 preempt
!
!
interface Serial1/0
 ip address 10.1.1.1 255.255.255.252
 encapsulation ppp
!
router ospf 1
 log-adjacency-changes
 network 10.1.1.0 0.0.0.3 area 0.0.0.0
 network 192.168.1.0 0.0.0.255 area 0.0.0.0
!
end

R1# 

========================
R2#sh run
!
hostname R2
!
!
interface FastEthernet0/0
 mac-address cccc.cccc.cccc
 ip address 192.168.1.2 255.255.255.0
 duplex auto
 speed auto
 glbp 100 ip 192.168.1.254
 glbp 100 priority 90
 glbp 100 preempt
!
!
interface Serial1/0
 ip address 10.1.2.1 255.255.255.252
 encapsulation ppp
 serial restart-delay 0
!
router ospf 1
 log-adjacency-changes
 network 10.1.2.0 0.0.0.3 area 0.0.0.0
 network 192.168.1.0 0.0.0.255 area 0.0.0.0
!         
end

R2#  
========================
R3#sh run
!
hostname R3
!
!
interface FastEthernet0/0
 mac-address eeee.eeee.eeee
 ip address 172.22.0.1 255.255.255.0
 duplex auto
 speed auto
 glbp 100 ip 172.22.0.254
 glbp 100 preempt
!
interface Serial1/0
 ip address 10.1.1.2 255.255.255.0
 encapsulation ppp
 serial restart-delay 0
!
!
router ospf 1
 log-adjacency-changes
 network 10.1.1.0 0.0.0.3 area 0.0.0.0
 network 172.22.0.0 0.0.0.255 area 0.0.0.0
!
end

R3# 
========================
R4#sh run
!
hostname R4
!
interface FastEthernet0/0
 mac-address aaaa.aaaa.aaaa
 ip address 172.22.0.2 255.255.255.0
 duplex auto
 speed auto
 glbp 100 ip 172.22.0.254
 glbp 100 priority 90
 glbp 100 preempt
!
!
interface Serial1/0
 ip address 10.1.2.2 255.255.255.252
 encapsulation ppp
!
!
router ospf 1
 log-adjacency-changes
 network 10.1.2.0 0.0.0.3 area 0.0.0.0
 network 172.22.0.0 0.0.0.255 area 0.0.0.0
!
R4# 
========================

沒有留言:

張貼留言