[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Example: Configuring a Static Subscriber Interface on a Gigabit Ethernet VLAN Interface (Multiple Logical Units)

subscriber interfacesexamplegigabit Ethernet VLAN with multiple logical units
[edit interfaces]
ge-5/0/0 {
vlan-tagging;
unit 1 {
proxy-arp;
vlan-id 1;
family inet {
unnumbered-address lo0.0 preferred-source-address 192.1.1.1;
}
}
unit 2 {
proxy-arp;
vlan-id 2;
family inet {
unnumbered-address lo0.0 preferred-source-address 192.1.1.1;
}
}
}

Related Topics


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]