10-06-2009 09:18 AM
hello all,
it's possible to do a vlan tagging, on a reth x interface? the unique form to do an active/passive cluster is with redudancy interface? i need to configure a bgroup and i think that it's impossible to configure it with a redundant interface.
thanks in advance.
10-06-2009 12:27 PM
you can configure vlan tagging on a reth interface
If this worked for you please flag my post as an "Accepted Solution" so others can benefit.
A kudo would be cool if you think I earned it.
10-06-2009 11:17 PM
11-26-2009 01:41 AM
Is it possible to use a native vlan, which should not be tagged?
probably using the command: "set interfaces reth2 vlan-tagging native-vlan-id 1111"
when I try to commit i receive an error:
[edit interfaces reth2 native-vlan-id]
'native-vlan-id 1111'
native-vlan-id can be specified with vlan-tagging mode or with interface-mode trunk
error: commit failed: (statements constraint check failed)
my configuration looks like this:
fivan@BOU# show reth2
vlan-tagging;
##
## Warning: native-vlan-id can be specified with vlan-tagging mode or with interface-mode trunk
##
native-vlan-id 2500;
redundant-ether-options {
redundancy-group 1;
link-speed 1g;
}
unit 0 {
description "SA4500 internal";
vlan-id 1111;
family inet {
address 192.168.240.10/27;
}
}
unit 1 {
vlan-id 2222;
family inet {
address 10.10.10.1/30;
}
}
05-21-2010 06:14 AM
Does anyone know the anser ? I got the same response from J6350 cluster.
Thanks in advance for help