Проблема следующего плана... На кошке выделил 10 порт, он trunk с пропусканием всех вланов. На BPS2000 никак не могу понять как сделать транковым порт 1 и как поставить в влан порт скажем 14 с инкапсуляцией dot1q... её такой вообще там нет... подскажите у кого такой BPS есть! Спасибо заранее
up
>up
down :-)Пример: порт 3 - транковый с vlan 10-12 и 1 - native
!
vlan create 10
vlan create 11
vlan create 12
!
vlan ports 3 tagging tagAll pvid 1 filter-tagged-frame disable filter-untagged-frame enable
!
vlan member 10 3
vlan member 11 3
vlan member 11 3
!
>vlan create 10
>vlan create 11
>vlan create 12Хрен...
BPS2000(config)#vlan create 10
^
% Incomplete command. See '^' marker.тип ждёт... а какой из низ .1q?
BPS2000(config)#vlan create 10 type ?
macsa Create MAC-based VLAN
port Create port-based VLAN
protocol-ApltkEther2Snap Create ApltkEther2Snap VLAN
protocol-decEther2 Create decEther2 VLAN
protocol-decOtherEther2 Create decOtherEther2 VLAN
protocol-ipEther2 Create ipEther2 VLAN
protocol-ipv6Ether2 Create ipv6Ether2 VLAN
protocol-ipx802.2 Create ipx802.2 VLAN
protocol-ipx802.3 Create ipx802.3 VLAN
protocol-ipxEther2 Create ipxEther2 VLAN
protocol-ipxSnap Create ipxSnap VLAN
protocol-Netbios Create Netbios VLAN
protocol-RarpEther2 Create RarpEther2 VLAN
protocol-sna802.2 Create sna802.2 VLAN
protocol-snaEther2 Create snaEther2 VLAN
protocol-Userdef Create Userdef VLAN
protocol-vinesEther2 Create vinesEther2 VLAN
protocol-xnsEther2 Create xnsEther2 VLAN>vlan ports 3 tagging tagAll pvid 1 filter-tagged-frame disable filter-untagged-frame enable
>!
>vlan member 10 3
>vlan member 11 3
>vlan member 11 3
>!
BPS2000(config)#vlan create 10 type port
>BPS2000(config)#vlan create 10 type port
Это port based... а мне нужно 802.1q..... :-(
это обычный 802.1q
Просто название своеобразное.
>>BPS2000(config)#vlan create 10 type port
>
>
>Это port based... а мне нужно 802.1q..... :-(
Вам все правильно сказали ;-)
>>>BPS2000(config)#vlan create 10 type port
>>
>>
>>Это port based... а мне нужно 802.1q..... :-(
>
>
>Вам все правильно сказали ;-)
Спасибо ребят! Да, все так и есть. Ну и железка... :-(
На самом деле странно... VLAN 1 управляющий, я хочу через каталист увидеть зелезку 10,0,0,4 подключенную в нортелу, нортел 10,0,0,3BPS2000#ping 10.0.0.4
Host is reachable. time=1 ms
BPS2000#sh vlan
Id Name Type Protocol User PID Active IVL/SVL Mgmt
--- -------------------- -------- ---------------- -------- ------ ------- ----
1 VLAN #1 Port None 0x0000 Yes IVL Yes
Port Members: 1,13-14
10 DMZ Port None 0x0000 Yes IVL No
Port Members: 1
BPS2000#нортел 10,0,0,4 видит нормально, через каталист
core#ping 10.0.0.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
core#ping 10.0.0.4Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.4, timeout is 2 seconds:
..
Success rate is 0 percent (0/2)Вот настройки:
VLAN Port ConfigurationPort: [ 14 ]
Filter Tagged Frames: [ No ]
Filter Untagged Frames: [ No ]
Filter Unregistered Frames: No
Port Name: [ DMC1000 ]
PVID: [ 1 ]
Port Priority: [ 0 ]
Tagging: [ Untag PVID Only ]AutoPVID (all ports): [ Disabled ]
чтоне так? как его правильно то посадить в VLAN1?