Cisco Cisco VN 2900 Network Adaptation Interface

Descargar
Página de 12
 
      1-Port DSU/CSU T1 WIC for the Cisco 1700, Cisco 2600, Cisco 3600, and Cisco 3700 Series Routers
Configuration Example
7
Cisco IOS Release 12.2(15)ZL
Configuration Example
This section provides a configuration example for a Cis co 1751 router with a WIC-1DSU-T1-V2 card 
installed. It is in a short cable environment (between 330 and 440 feet here), and is set to enter loopback 
when a loopback code is received on the line.
Current configuration :
!
version 12.2
no parser cache
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 1751-uut1
!
interface Serial0/0
 ip address 10.0.0.51 255.0.0.0
 service-module t1 framing esf
 service-module t1 linecode b8zs
 service-module t1 timeslots 1-12 speed 64
 service-module t1 data-coding normal
 service-module t1 cablelength short 440ft
 service-module t1 remote-loopback full
!
interface FastEthernet0/0
 ip address 6.0.0.1 255.0.0.0
 speed auto
 full-duplex
!
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
 login
!
end