Difference between revisions of "AMU/CCNA Exploration Semester 1 - Forsvaret/Switch CAM Table"

From Teknologisk videncenter
Jump to: navigation, search
m (Created page with "=Indledning= Denne øvelse giver et indblik i funktionen af en Switch og hvordan den finder destinations porten. =Opgave= Find Putty på din computer og forbind via telnet til sw...")
 
m
Line 6: Line 6:
 
|[[Image:ScreenShot010.png|500px|left|thumb|Putty]]
 
|[[Image:ScreenShot010.png|500px|left|thumb|Putty]]
 
|}
 
|}
 +
<source lang=cli>
 +
TKSW308><input>show mac address-table</input>
 +
          Mac Address Table
 +
-------------------------------------------
 +
 +
Vlan    Mac Address      Type        Ports
 +
----    -----------      --------    -----
 +
All    0100.0ccc.cccc    STATIC      CPU
 +
All    0100.0ccc.cccd    STATIC      CPU
 +
All    0180.c200.0000    STATIC      CPU
 +
All    0180.c200.0001    STATIC      CPU
 +
All    0180.c200.0002    STATIC      CPU
 +
All    0180.c200.0003    STATIC      CPU
 +
<output omitted>
 +
</source>
 +
 +
{{Source cli}}

Revision as of 10:09, 30 April 2013

Indledning

Denne øvelse giver et indblik i funktionen af en Switch og hvordan den finder destinations porten.

Opgave

Find Putty på din computer og forbind via telnet til switchen i klassen(192.168.146.2)
Putty
Putty
TKSW308><input>show mac address-table</input>
          Mac Address Table
-------------------------------------------

Vlan    Mac Address       Type        Ports
----    -----------       --------    -----
 All    0100.0ccc.cccc    STATIC      CPU
 All    0100.0ccc.cccd    STATIC      CPU
 All    0180.c200.0000    STATIC      CPU
 All    0180.c200.0001    STATIC      CPU
 All    0180.c200.0002    STATIC      CPU
 All    0180.c200.0003    STATIC      CPU
<output omitted>