Thanks for the config example of  how to work around the problem Chris.
That's exactly what I needed. I hadn't clued into the bridge-group to
translate the isl vlan's into dot1q vlans so that I could access them from
anywhere else in the switch.


John

>Chris McCoy wrote: ".......... Ex:
>
> interface GigabitEthernet 1
>  no ip address
>  no ip directed-broadcast
>  no negotiation auto
> !
> interface GigabitEthernet 1.10
>  encapsulation isl 10  ! VLAN 10
>  bridge-group 10
> !
> interface GigabitEthernet 3
>  no ip address
>  no ip directed-broadcast
>  no negotiation auto
>  channel-group 1
> !
> interface GigabitEthernet 4
>  no ip address
>  no ip directed-broadcast
>  no negotiation auto
>  channel-group 1
> !
> interface Port-channel 1
>  no ip address
>  no ip directed-broadcast
>  no negotiation auto
> !
> interface Port-channel 1.10
>  encapsulation dot1q 10 ! VLAN 10
>  no ip address
>  no ip directed-broadcast
>  no negotiation auto
>  bridge-group 10
>
> bridge 10 protocol ieee
>
> Chris M."



_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to