Hi,
I am just starting to learn cisco router, and I did some practice with sim too. I have a cisco 2610 router with me. It's got 2 T1 modules. I am trying to configure this with an internet T1 line. I assume running the "sh running-config", it will show me 3 interfaces: Serial0, Serial1, and Ethernet0, but the T1 modules was showing up as controller T1 0/0 and 0/1. I try to config the interface as ethernet0 by assigning ip address to it, but it didn't work. Is this interface the same as CSU/DSU module used on most T1 internet line? How should I configure this T1 module to work with a T1 internet line. Any sample configure would be helpful, thank you. Below is a sh running-config.
Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname cisco ! ! !
ip subnet-zero ip name-server 111.111.111.1 ! ! ! controller T1 0/0 ! controller T1 0/1 ! ! ! ! interface Ethernet0/0 description ethernet0 ip address 216.194.16.129 255.255.255.248 no ip directed-broadcast no ip route-cache no ip mroute-cache ! ip classless no ip http server ! ! line con 0 transport input none line aux 0 line vty 0 4
login ! end