I finally start to mess around my Cisco hardware purchase. I'm doing Cisco NetAcad Lab 1.5.1 Cabling a Network and Basic Router Configuration.
I have two Cisco 1721 routers. Each router has a T1CSU/DSU WIC installed. With the "Show ip int br" command, R1 shows:
R1(config-if)#do show ip int br
Interface IP-Address OK? Method Status Protocol
Async1 unassigned YES unset down down
FastEthernet0 192.168.1.1 YES manual up down
Serial1 192.168.2.1 YES manual down down
R1(config-if)#
R2 shows:
R2(config-if)#do show ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0 unassigned YES unset administratively down down
Serial0 192.168.2.2 YES manual down down
R2(config-if)#
I believe Serial1 on R1 and Serial0 on R2 are the T1CSU/DSU ports. So I used a cross-over cable to connect the two T1 port together. But as you as see, both their status and protocal are down. What's wrong and what's missing here? Thanks.