Site Tools


cisco:l2_notes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cisco:l2_notes [2025/07/16 13:28] adminentcisco:l2_notes [2025/08/05 04:01] (current) adminent
Line 1: Line 1:
 =====Layer 2 Notes===== =====Layer 2 Notes=====
 +====ARP====
 +  * Address Resolution Protocol. Maps MAC addresses to IPs.
 +  * Default ARP timeout is four hours or 14,400 seconds.
 +  * Change default ARP timeout, in seconds.
 +<code>r1(config)# interface g1
 +r1(config-if)# arp timeout 1800</code>
 +  * To make an ARP entry permanent, then use SNAP (Subnetwork Access Protocol).
 +<code>r1(config)# arp 10.0.0.2 0000.004b.39d1 snap</code>
 +  * To view the ARP table
 +<code>r1# show arp</code>
 +  * To clear the ARP table
 +<code>r1# clear arp-cache</code>
  
-AAA+==== 
 + 
 +====AAA====
  aaa new-model  aaa new-model
  aaa authentication login default group radius local  aaa authentication login default group radius local
Line 1596: Line 1610:
  ? show track 1  ? show track 1
  ○ should show "over threshold"  ○ should show "over threshold"
- ○ shoud show "state down"+ ○ should show "state down"
  ? show ip route  ? show ip route
  ○ WAN route is now used  ○ WAN route is now used
  
-===SDM Template===+====SDM Template====
 Switch Database Management Switch Database Management
 <code>core-switch#show sdm prefer <code>core-switch#show sdm prefer
cisco/l2_notes.1752672533.txt.gz · Last modified: by adminent