Hello,
I am new to Router and P2P. The office is currently using full P2P T1 connecting 2 offices using cisco 1600. The contract T1 is end soon. The office has signed a new contract with different carrier for a new full T1 P2P. The new line has been installed and tested. I have to switch the current P2P T1 with the new one soon using the same routers and configuration files. Here is the config
iterface ethernet0
ip address 10.10.2.2 255.255.255.0
no ip unreachables
no ip route-cache
interface serial0
ip innumbered Ethernet0
no ip unreachables
encapsulation ppp
no ip route-cache
service-module 56k clock source line
service-module 56k network-tyep dds
interface serial1
description office A to Building B
ip unnumbered Ethernet0
no ip unreachables
encapsulation ppp
no ip route-cache
service-module T1 timeslots 13-24
router eigrp 1
redistribute static
network 10.0.0.0
no auto-summary
no ip classeless
ip route 0.0.0.0 0.0.0.0 10.10.2.1
ip route 10.0.0.0 255.0.0.0 10.10.2.1
no logging console
end
What is the difference between service-module T1 timeslots 1-24 and 13-24? Since P2P T1 is just a line between 2 ends, switching the current T1 with new P2P T1 is just like unplug current and plug in the new line on two end. Am I correct? Or is there any thing esle that I need to concern or change before plug in the new line? Please give me some advice.
Thanks
I am new to Router and P2P. The office is currently using full P2P T1 connecting 2 offices using cisco 1600. The contract T1 is end soon. The office has signed a new contract with different carrier for a new full T1 P2P. The new line has been installed and tested. I have to switch the current P2P T1 with the new one soon using the same routers and configuration files. Here is the config
iterface ethernet0
ip address 10.10.2.2 255.255.255.0
no ip unreachables
no ip route-cache
interface serial0
ip innumbered Ethernet0
no ip unreachables
encapsulation ppp
no ip route-cache
service-module 56k clock source line
service-module 56k network-tyep dds
interface serial1
description office A to Building B
ip unnumbered Ethernet0
no ip unreachables
encapsulation ppp
no ip route-cache
service-module T1 timeslots 13-24
router eigrp 1
redistribute static
network 10.0.0.0
no auto-summary
no ip classeless
ip route 0.0.0.0 0.0.0.0 10.10.2.1
ip route 10.0.0.0 255.0.0.0 10.10.2.1
no logging console
end
What is the difference between service-module T1 timeslots 1-24 and 13-24? Since P2P T1 is just a line between 2 ends, switching the current T1 with new P2P T1 is just like unplug current and plug in the new line on two end. Am I correct? Or is there any thing esle that I need to concern or change before plug in the new line? Please give me some advice.
Thanks