【問題】請問CISCO 3524XL VLAN 設定



贊助商連結


apathy
2006-11-06, 02:30 PM
請問CISCO 3524XL能不能設定同時啟動多個VLAN
我的設定方式
en
vlan database
vtp transparent
vlan 110
vlan 120
exit

conf t

int fa 0/1
switchport access vlan 110
exit

int fa 0/2
switchport access vlan 110
exit

int fa 0/3
switchport access vlan 120
exit

int fa 0/4
switchport access vlan 120
exit

int vlan 110
no shutdown
exit

int vlan 120
no shutdown

可是除了預設的VLAN 1以外的VLAN全部都是down,而且再分配到VLAN下的那些PORT全部都不通可是相同的方式在3550上卻可以
能請各位先進教教我嗎,感激不盡阿

sh vlan 的訊息如下:
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/5, Fa0/6, Fa0/7, Fa0/8,
Fa0/9, Fa0/10, Fa0/11, Fa0/12,
Fa0/13, Fa0/14, Fa0/15, Fa0/16,
Fa0/17, Fa0/18, Fa0/19, Fa0/20,
Fa0/21, Fa0/22, Fa0/23, Fa0/24,
Gi0/1, Gi0/2
110 admin active Fa0/1, Fa0/2
120 pos active Fa0/3, Fa0/4
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
110 enet 100110 1500 - - - - - 0 0
120 enet 100120 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0



sh int vlan 110的訊息如下:
VLAN110 is administratively down, line protocol is down
Hardware is CPU Interface, address is 0005.9ba3.9640 (bia 0005.9ba3.9640)
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA
ARP type: ARPA, ARP Timeout 04:00:00

sh int vlan 120的訊息如下:
VLAN120 is administratively down, line protocol is down
Hardware is CPU Interface, address is 0005.9ba3.9640 (bia 0005.9ba3.9640)
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA
ARP type: ARPA, ARP Timeout 04:00:00


sh run的訊息如下:

!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname jjsports_3524XL
!
enable secret 5 xxxxxxxxxxxxxx
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface VLAN1
ip address 192.168.1.210 255.255.255.0
no ip directed-broadcast
no ip route-cache
!
interface VLAN110
no ip directed-broadcast
no ip route-cache
shutdown
!
interface VLAN120
no ip directed-broadcast
no ip route-cache
shutdown
!
snmp-server engineID local 00000009020000059BA39640
snmp-server community private RW
snmp-server community public RO
!
line con 0
transport input none
stopbits 1
line vty 0 4
password mp42j/45j/vup
login
line vty 5 15
password mp42j/45j/vup
login
!
end

贊助商連結


Vincent0101
2006-11-08, 01:19 AM
請問CISCO 3524XL能不能設定同時啟動多個VLAN
我的設定方式
en
vlan database
vtp transparent
^^^^^^^^^^^^^


將 vtp transparent 換成 vtp server 試試看

apathy
2006-11-08, 09:19 AM
感謝
我試試