View: 2455|Reply: 3
|
Using Serial as Backup line for Serial line:
[Copy link]
|
|
Post Last Edit by cloud_hardcore at 23-9-2011 15:23
Salam dan selamat sejahtera utk taiko2 networking,
ni ade sedikit pertanyaan,
Permulaan cerita;
utk HSRF (hot standby router protocal) memerlukan 2 link(1 link primary& 1 link backup) dan 2 router. Bila primary down, maka backup/2ndry akan takeover.
Config HSRP,
ROUTER1
hsrp-router1#conf t
hsrp-router1(config)# int fa0/0
hsrp-router1(config-if)# ip address 192.168.0.2 255.255.255.0
hsrp-router1(config-if)# standby 1 ip 192.168.0.1
hsrp-router1(config-if)# standby 1 preempt
hsrp-router1(config-if)# standby 1 priority 110
hsrp-router1(config-if)# standby 1 authentication LocalLAN
hsrp-router1(config-if)# standby 1 timers 5 15
hsrp-router1(config-if)# standby 1 track se0/0
ROUTER2
hsrp-router2#conf t
hsrp-router2(config)# int fa0/0
hsrp-router2(config-if)# ip address 192.168.0.3 255.255.255.0
hsrp-router2(config-if)# standby 1 ip 192.168.0.1
hsrp-router2(config-if)# standby 1 preempt
hsrp-router2(config-if)# standby 1 priority 100
hsrp-router2(config-if)# standby 1 authentication LocalLAN
hsrp-router2(config-if)# standby 1 timers 5 15
hsrp-router2(config-if)# standby 1 track se0/0
Masalah;
kalau ada 1 router dan 2 link (1 link primary & 1 link backup), macam mana utk confirigure router?
**Router CISCO 2800
**link IPVPN telekom. |
|
|
|
|
|
|
|
Daripada Google:
Confing utk menggunakan serial interface sbgai backup.
hostname router1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$xh87$zMcnrVQnaL5RhoVE7Wqe40
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
!
!
!
!
!
aaa session-id common
ip source-route
!
!
!
!
ip cef
no ip domain lookup
ip domain name yourdomain.com
multilink bundle-name authenticated
!
!
!
bridge irb
!
!
!
!
interface FastEthernet0/0
description ++++ Connection to 3COM Core Switch ++++
no ip address
duplex auto
speed auto
bridge-group 1
!
interface Serial0/0/0
description ++++ Link 128 Serial 0/0/0 ++++
bandwidth 128
backup delay 30 60
backup interface Serial0/0/1
no ip address
ip directed-broadcast
no fair-queue
bridge-group 1
!
interface Serial0/0/1
description ++++ Link 64 Kbps Serial 0/0/1 ++++
bandwidth 64
no ip address
ip directed-broadcast
no fair-queue
bridge-group 1
!
interface BVI1
ip address 10.64.75.242 255.255.248.0
!
ip forward-protocol nd
!
!
no ip http server
ip http authentication local
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
!
scheduler allocate 20000 1000
end |
|
|
|
|
|
|
|
anyone boleh comment utk config di post #2? |
|
|
|
|
|
|
| |
|