20-6
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter 20
Configuring Frame Relay to ATM Interworking Port Adapter Interfaces
Configuring the Channelized DS3 Frame Relay Port Adapter
Method Two
Perform the following steps, beginning in global configuration mode:
Examples
The following example shuts down the serial interface and deletes channel group 1:
Switch(config)#
interface serial 4/0/0:1
Switch(config-if)#
shutdown
Switch(config-if)#
exit
Switch(config)#
controller t3 4/0/0
Switch(config-controller)#
no channel-group 1
Switch(config-controller)#
end
Switch#
The following example shuts down the T3 controller, deletes channel group 1, and then reenables the T3
controller:
Switch(config)#
controller t3 4/0/0
Switch(config-controller)#
shutdown
Switch(config-controller)#
no channel-group 1
Switch(config-controller)#
no shutdown
Switch(config-controller)#
end
Switch#
Step 3
Switch(config-if)#
exit
Switch(config)#
Exits serial interface configuration mode.
Step 4
Switch(config)#
controller t3
card
/
subcard
/
port
Switch(config-controller)#
Selects the controller interface port and
enters controller configuration mode.
Step 5
Switch(config-controller)#
no channel-group
cgn
Deletes the selected channel group number.
Command
Purpose
Command
Purpose
Step 1
Switch(config)#
controller t3
card
/
subcard
/
port
Switch(config-controller)#
Selects the controller interface port and enters
controller configuration mode.
Step 2
Switch(config-controller)#
shutdown
Shuts down the controller interface.
Step 3
Switch(config-controller)#
no channel-group
cgn
Deletes the selected channel group number.
Step 4
Switch(config-controller)#
no shutdown
Reenables the controller interface.