Cisco Cisco IOS Software Release 12.3(4)T

Page de 8
      1-Port ADSL WAN Interface Card
Configuring the Cisco ADSL WAN Interface Cards
4
Cisco IOS Release12.2(15)ZH, 12.2(15)ZJ, and 12.3(4)T
Configuring the Cisco ADSL WAN Interface Cards
This section documents the new or changed Cisco IOS commands for configuring the Cisco ADSL WAN 
Interface Card feature. All other commands used to configure that feature are documented in the 
following publications:
Configuring an ADSL WAN Interface Card on Cisco 1700 Series Routers
The “Configuring ATM” section of the Cisco IOS Wide-Area Networking Configuration Guide
The “ATM Commands” section of the Cisco IOS Wide-Area Networking Command Reference
See the following sections for configuration information:
Configuration Example
The following sample shows a Cisco 1700 series router configured for bridging on the ATM interface 
with a Cisco ADSL WIC:
Current configuration:
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname meltrack
!
no ip routing
!
interface ATM0
no ip address
atm vc-per-vp 256
pvc 8/35 
encapsulation aal5snap
!
dsl operating-mode auto
bridge-group 1
!
interface FastEthernet0
no ip address
speed auto
bridge-group 1
!
ip classless
no ip http server
!
bridge 1 protocol ieee
!         
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end