Configuring Gigabit Ethernet Interfaces
SUMMARY STEPS
- enable
- configure terminal
- interface GigabitEthernet slot/subslot/port
- ip address ip-address mask [secondary] dhcp pool
- negotiation auto
- end
DETAILED STEPS
| Command or Action | Purpose | |
|---|---|---|
|
Step 1 |
enable Example:
|
Enables privileged EXEC mode. Enter your password if prompted. |
|
Step 2 |
configure terminal Example:
|
Enters global configuration mode. |
|
Step 3 |
interface GigabitEthernet slot/subslot/port Example:
|
Configures a GigabitEthernet interface.
|
|
Step 4 |
ip address ip-address mask [secondary] dhcp pool Example:
|
Assigns an IP address to the GigabitEthernet
|
|
Step 5 |
negotiation auto Example:
|
Selects the negotiation mode.
|
|
Step 6 |
end Example:
|
Ends the current configuration session and returns to privileged EXEC mode. |
Feedback