CISCO7200路由器MultiChannel配置介绍


1.Controller Configuration Examples控制器配置举例
The following example shows a typical controller configuration for
the multichannel E1/PRI port adapter on a Cisco 7200 series or
Cisco uBR7200 series router:
router> enable
router# configure terminal
router(config)# controller E1 1/0
router(config-controller)# framing crc4
router(config-controller)# linecode hdb3
router(config-controller)# clocksource internal
router(config-controller)# channel-group 0 timeslots 1-31
router(config-controller)# description ppp channel 5
router(config-controller)# shutdown
router(config-controller)# ^Z
2.Interface Configuration Examples接口配置举例
The following example shows a typical interface configuration for
the multichannel E1/PRI port adapter on a Cisco 7200 series or
Cisco uBR7200 series router:
router> enable
router# configure terminal
router(config)# interface serial
router(config)# interface serial 4/1:0
router(config-if)# encapsulation ppp
router(config-if)# description ppp channel 5
router(config-if)# no shutdown
router(config-if)# ^Z
3. Configuring Multichannel E1 Interfaces 配制多通道E1接口
The channel groups must be mapped before the multichannel E1/PRI
controller can be configured. The following are controller commands
used to map the channel group (the default variable is listed first):
controller E1 port-adapter-slot number/port-number (for Cisco 7200
series router)
clock source [lineinternal]
linecode [amihdb3]
framing [crc4no-crc4]
loopback [diagnosticlocal {payloadline}]
shutdown
channel-group number timeslots list
Number is the channel group 0 to 30.
list is a number between 1 and 31. You can enter timeslots individually
and separate them by commas, or enter them as a range separated by
a hyphen (for example, 1-3, 8, 9-18). Timeslot 0 is an illegal
configuration.

4.常用调试命令
show version or show hardware
Displays system hardware configuration, the number of each interface
type installed, Cisco IOS software version, names and sources of
configuration files, and boot images
show controllers
Displays all the current interface processors and their interfaces
show diag slot
Displays types of port adapters installed in your system and
information about a specific port adapter slot, interface processor
slot, or chassis slot
show interfaces type 0 or 1/
interface-port-number
Displays status information about a specific type of interface (for
example, serial) on a Catalyst RSM/VIP2
show interfaces type mod_num/bay/port
Displays status information about a specific type of interface (for
example, serial) on a Catalyst 6000 family FlexWAN module
show interfaces type 3/interface-port-number
Displays status information about a specific type of interface (for
example, serial) in a Cisco 7120 series router
show interfaces type 4/interface-port-number
Displays status information about a specific type of interface (for
example, serial) in a Cisco 7140 series router
show interfaces type port-adapter-slot-number/interface-port-number
Displays status information about a specific type of interface (for
example, serial) in a Cisco 7200 series router
show interfaces type 1/interface-port-number
Displays status information about a specific type of interface (for
example, serial) in a Cisco uBR7223 router
show interfaces type 1 or 2/interface-port-number
Displays status information about a specific type of interface (for
example, serial) in a Cisco uBR7246 router
show interfaces type interface-processor-slot-number/port-adapter-

推荐阅读