добрый день!есть маршрутизатор Cisco 871W. Есть задача настроить его как точку доступа Wi Fi в офисе, а также в его FA будут подключены Cisco Ip Phone...
как точку доступа я его поднял, на него подключаюсь по Wi Fi - в сеть дальше не могу..
dot11 ssid MTC871w_1
vlan 1
authentication open eap eap_methods
guest-mode
!
ip cef
!
!
ip inspect max-incomplete low 400
ip inspect max-incomplete high 500
ip inspect one-minute low 400
ip inspect one-minute high 500
ip inspect tcp max-incomplete host 50 block-time 0
ip inspect name FIREWALL ftp alert off
ip inspect name FIREWALL rcmd alert off
ip inspect name FIREWALL netshow alert off
ip inspect name FIREWALL realaudio alert off
ip inspect name FIREWALL rtsp alert off
ip inspect name FIREWALL tftp alert off
ip inspect name FIREWALL tcp alert off
ip inspect name FIREWALL udp alert off
ip inspect name FIREWALL vdolive alert off
ip inspect name FIREWALL icmp alert off
ip inspect name FIREWALL http java-list 1 alert on
no ip domain lookup
ip domain name yourdomain.com
ip name-server 172.16.2.50
ip multicast-routing
!
!
!
username vsh privilege 15 secret 5 $1$fEPG$7FYUFDlLENDq/lY4hkagJ/
!
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0
switchport access Vlan1
interface FastEthernet1
switchport access Vlan1
interface FastEthernet2
switchport access Vlan1
interface FastEthernet3
switchport access Vlan1
interface FastEthernet4
switchport access Vlan1
!
interface Dot11Radio0
no ip address
!
encryption vlan 1 key 1 size 40bit 0 xxxxxxxxxxx transmit-key
encryption vlan 1 mode wep mandatory
!
ssid MTC871w_1
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root access-point
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
ip nat inside
ip virtual-reassembly
no cdp enable
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
ip address 172.16.2.20 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 172.16.2.5
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 23 permit 10.10.10.0 0.0.0.7
access-list 23 permit 172.16.2.0 0.0.0.255
no cdp run
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
access-class 23 in
privilege level 15
transport input telnet ssh
!
scheduler max-task-time 5000
end