Site Tools


cisco:certification_topics:ccie-ei:1.1.ai

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cisco:certification_topics:ccie-ei:1.1.ai [2025/11/24 00:13] Namecisco:certification_topics:ccie-ei:1.1.ai [2025/11/24 00:21] (current) – [Managing MAC table] Name
Line 84: Line 84:
     * <code>sw-27#show mac address-table static | i Te1/0/1     * <code>sw-27#show mac address-table static | i Te1/0/1
       2000.2000.2027    STATIC      Te1/0/1</code>       2000.2000.2027    STATIC      Te1/0/1</code>
 +  * Statically configure a MAC address on an interface.
 +    * <code>sw-27(config)#int te 1/0/1
 +sw-27(config-if)#mac-address 2000.2000.2002</code>
 +  * Certain MAC addresses will not work and an error message will appear.
 +    * <code>sw-27(config-if)#mac-address 0000.0000.0000
 +% Malformed hex mac address
 +sw-27(config-if)#mac-address 1111.1111.1111
 +% Malformed hex mac address</code>
 +  * Verify MAC address on an interface.
 +    * <code>sw-27#show interface te 1/0/1 | i address
 +  Hardware is Ten Gigabit Ethernet, address is 2000.2000.2002 (bia 0c75.bded.1881)</code>
  
 =====Aging Time===== =====Aging Time=====
cisco/certification_topics/ccie-ei/1.1.ai.1763943224.txt.gz · Last modified: by Name