| configure |
turn auto | Use configure terminal interface ethernet negotiate to enable auto negotiation for a particular |
negotiationon | Ethernet port. In this example, auto negotiation is enabled on port 8, slot 2. The port is then restarted. |
for a Ethernet |
|
port | hostname# conf t int eth 8 2 negotiate |
| hostname# conf t int eth 8 2 no shutdown |
deactivate a | Use configure terminal interface ethernet shutdown to deactivate a Ethernet port. In this example, |
Ethernet port | port 8, slot 2 is deactivated. |
| hostname# conf t int eth 8 2 shutdown |
reactivate a | Use configure terminal interface ethernet no shutdown to reactivate a Ethernet port. In this |
Ethernet port | example, port 8, slot 2 is reactivated. |
| hostname# conf t int eth 8 2 no shutdown |
| settings |
| configures the interface to enable/disable |
| the polling interval for Ethernet port status changes. |
sets the detect option for MDI as enabled or disabled.
indicates whether the connection is MDI or
sets the polling interval for Ethernet port status changes. The value is in milliseconds.
virtual
configures a virtual interface.
add id < external gre internal >
adds a virtual interface of the type you specify.
external id
configures the external interface.
enables or disables bridge mode. (If bridge mode is enabled, proxy ARP mode is disabled; if bridge mode is disabled, proxy ARP mode is enabled.)
connect
permits a PPPoE/PPTP/L2TP interface to be connected.
disconnect
permits a PPPoE/PPTP/L2TP interface to be disconnected.
X Family CLI Reference V 2.5.1 | 51 |
|
|