Switch administration

1.1.a i Managing MAC address table

CAM table

Content Addressable Memory

General information on “CAM Table”:

“CAM Table” timers default values:

“CAM Table” CLI configuration commands:

## Configuring a static MAC table entry
Switch(config)# mac address-table static <mac-addr> vlan <vlan-id> interface <if>

## Modifying the MAC table age-out timer
Switch(config)# mac address-table aging-time <aging-time>

“CAM Table” CLI show commands:

## Showing all current MAC table entries
Switch# show mac address-table

## Showing the current MAC table count and remaining available address space
Switch# show mac address-table count

TCAM Table

Ternary Content Addressable Memory

General information on “TCAM Table”:

“TCAM table” CLI show commands:

## Showing the current TCAM table utilization
Switch# show platform tcam utilization

1.1.a ii Errdisable recovery

General information on “Errdisable recovery”:

“Errdisable recovery” default timers:

“Errdisable recovery” CLI configuration commands:

## Configuring the disabled/enabled errdisable detection causes
Switch(config)# errdisable detect cause [all | <specific>]

## Configuring the disabled/enabled errdisable recovery causes
Switch(config)# errdisable recovery cause [all | <specific>]

## Modifying the errdisable recovery interval
Switch(config)# errdisable recovery interval <seconds>

“Errdisable recovery” CLI show commands:

## Showing the disabled/enabled errdisable detection causes
Switch# show errdisable detect

## Showing the disabled/enabled errdisable recovery causes and interval
Switch# show errdisable recovery

1.1.a iii L2 MTU

Layer 2 Maximum Transmission Unit

General information on “L2 MTU”:

“L2 MTU” CLI configuration commands:

## Configuring the L2 MTU
Switch(config)# system mtu <size>

“L2 MTU” CLI show commands:

## Showing the currently configured L2 MTU
Switch# show system mtu