I've got a cisco 2620 with 2 t1's bonded in a multilink configuration. I've been running it with 1 class C of IP's for the time being (lets call it 123.456.789.0/24). I just got my provider to asssign me another class c (lets call it (987.654.321.0/24) and route it to my multilink addres ip (555.555.555.555/255.255.255.252) just as they did with my other class c. I'm not sure what changes to make on my end though.
I presume that ethernet interface should have another IP address assigned to it from that class C, but I'm not sure how to add another IP to the ethernet interface without overwriting its current IP address. Am I right? What should I need to do on my end to get this up? Thanks guys!
Here's my current config:
router1#sho run
Building configuration...
Current configuration : 2979 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $hash
enable password itsasecrat
!
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ip bootp server
no ftp-server write-enable
!
!
!
!
interface Multilink1
ip address 555.555.555.555 255.255.255.252
no peer neighbor-route
no cdp enable
ppp multilink
ppp multilink fragment disable
ppp multilink group 1
!
interface FastEthernet0/0
ip address 123.456.789.1 255.255.255.0
no ip unreachables
speed auto
full-duplex
no cdp enable
no mop enabled
!
interface Serial0/0
no ip address
encapsulation ppp
no ip mroute-cache
no peer neighbor-route
no fair-queue
no cdp enable
ppp multilink
ppp multilink group 1
!
interface Serial0/1
no ip address
encapsulation ppp
no ip mroute-cache
no peer neighbor-route
no fair-queue
no cdp enable
ppp multilink
ppp multilink group 1
!
ip classless
ip route 0.0.0.0 0.0.0.0 Multilink1
no ip http server
!
access-list 1 permit myauthorizednetworkips's here
no cdp run
snmp-server community mysnmpsecret RO
snmp-server enable traps tty
banner login ^C
This sytem is for use by authorized users only. Any user not authorized for this system is required to disconncet now. By continuing you agree to the logging of your keystrokes. Unauthorized access is prosecuted.^C
banner motd ^C
This system is for use by authorized users only. Any user not authorized for this system is required to disconncet now. By continuing you agree that you are an authorized user and consent to logging of your keystrokes.^C
!
line con 0
line aux 0
line vty 0 4
access-class 1 in
password mysecrat
login
!
!
!
end
I presume that ethernet interface should have another IP address assigned to it from that class C, but I'm not sure how to add another IP to the ethernet interface without overwriting its current IP address. Am I right? What should I need to do on my end to get this up? Thanks guys!
Here's my current config:
router1#sho run
Building configuration...
Current configuration : 2979 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $hash
enable password itsasecrat
!
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ip bootp server
no ftp-server write-enable
!
!
!
!
interface Multilink1
ip address 555.555.555.555 255.255.255.252
no peer neighbor-route
no cdp enable
ppp multilink
ppp multilink fragment disable
ppp multilink group 1
!
interface FastEthernet0/0
ip address 123.456.789.1 255.255.255.0
no ip unreachables
speed auto
full-duplex
no cdp enable
no mop enabled
!
interface Serial0/0
no ip address
encapsulation ppp
no ip mroute-cache
no peer neighbor-route
no fair-queue
no cdp enable
ppp multilink
ppp multilink group 1
!
interface Serial0/1
no ip address
encapsulation ppp
no ip mroute-cache
no peer neighbor-route
no fair-queue
no cdp enable
ppp multilink
ppp multilink group 1
!
ip classless
ip route 0.0.0.0 0.0.0.0 Multilink1
no ip http server
!
access-list 1 permit myauthorizednetworkips's here
no cdp run
snmp-server community mysnmpsecret RO
snmp-server enable traps tty
banner login ^C
This sytem is for use by authorized users only. Any user not authorized for this system is required to disconncet now. By continuing you agree to the logging of your keystrokes. Unauthorized access is prosecuted.^C
banner motd ^C
This system is for use by authorized users only. Any user not authorized for this system is required to disconncet now. By continuing you agree that you are an authorized user and consent to logging of your keystrokes.^C
!
line con 0
line aux 0
line vty 0 4
access-class 1 in
password mysecrat
login
!
!
!
end
