Cisco ASA Series Cli Configuration Manual page 428

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Starting Interface Configuration (ASA 5510 and Higher)
Detailed Steps
Command
Step 1
interface physical_interface
Example:
hostname(config)# interface
gigabitethernet 0/0
Step 2
(Optional)
media-type sfp
Example:
hostname(config-if)# media-type sfp
Step 3
(Optional)
speed {auto | 10 | 100 | 1000 |
nonegotiate}
Example:
hostname(config-if)# speed 100
Step 4
(Optional)
duplex {auto | full | half}
Example:
hostname(config-if)# duplex full
Cisco ASA Series CLI Configuration Guide
1-24
Chapter 1
Starting Interface Configuration (ASA 5510 and Higher)
Purpose
Specifies the interface you want to configure.
where the physical_interface ID includes the type, slot, and port
number as type[slot/]port.
The physical interface types include the following:
ethernet
gigabitethernet
tengigabitethernet
management
Enter the type followed by slot/port, for example,
gigabitethernet0/1 or ethernet 0/1. A space is optional between
the type and the slot/port.
Sets the media type to SFP, if available for your model. To restore
the default RJ-45, enter the media-type rj45 command.
Sets the speed.
For copper interfaces, the default setting is auto.
For SFP interfaces, the default setting is no speed nonegotiate,
which sets the speed to the maximum speed and enables link
negotiation for flow-control parameters and remote fault
information. The nonegotiate keyword is the only keyword
available for SFP interfaces. The speed nonegotiate command
disables link negotiation.
Sets the duplex for copper interfaces. The auto setting is the
default.
Note
The duplex setting for an EtherChannel interface must be
Full or Auto.

Advertisement

Table of Contents
loading

Table of Contents