Firewall – Cisco ASA active SwitchPort

ciscocisco-asafirewall

Does anyone know how to see which switch ports are cabled from CLI or ASDM?

I am configuring a 5505 and the inside has 6 interfaces associated, only one of which is actually actively linked.

I can't see to find this information, any help would be greatly appreciated.

Best Answer

Run the command:

show interface

This will output info about all the interfaces. The first line of each will say something like:

Interface Ethernet0/2 "", is administratively down, line protocol is down

If it is linked, it generally shows:

Interface Ethernet0/1 "inside", is up, line protocol is up

Related Topic