Есть настроенная cisco 2611 с поднятыми vlan запрограмировать 3com 4400 под Vlan подскажите как это сделать или дайте сылки
по этой темеversion 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 2611
!
enable secret 5 xxxxxxxxxxxxxxxxxxxx
enable password XXXX
!
username XXXX password 0 XXXX
ip subnet-zero
!
!
!
!
!
voice call carrier capacity active
!
!
!
!
!
!
!
!
!
mta receive maximum-recipients 0
!
controller E1 0/0
channel-group 1 timeslots 1-31
description e1 TEST
!
controller E1 0/1
!
controller E1 0/2
!
controller E1 0/3
!
!
!
!
interface FastEthernet0/0
no ip address
ip accounting output-packets
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 82.102.170.225 255.255.255.248
!
interface FastEthernet0/0.2
encapsulation dot1Q 2
ip address 82.102.170.233 255.255.255.248
!
interface FastEthernet0/0.3
encapsulation dot1Q 3
ip address 82.102.170.241 255.255.255.248
!
interface FastEthernet0/0.4
encapsulation dot1Q 4
ip address 82.102.170.249 255.255.255.248
!
interface Serial0/0:1
ip address 83.102.170.178 255.255.255.252
no cdp enable
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 82.103.171.2
ip http server
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
!
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Порт, подключенный к fast0/0 объявляешь, как tagged. Добавляешь его в vlan 2,3,4... Остальные порты в виланах объявляешь, как untagged... Вроде так...