Cisco ASA Series Cli Configuration Manual page 450

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

Advertisement

Starting ASA 5505 Interface Configuration
Caution
The ASA 5505 does not support Spanning Tree Protocol for loop detection in the network. Therefore
you must ensure that any connection with the ASA does not end up in a network loop.
Detailed Steps
Command
Step 1
interface ethernet0/port
Example:
hostname(config)# interface ethernet0/1
Step 2
switchport access vlan number
Example:
hostname(config-if)# switchport access
vlan 100
Step 3
(Optional)
switchport protected
Example:
hostname(config-if)# switchport protected
Step 4
(Optional)
speed {auto | 10 | 100}
Example:
hostname(config-if)# speed 100
Step 5
(Optional)
duplex {auto | full | half}
Example:
hostname(config-if)# duplex full
Step 6
no shutdown
Example:
hostname(config-if)# no shutdown
Cisco ASA Series CLI Configuration Guide
1-8
Chapter 1
Purpose
Specifies the switch port you want to configure, where port is 0
through 7.
Assigns this switch port to a VLAN, where number is the VLAN
ID, between 1 and 4090. See the
section on page 1-6
to configure the VLAN interface that you
want to assign to this switch port. To view configured VLANs,
enter the show interface command.
Note
You might assign multiple switch ports to the primary or
backup VLANs if the Internet access device includes
Layer 2 redundancy.
Prevents the switch port from communicating with other
protected switch ports on the same VLAN.
You might want to prevent switch ports from communicating with
each other if the devices on those switch ports are primarily
accessed from other VLANs, you do not need to allow
intra-VLAN access, and you want to isolate the devices from each
other in case of infection or other security breach. For example, if
you have a DMZ that hosts three web servers, you can isolate the
web servers from each other if you apply the switchport
protected command to each switch port. The inside and outside
networks can both communicate with all three web servers, and
vice versa, but the web servers cannot communicate with each
other.
Sets the speed. The auto setting is the default. If you set the speed
to anything other than auto on PoE ports Ethernet 0/6 or 0/7, then
Cisco IP phones and Cisco wireless access points that do not
support IEEE 802.3af will not be detected and supplied with
power.
Sets the duplex. The auto setting is the default. If you set the
duplex to anything other than auto on PoE ports Ethernet 0/6 or
0/7, then Cisco IP phones and Cisco wireless access points that do
not support IEEE 802.3af will not be detected and supplied with
power.
Enables the switch port. To disable the switch port, enter the
shutdown command.
Starting Interface Configuration (ASA 5505)
"Configuring VLAN Interfaces"

Advertisement

Table of Contents
loading

Table of Contents