Re: [j-nsp] vlan-tagging

From: Markolf Gudjons (eedmgu@eed.ericsson.se)
Date: Tue Sep 25 2001 - 04:57:06 EDT


Milo,

On Mon, 24 Sep 2001, mark forest wrote:

> I am currently working on a project where I need to
> configure trunking/tagging between a cisco cat 5500
> and Juniper.
This is how it works here between a Cat2948G-L3 and an M40:

AXI520 (fe-1/0/0) ------ (fe1) Cat2948 (fe11)------ (e1/0) 7204

*** Axi:

interfaces {
    fe-1/0/0 {
        vlan-tagging;
        unit 11 {
            vlan-id 11;
            family inet {
                address 10.255.11.1/24;
            }
        }
    }
}

*** Cat:

interface FastEthernet1.11
 encapsulation dot1Q 11
 no ip directed-broadcast
 bridge-group 11
!
interface FastEthernet11
 no ip address
 no ip directed-broadcast
 bridge-group 11
!
bridge 11 protocol ieee

*** 7204:

interface Ethernet1/0
 ip address 10.255.11.2 255.255.255.0
!

HTH.

- Markolf



This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:37 EDT