Options

Juniper vMX trunking VLANS

avc1984avc1984 Member Posts: 6 ■□□□□□□□□□
Hi,

i have vMX with VMWARE and GNS3. i tried a lot of configs and i cant trunk vlans (i see the output packets without the 802.1Q header leave the router using WIRESHARK).


my config:

interfaces {
ge-0/0/3 {
unit 0 {
family bridge {
interface-mode trunk;
vlan-id-list 139;
}
}
}


irb {
unit 139 {
family inet {
address 172.25.1.69/24;
}
}
}
}
bridge-domains {
test {
domain-type bridge;
vlan-id 139;
routing-interface irb.139;
}
}


i need that the vMX tags the packets leaving ge-0/0/3 with the vlan 139....


Any ideas why is not working my config???

Comments

  • Options
    AldurAldur Member Posts: 1,460
    I find it interesting that you have a vMX image and it hasn't been released to the public yet...
    "Bribe is such an ugly word. I prefer extortion. The X makes it sound cool."

    -Bender
  • Options
    XtendXtend Member Posts: 27 ■□□□□□□□□□
    it has been released to juniper partners for quite a while now. starting with Q3 will be released to public as well.
  • Options
    AldurAldur Member Posts: 1,460
    Yes, I know about the Q3 public release, and I didn't know about the release to partners. I do know that any release of the vMX has been very tight. Heck, inside of Juniper Education Services we can't even get our hands on it, and I know that the vMX image has made it out to the torrent sites... so yeah...

    To the OPs question, it sounds like a GNS3 issue if the packets that are untagged are leaving the ge-0/0/3 interface.
    "Bribe is such an ugly word. I prefer extortion. The X makes it sound cool."

    -Bender
Sign In or Register to comment.