RE: Mgmt Interface 3550 in separate vlan

From: Richard Davidson (rich@myhomemail.net)
Date: Sat Sep 21 2002 - 23:08:46 GMT-3


I don't think you need to make 40 the managment vlan. Just trunk the port allowing all vlans that need to be transported. I would also use dot1.q, I always have better experiance with it. You may want to double check to see if you created the vlan 30. I did the same thing you did and notice that vlan 30 does not exist in the show vlan. Rich
s1(config)#int fas 0/21
s1(config-if)#switchport trunk allowed vlan 40,30
s1(config-if)#^Z
s1#sho
*Mar 1 22:21:43: %SYS-5-CONFIG_I: Configured from console by console
s1#sho vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/6, Fa0/7, Fa0/8, Fa0/9,
                                                Fa0/10, Fa0/11, Fa0/12, Fa0/13,
                                                Fa0/14, Fa0/16, Fa0/17, Fa0/18,
                                                Fa0/19, Fa0/20, Fa0/23, Fa0/24,
                                                Gi0/1, Gi0/2
23 VLAN0023 active Fa0/5, Fa0/15
24 VLAN0024 active Fa0/1, Fa0/4
25 VLAN0025 active Fa0/2, Fa0/3
40 VLAN0040 active Fa0/22
41 VLAN0041 active
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active

 
 
 
 
 Steve Lown wrote:I am trying to setup a bridge on a router with an isl trunk to a 3550. I
have been asked to set a management interface on the switch on vlan 40, and
I am trying to bridge via IRB on the router between the switch and the
ethenet, vlan 30. I have no connectivity between the switch and the router.
Here are some configs:

switch:

hostname 3550
!
interface FastEthernet0/12
switchport trunk encapsulation isl
switchport trunk native vlan 40
switchport trunk allowed vlan 10,20,30,40,1002-1005
switchport mode trunk
no ip address
!
!
interface Vlan40
ip address 145.1.36.100 255.255.255.0
!
ip default-gateway 145.1.36.6
ip classless
ip http server
!
end

router:
hostname R6
!
bridge irb
!
interface FastEthernet3/0.30
encapsulation isl 30
no ip redirects
bridge-group 1
!
interface FastEthernet3/0.40
encapsulation isl 40
no ip redirects
bridge-group 1
!
interface BVI1
ip address 145.1.36.6 255.255.255.0
!
bridge 1 protocol ieee
bridge 1 route ip
bridge 1 route ipx
!

end

>From: "Balaji Siva"
>To: "Bruce Williams" , "Steve Lown"
>,
>Subject: RE: Mgmt Interface 3550 in separate vlan
>Date: Sat, 21 Sep 2002 17:59:43 -0400
>
>the problem description fro steve for me wasn't clear..but anyway,
>
>all vlans are allowed on a trunk by default so you don't need to make the
>management vlan as native vlan if you don't have to... you can ofcourse
>explictly allow the management vlan on a trunk..
>
>
>B
>
>-----Original Message-----
>From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
>Bruce Williams
>Sent: Saturday, September 21, 2002 5:30 PM
>To: Steve Lown; ccielab@groupstudy.com
>Subject: RE: Mgmt Interface 3550 in separate vlan
>
>
>That happened to me too, while I was doing a lab. I made the VLAN of the
>management interface the native VLAN of the trunk so that it would be
>included in VLANs allowed to traverse the trunk.
>
>switch(config-if)#switchport trunk native vlan xx.
>
>It worked for me, but there must be another way.
>
>Bruce
>
>-----Original Message-----
>From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
>Steve Lown
>Sent: Saturday, September 21, 2002 3:51 PM
>To: ccielab@groupstudy.com
>Subject: Mgmt Interface 3550 in separate vlan
>
>
>I am trying to set up a practice lab where the management interface is of
>the switch is set in its own vlan and is included in the allowed trunks on
>a
>port to a router. I find when I enter a vlan on a separate vlan from vlans
>that have the command switchport access vlan XX, no connectivity is
>established. The cat5 is easy to setup, you just put the sc0 interface in
>the vlan number you want and set the ip address in the network of the vlan
>you want connectivity. Any suggestions as to how to set this up on the
>3550? Thank you for your input.
>
>
>_________________________________________________________________
>Chat with friends online, try MSN Messenger: http://messenger.msn.com



This archive was generated by hypermail 2.1.4 : Mon Oct 07 2002 - 07:43:59 GMT-3