要同時用相同參數配置多個異步接口,可以將每個異步接口賦予一個組,然后配置這個組。配置時按照這個準則配置組異步接口。而不是分別配置每個接口。
說明 將每個異步接口賦予一個組后,不能單獨配置這些接口。假如要對不同異步接口配置不同屬性,則不要將其賦予這個組,或者將不同接口賦予不同組,例如,在T1配置的Cisco AS5300訪問服務器上,可以將異步接口1到48指定為一個組(如group-async1),而將異步接口49到96指定為另一個組(group-async2)。也可以用member命令完成這個組合功能。
要配置組異步接口,指定組異步號(隨意數字)和組范圍(開始和結束異步接口號)。下列是對Cisco AS5300訪問服務器異步接口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訪問服務器用于高寬度撥號方案。
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)#
新聞熱點
疑難解答