
Задача такова - есть Cisco2600 с одним eth портом и свич hp2512, надо запустить самый простой вариант - один порт свича смотрит наружу, остальные в локалку, за Vlan-ами смотрит раутер. Беда в том, что не могу пингануть раутер, локалка его не видит. На всякий случай высылаю конфиги свича (192.168.1.253) и раутера (192.168.1.254)
Подскажите пожалуйста, что не так?
---Свич
Running configuration:
Код: Выделить всё
; J4812A Configuration Editor; Created on release #F.05.69
hostname "HP ProCurve Switch 2512"
cdp run
snmp-server community "public" Unrestricted
vlan 1
name "Local_Net"
untagged 1-9,11,13-14
ip address 192.168.1.253 255.255.255.0
tagged 12
no untagged 10
exit
vlan 2
name "OUT"
untagged 10
tagged 12
exit
no aaa port-access authenticator active
password manager
Код: Выделить всё
Current configuration : 1049 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname "WAY"
!
aaa new-model
aaa authentication login default local
aaa authorization exec default local
ip subnet-zero
!
interface FastEthernet0/0
description link to lan
no ip address
ip accounting output-packets
ip nat inside
speed 100
full-duplex
no cdp enable
!
interface FastEthernet0/0.1
description Local_Net
encapsulation dot1Q 1 native
ip address 192.168.1.254 255.255.255.0
ip accounting output-packets
ip nat inside
no cdp enable
!
interface FastEthernet0/0.2
description vlan Out
encapsulation dot1Q 2
ip address dhcp
ip accounting output-packets
ip nat outside
no cdp enable
!
interface Serial0/0
no ip address
shutdown
!
interface Serial0/1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0.2
no ip http server
!
Буду весьма признателен за помощь,
с искренним уважением,
И.С.Магницкий