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

Example: Configuring a Static Subscriber Interface on a Gigabit Ethernet VLAN Interface (No Autonegotiation)

subscriber interfacesexamplegigabit Ethernet VLAN with no autonegotiation
[edit interfaces]
ge-5/1/9 {
vlan-tagging;
gigether-options {
no-auto-negotiation;
}
unit 2004 {
vlan-id 2004;
family inet {
address 222.0.0.1/22;
}
}
}

Related Topics


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