User Manual

Example BTS Router Canned Configuration Files – continued
I-78 1X SC4812T–MC BTS Optimization/ATP 5/21/04
DRAFT
multilink–group 1
no shutdown
!
! Setup Serial Interface for PPP and IPCP, no MLPPP at this time
!
interface Serial0/0:0
no ip address
encapsulation ppp
keepalive 1
ppp multilink
multilink–group 1
no shutdown
!
! Setup Ethernet Interfaces and HSRP between them
!
interface FastEthernet0/0
ip address 192.168.146.1 255.255.255.0
keepalive 1
speed 100
full–duplex
standby 1 timers 1 3
standby 1 preempt
standby 1 priority 100
standby 1 ip 192.168.146.3
standby 1 name one
standby 1 track Fa0/1 10
standby 1 track Multilink1 10
! Track the router health interface
standby 1 track Loopback101 10
! Track the router revertive (compensation) interface
standby 1 track Loopback102 5
no shutdown
!
interface FastEthernet0/1
ip address 192.168.147.1 255.255.255.0
keepalive 1
speed 100
full–duplex
standby 2 timers 1 3
standby 2 preempt
standby 2 priority 100
standby 2 ip 192.168.147.3
standby 2 name two
standby 2 track Fa0/0 10
standby 2 track Multilink1 10
! Track the router health interface
standby 2 track Loopback101 10
! Track the router revertive (compensation) interface
standby 2 track Loopback102 5
no shutdown
!
! Set a default route to RPM thru BTSRTRLINK
!
ip route 0.0.0.0 0.0.0.0 Multilink 1
I