привет знатокам. ребята посоветуйте , давно не работал с cisckoy подзабыл немного. у меня роутер cisco 881 настроен 1 влан для воице ип телефон не регистрируется на avaya ip office 500 (172.16.2.220) , подключил комп на тот субнет 192.168.20.0 /24 не пингую 172.16.2.220, пингую свой 192.168.15.1 но не могу пинг wan interface avaya ip office 500 192.168.15.110 , сделал tracert с компа вижу дальше моего влан интерфеса 192.168.20.1 trace не уходит . . удалил drugie vlani vpn и acl шоб не мешали не помогло .. не могу врубиться што еще надо .. конфига приложена :
do sho run
Building configuration...Current configuration : 5626 bytes
!
! No configuration change since last restart
! NVRAM config last updated at 16:49:09 UTC Tue Jul 31 2012 by cisco
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Remote_r
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
memory-size iomem 10
!
crypto pki trustpoint TP-self-signed-3874039267
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3874039267
revocation-check none
rsakeypair TP-self-signed-3874039267
!
!
ip source-route
!
!
!
ip dhcp pool voice20
network 192.168.20.0 255.255.255.240
default-router 192.168.20.1
option 176 ascii "MCIPADD=172.16.2.220, 192.168.15.110,TFTPSRVR=172.16.2.220,MCPORT=1719,L2QVLAN=20,VLANTEST=600"
lease 8
!
ip dhcp pool data30
network 192.168.30.0 255.255.255.240
default-router 192.168.30.1
option 176 ascii "MCIPADD=172.16.2.220, 192.168.15.110,TFTPSRVR=172.16.2.220,MCPORT=1719,L2QVLAN=20,VLANTEST=600"
lease 8
!
!
ip cef
no ip domain lookup
ip domain name yourdomain.com
no ipv6 cef
!
!
license udi pid CISCO881-K9 sn FTX162683CE
!
!
username admin privilege 15 secret 5 $1$bEaR$C/W2WAirkkytWbYHQinNf0
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
switchport access vlan 20
!
interface FastEthernet3
!
interface FastEthernet4
description WAN
ip address 192.168.15.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
ip address 10.10.10.1 255.255.255.248
ip tcp adjust-mss 1452
!
interface Vlan20
ip address 192.168.20.1 255.255.255.240
!
interface Vlan30
ip address 192.168.30.1 255.255.255.240
!
ip forward-protocol nd
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
!
ip route 172.16.2.0 255.255.255.0 192.168.15.110
!
access-list 23 permit 10.10.10.0 0.0.0.7
access-list 24 permit 192.168.1.2
no cdp run
!
!
!
!
!
control-plane
!
^C
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
access-class 24 in
privilege level 15
password sana1723
logging synchronous
login local
transport input telnet
!
scheduler max-task-time 5000
end