Добрый день.Столкнулся с проблемой подключения клиента к интернет провайдеру мтс.
Схема подключения уже отработана, т.е. уже не первый раз подключаю.
Схема следующая:
Клиент(d-link router) -> 3com Switch (VLAN231 untagged port 5, tagged port 49) -> Cisco 2960 (Trunk Port, Vlan231 подключен в коммутатор провайдера)
sh vlan brief
-------------
...........
231 ARENDA22UTK active Fa0/25
....................
Порт который подключен к провайдеру:
interface FastEthernet0/25
switchport access vlan 231
switchport mode access
spanning-tree bpdufilter enable
end
Транковый порт:
interface FastEthernet0/48
switchport trunk allowed vlan 1,15,22,230,231,234
switchport mode trunk
end
Раньше порты которые поключены были к мтс блокировал stp, потому был выставлен фильтр, но сейчас вроде не блокирует
sh spanning-tree blockedports
Name Blocked Interfaces List
-------------------- ------------------------------------
Number of blocked ports (segments) in the system : 0
sh interfaces fa0/25 switchport
Name: Fa0/25
Switchport: Enabled
Administrative Mode: static access
Operational Mode: static access
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: native
Negotiation of Trunking: Off
Access Mode VLAN: 231 (ARENDA22UTK)
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 associations: none
Administrative private-vlan trunk mappings: 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
sh interfaces fa0/25
FastEthernet0/25 is up, line protocol is up (connected)
Hardware is Fast Ethernet, address is 3cce.73b0.1a99 (bia 3cce.73b0.1a99)
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, media type is 10/100BaseTX
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/0 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
15425 packets input, 1142078 bytes, 0 no buffer
Received 8127 broadcasts (7471 multicasts)
46 runts, 0 giants, 0 throttles
46 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 7471 multicast, 0 pause input
0 input packets with dribble condition detected
10630 packets output, 925975 bytes, 0 underruns
0 output errors, 0 collisions, 7 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out
sh vtp status
VTP Version : running VTP2
Configuration Revision : 0
Maximum VLANs supported locally : 255
Number of existing VLANs : 15
VTP Operating Mode : Transparent
VTP Domain Name :
VTP Pruning Mode : Disabled
VTP V2 Mode : Enabled
VTP Traps Generation : Disabled
Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 12.2(50)SE5
Мак адреса провайдера на access порту Fa0/25 не появляются, хотя на портах других клиентов они присутсвуют.... Да и провайдер говорит что видит наш мак адрес..
Если поддключаю ноут, то инет на ноуте есть.
Кабель целый, подключал по нему же ноут, ошибки идут по интерфейсу 46 input errors, почему незнаю)
Коммутатор не перезагружал), не хотелось бы. В Vlan 231 добавлял порт на циске , подключал туда ноут, эффекта нет.
Куда посмотреть посоветуйте пжлста. :)