|
cisco 4500 上有两个channelized E1的接口,其端口带宽为2M,是可分时隙的信道化E1 端口。每个E1口可分为30个时隙。每个时隙的带宽为64k,在连接专线用户时可根据.
1、 conf t 2、 controller e1 0 (0为e1口的位置,0或者1) 3、 framing crc4 (或no-crc4) 指DDN交换机提供e1线路带crc(校验码)或不带,路由器默认为framing crc4,如e1信号与配置一致,端口激活。(channelized e1 端口的LA绿灯灭) 4、 channel-group 0 (0为信道组的顺序,0-30 可选)timeslots(时隙)1(该信道组的时隙组成,1-31 可选,可任意组合,每个时隙为64k,如该信道的带宽为128k,则时隙可为3-4,表示时隙3、4组成该信道) 5、 end 6、 wr (写入内存) 7、 sh conf 8、 interface Serial0:0 (新生成的专线端口) 9、 sh int 10、 serial0:0 is up,line protocol is down 11、 conf t 12、 int s0:0 配置该信道的路由 13、 ip address 10.x.x.x 255.255.255.252 (配置该端口的地址) 14、 end 15、 ip route 10.*.*.* 255.255.255.0 Serial0:0 (配置静态路由) 16、 wr
Guming
1 . 配置以太网( Enthernet)端口
# conf t
从终端配置路由器。
# int e0
指定E0口。
# ip addr ABCD XXXX
ABCD为以太网地址,XXXX为子网掩码。
# ip addr ABCD XXXX secondary
E0口同时支持两个地址类型。如果第一个
为A类地址,则第二个为 B或 C类地址。
# no shutdown
激活E0口。
# exit
2.X.25的配置
# conf t
# int S0
指定S0口.
# ip addr ABCD XXXX
ABCD为以太网S0 的IP地址,XXXX为子网掩码.。
# encap X25-ABC
封装X.25协议。ABC指定X.25为DTC或DCE操作,缺省为DTE。
# x25 addr ABCD
ABCD为S0的X.25端口地址,由邮电局提供。
# x25 map ip ABCD XXXX br
映射的X.25地址.ABCD为对方路由器(如0)的
IP地址,XXXX为对方路由器(如0)的X.25端口地址。
# x25 htc X
配置最高双向通道数.X的取值范围1-4095,
要根据邮电局实际提供的数字配置。
# x25 nvc X
配置虚电路数。X不可超过据邮电局实际
提供的数,否则,将影响数据的正常传输。
# exit
|
3 . 专线的配置
# conf t
# int S2
指定S2口。
# ip addr ABCD XXXX
ABCD为S2的IP地址,XXXX为子网掩码。
# exit
4.帧中继的配置
# conf t
# int s0
# ip addr ABCD XXXX
ABCD为S0的IP地址,XXXX为子网掩码。
# encap frante_relay
封装frante_relay 协议。
# no nrzi_encoding
NRZI=NO
# frame_relay lmi_type q933a
LMI 使用Q933A标准.LMI(Local management
Interface)有3种:ANSI:T1.617;CCITTY:Q933A和CISCO特有的标准。
# fram-relay intf-typ ABC
ABC为帧中继设备类型,它们分别是DTE设备,
DCE交换机或 NNI(网络接点接口)支持。
# frame_relay interface_dlci 110 br
配置DLCI(数据链路连接标识符)。
# frame-relay map ip ABCD XXXX broadcast
建立帧中继映射。ABCD为对方
ip地址,XXXX为本地DLCI号,broadcast
允许广播向前转发或更新路由。
# no shutdown
激活本端口.
# exit
|
5 .帧中继子接口的配置
# conf t
# int s0.1 point-to-point
对应S0的子接口1,点对点方式。
# ip addr ABCD XXXX
ABCD为子口1 的IP地址,XXXX为子网掩码。
# frame-relay intreface-dlci 100 br
6.配置拨号备份
(1).配置备份主口
# conf t
# int s0
S0为主口.
# backup int asy 1
A1口为备份口.
# backup delay 0 1
延时1秒.
(2).配置虚拟接口
# conf t
# ip addr ABCD XXXX
ABCD为虚拟接口IP地址,XXXX为子网掩码。
# encap ppp
封装ppp 协议.
# dialer in-band
激活随叫随拨功能.
# dialer idle-timeout 7200
# dialer map ip ABCD modem-script call
broadcast 6225481 br 映射对应的拨号口.
ABCD为对方拨号口的ip地址,6225481 为对应的电话号码。
# dialer_group 1 定义拨号组成员.
(3).配置防火墙
# dialer_list 1 pro ip permit
允许ip协议通过。
(4).配置连接口令 |
【收藏】【打印】【进入论坛】 |
|
|
|
|
|
|
|