а. Изменение настроек в режиме глобального конфигурирования
AP200(config)# no ip routing
AP200(config)# no ip-share
AP200(config)# no bridge spanning-tree
AP200(config)# proxy-arp
б. Включаем бриджинг на локальном интерфейсе eth 1 0.
AP200(config)# int eth 1 0
AP200(config-ether1.0)# no ip address
AP200(config-ether1.0)# no ip dhcp-group
AP200(config-ether1.0)# bridge
в. Включаем бриджинг на voip/WAN интерфейсе eth 0 0 и задаем параметры QoS
AP200(config)# int eth 0 0
AP200(config-ether1.0)# bridge
AP200(config-ether0.0)# qos-control 4096 2000
|