[j-nsp] Configuring in-band management over trunk interfaces in EX2200
Mark Tinka
mark.tinka at seacom.mu
Fri Feb 28 05:58:31 EST 2014
On Friday, February 28, 2014 12:31:00 PM Paul S. wrote:
> However, if I move the unit 137 stanza from vlan.137
> directly to ae0 (Removing its trunk status in the
> process), and config it with vlan-tagging, and vlan-id
> 137 -- it becomes accessible just fine, and can route
> traffic.
On my EX4550's (and EX3200/4200's), the below works:
ae0 {
description "SOMETHING";
aggregated-ether-options {
link-speed 10g;
lacp {
passive;
}
}
unit 0 {
description "SOMETHING";
bandwidth 20g;
family ethernet-switching {
port-mode trunk;
vlan {
members all;
}
}
}
}
vlan {
unit 999 {
description "SOMETHING - Management VLAN";
bandwidth 20g;
family inet {
filter {
input filter-incoming;
output filter-outgoing;
}
address a.b.c.d/30;
}
family iso;
family inet6 {
filter {
input filter-incoming6;
inactive: output filter-outgoing6;
}
address aaaa:bbbb:c:d::e/126;
}
}
}
vlans {
Edge-Network {
vlan-id 999;
l3-interface vlan.999;
}
}
Hope this helps.
Mark.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <https://puck.nether.net/pipermail/juniper-nsp/attachments/20140228/4845c722/attachment.sig>
More information about the juniper-nsp
mailing list