日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

組異步接口

【組異步接口】
要同時用相同參數(shù)配置多個異步接口,可以將每個異步接口賦予一個組,然后配置這個組 。配置時按照這個準則配置組異步接口 。而不是分別配置每個接口 。
說明 將每個異步接口賦予一個組后,不能單獨配置這些接口 。假如要對不同異步接口配置不同屬性,則不要將其賦予這個組,或者將不同接口賦予不同組,例如,在T1配置的Cisco AS5300訪問服務(wù)器上,可以將異步接口1到48指定為一個組(如group-async1),而將異步接口49到96指定為另一個組(group-async2) 。也可以用member命令完成這個組合功能 。
要配置組異步接口,指定組異步號(隨意數(shù)字)和組范圍(開始和結(jié)束異步接口號) 。下列是對Cisco AS5300訪問服務(wù)器異步接口1到96 。生成和配置組異步接口的過程,它裝有96個56K的MICA modem 。
as5300(config)# interface group-async 1
as5300(config-if)# ip unnumbered ethernet 0
as5300(config-if)# encapsulation ppp
as5300(config-if)# async mode interactive
as5300(config-if)# ppp authentication chap pap
as5300(config-if)# peer default ip address pool default
as5300(config-if)# group-range 1 96
Building configuration...
as5300(config-if)#
下例的Cisco AS5800訪問服務(wù)器用于高寬度撥號方案 。
as5800(config)# interface group-async 0
as5800(config-if)# ip unnumbered FastEthernet0/2/0
as5800(config-if)# encapsulation ppp
as5800(config-if)# async mode interactive
as5800(config-if)# peer default ip address pool default
as5800(config-if)# no cdp enable
as5800(config-if)# ppp authentication chap
as5800(config-if)# hold-queue 10 in
as5800(config-if)# group-range 1/2/00 1/9/71
Building configuration...
as5800(config-if)#

    推薦閱讀