要配置基本速率接口(BRI)和進入接口配置方式,用interface bri全局配置命令。
interface bri number
interface bri slot/port (Cisco 7200系列)
假如只要配置BRI子接口,用下列形式的interface bri全局配置命令:
interface bri number.subinterface-number [multipoint point-to-point]
interface bri slot/port.subinterface-number [multipoint point-to-point] (Cisco 7200系列)
語法
說明
number
端口、連接器或接口卡號。號碼在安裝時由工廠指定或加進系統,可以用show interfaces命令顯示。
slot/por
接口背面的槽號和端口號,具體槽號和端口號見硬件安裝手冊。
.subinterface-number
子接口號,取值為1~4,294,967,293.句號(。)前面的槽號和端口號應符合這個子接口所屬的接口槽號和端口號。
multipoint point-to-point
(可選)指定多點或點對點子接口。缺省為multipoint
缺?。鹤咏涌诘娜笔》绞綖槎帱c
命令方式:全局配置
使用指南:這個命令最初在Cisco IOS Release 10.3中出現。
在Cisco IOS Release 11.2 P中將這個命令修改成包括Cisco 7200系列路由器中PA-8B-ST 和PA-4B-U端口適配器的槽/ 端口語法。
子接口可以配置成支持部分網格Frame Relay網絡。
舉例
下例將BRIO配置成從兩個站點調用和接收調用,輸出調用使用點對點協議(PPP)包裝,輸入調用使用挑戰握手驗證協議(CHAP):
interface bri 0
encapsulation ppp
no keepalive
dialer map ip 131.108.36.10 name EB1 234
dialer map ip 131.108 36.9 name EB2 456
dialer-group 1
isdn spid1 41346334600101 4633460
isdn spid2 41346334610101 4633461
isdn T200 1000
ppp authentication chap
相關命令
dialer map
dialer-group
encapsulation ppp
isdn spid1
isdn spid2
ppp authentication chap
ppp authentication pap
show interfaces bri@ssw0