Greetings. I will be adding a second T1 to our network. I read here ( and other sites that the best way to bond them is using the Multilink PPP.
I just want to make sure my configuration is correct. PLease let me know if there is anything wrong or missing.
Here is the info from my ISP
--> General Circuit Information <--
===================================
PLNI Circuit ID: HI/HCE-/66874//PKFF
Verizon Circuit ID: 82/HCGGS/000685/HAWT
Bandwidth: 1536K
Encapsulation:
Line Coding: B8ZS
Line Framing: ESF
Channels: 24
==================
--> Addressing <--
==================
WAN IP Netblock: 64.75.205.0/30
Gateway/Default route IP Address: 64.75.205.1
Customer WAN IP Address: 64.75.205.2
WAN Subnet Mask: 255.255.255.252
LAN IP Netblock: 64.75.132.128/25
HERE IS MY CONFIG
I just want to make sure my configuration is correct. PLease let me know if there is anything wrong or missing.
Here is the info from my ISP
--> General Circuit Information <--
===================================
PLNI Circuit ID: HI/HCE-/66874//PKFF
Verizon Circuit ID: 82/HCGGS/000685/HAWT
Bandwidth: 1536K
Encapsulation:
Line Coding: B8ZS
Line Framing: ESF
Channels: 24
==================
--> Addressing <--
==================
WAN IP Netblock: 64.75.205.0/30
Gateway/Default route IP Address: 64.75.205.1
Customer WAN IP Address: 64.75.205.2
WAN Subnet Mask: 255.255.255.252
LAN IP Netblock: 64.75.132.128/25
HERE IS MY CONFIG
Code:
Using 758 out of 29688 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
interface Multilink1
ip address 64.75.205.2 255.255.255.252
ppp multilink
multilink-group 1
!
interface FastEthernet0
ip address 64.75.132.129 255.255.255.0
speed auto
!
interface Serial0
no ip address
encapsulation ppp
no fair-queue
ppp multilink
multilink-group 1
!
interface Serial1
no ip address
encapsulation ppp
ppp multilink
multilink-group 1
!
ip classless
ip route 0.0.0.0 0.0.0.0 Multilink1
no ip http server
no ip http secure-server
!
!
!
!
line con 0
exec-timeout 5 0
line aux 0
line vty 0 4
password *****
login
!
no scheduler allocate
!
end