Уважаемые гуру! Необходима помощь. Есть cisco 2851 с помощью которой раздаем дсл, Некоторым из клиентов ДСЛ необходимы белые адреса, конфигурация маршрутизатора следующая version 12.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname adsl ! boot-start-marker boot system flash flash:c2800nm-advsecurityk9-mz.124-5.bin boot-end-marker ! logging buffered 51200 warnings enable secret! aaa new-model ! ! aaa group server radius ADSL_billing server-private X.X.X.X auth-port 1812 acct-port 1813 key 7 ! aaa authentication login default local aaa authentication ppp ADSL_authen group ADSL_billing aaa authorization exec default local if-authenticated aaa authorization network ADSL_autho group ADSL_billing aaa accounting delay-start aaa accounting update periodic 5 aaa accounting network ADSL_acc start-stop group ADSL_billing ! aaa session-id common ! resource policy ! ! ! ip cef ! ! ip name-server Y.Y.Y.Y ! ! ! ! username privilege 15 secret 5 ! ! ! ! bba-group pppoe 5 virtual-template 5 sessions per-vlan limit 800 ! ! interface GigabitEthernet0/0 description $ETH_GE 0/0$ ip address A.B.C.D 255.255.255.240 ip nat outside ip virtual-reassembly duplex auto speed auto no cdp enable ! interface GigabitEthernet0/1 no ip address duplex auto speed auto no cdp enable ! interface GigabitEthernet0/1.1 encapsulation dot1Q 1 native ip address E.F.G.H 255.255.255.0 no snmp trap link-status no cdp enable ! interface GigabitEthernet0/1.300 description ev_dsl encapsulation dot1Q 300 ip address E.F.G.H 255.255.255.0 no snmp trap link-status pppoe enable group 5 ! interface GigabitEthernet0/1.310 description Chedslam encapsulation dot1Q 310 ip address E.F.G.H 255.255.255.0 no snmp trap link-status pppoe enable group 5 ! interface GigabitEthernet0/1.320 description _new_int encapsulation dot1Q 320 ip address E.F.G.H 255.255.255.0 no snmp trap link-status pppoe enable group 5 ! interface Virtual-Template5 ip unnumbered GigabitEthernet0/1.1 ip nat inside ip virtual-reassembly peer default ip address pool 5 ppp authentication chap pap ADSL_authen ppp authorization ADSL_autho ppp accounting ADSL_acc ! ip local pool 5 192.168.100.100 192.168.100.254 ip route 0.0.0.0 0.0.0.0 A.B.C.D ip route 0.0.0.0 0.0.0.0 Null0 255 ! no ip http server no ip http secure-server ip nat pool DinamicOutPool A.B.C.225 A.B.C.238 netmask 255.255.255.240 ip nat inside source list 5 pool DinamicOutPool overload ! access-list 1 permit A.B.C.D log access-list 1 deny any log access-list 5 permit 192.168.100.0 0.0.0.255 ! radius-server vsa send accounting radius-server vsa send authentication ! control-plane ! ! подскажите если можно желательно с примерами,что нужно добавить что бы отдавать статич. белые адреса некоторым клиентам?
|