Есть коммутатор Cat2960 к которому подключен рутер циско 1700 серии.
Порт рутера на каталисте переведен в транковый режим, заведен vlan 10. На рутере создал подинтерфейс для vlan 10, присвоил IP. Но компьютеры из 10 vlana не видят рутер.
Что я еще мог упсустить??
каталист:
Код: Выделить всё
interface GigabitEthernet0/2
switchport mode trunk
mls qos trust dscp
macro description cisco-router
auto qos voip trust
.......................
BLOODLINE01#sh int gi0/2 switchport
Name: Gi0/2
Switchport: Enabled
Administrative Mode: trunk
Operational Mode: down
Administrative Trunking Encapsulation: dot1q
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk Native VLAN tagging: enabled
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL
Protected: false
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled
Appliance trust: none
..................
BLOODLINE01#sh int gi0/2 trunk
Port Mode Encapsulation Status Native vlan
Gi0/2 on 802.1q other 1
Port Vlans allowed on trunk
Gi0/2 none
Port Vlans allowed and active in management domain
Gi0/2 none
Port Vlans in spanning tree forwarding state and not pruned
Gi0/2 none
..................
на рутере:
Код: Выделить всё
interface FastEthernet0
ip address 192.168.123.254 255.255.255.0
ip access-group LAN in
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no ip route-cache
no ip mroute-cache
speed auto
!
interface FastEthernet0.10
encapsulation dot1Q 10
ip address 192.168.124.254 255.255.255.0
no ip route-cache
.........................
BLOODLINE10#sh int fa0
FastEthernet0 is up, line protocol is up
Hardware is PQUICC_FEC, address is 000c.ce4b.d80e (bia 000c.ce4b.d80e)
Internet address is 192.168.123.254/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation 802.1Q Virtual LAN, Vlan ID 1., loopback not set
Keepalive set (10 sec)
........
BLOODLINE10#sh int fa0.10
FastEthernet0.10 is up, line protocol is up
Hardware is PQUICC_FEC, address is 000c.ce4b.d80e (bia 000c.ce4b.d80e)
Internet address is 192.168.124.254/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation 802.1Q Virtual LAN, Vlan ID 10.
........