Monitoring interfaces – Cisco ASA 5505 User Manual

Page 329

Advertising
background image

9-19

Cisco ASA 5500 Series Configuration Guide using the CLI

Chapter 9 Completing Interface Configuration (Transparent Mode)

Monitoring Interfaces

Detailed Steps

Monitoring Interfaces

To monitor interfaces, enter one of the following commands:

Configuration Examples for Interfaces in Transparent Mode

The following example includes two bridge groups of three interfaces each, plus a management-only
interface:

interface gigabitethernet 0/0

nameif inside1

security-level 100

bridge-group 1

no shutdown

interface gigabitethernet 0/1

nameif outside1

security-level 0

bridge-group 1

no shutdown

interface gigabitethernet 0/2

nameif dmz1

security-level 50

bridge-group 1

no shutdown

interface bvi 1

ip address 10.1.3.1 255.255.255.0 standby 10.1.3.2

interface gigabitethernet 1/0

nameif inside2

security-level 100

bridge-group 2

no shutdown

interface gigabitethernet 1/1

nameif outside2

security-level 0

bridge-group 2

no shutdown

interface gigabitethernet 1/2

nameif dmz2

security-level 50

bridge-group 2

Command

Purpose

same-security-traffic permit

inter-interface

Enables interfaces on the same security level so that they can communicate
with each other.

Command

Purpose

show interface

Displays interface statistics.

show interface ip brief

Displays interface IP addresses and status.

show bridge-group

Shows bridge group information.

Advertising