Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

Question reg. MAC-Address Table static entries

$
0
0

Hello,

I'm doing Vol 1 lab and got a question in sec 1.39[Configure stati CAM entry for that MAC address of R6's connection to VLAN 146 to ensure that this address is not allowed to roam]

i've configured the static mac address entry on SW2, but looks like the 'static' entry is not showing up as 'STATIC' under the show command 'sho mac address dyn address <mac>' on SW2, any idea why? thanks in advance

 

George

 

PS: '001c.f612.7eb2' is the MAC address of fa0/0 on R6

 

 

Rack9R1#ping 155.9.146.6

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.9.146.6, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

Rack9R1#

Rack9R1#sh int fa0/0

FastEthernet0/0 is up, line protocol is up 

  Hardware is AmdFE, address is 0011.920e.80c0 (bia 0011.920e.80c0)

  Internet address is 155.9.146.1/24

  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, 

     reliability 255/255, txload 1/255, rxload 1/255

---------------------------

Rack9SW2#  sh run | i mac

mac address-table static 001c.f612.7eb2 vlan 146 interface FastEthernet0/6 

Rack9SW2#sho mac address dyn address 001c.f612.7eb2

          Mac Address Table

-------------------------------------------

 

Vlan    Mac Address       Type        Ports

----    -----------       --------    -----

   1    001c.f612.7eb2    DYNAMIC     Fa0/6

Total Mac Addresses for this criterion: 1

Rack9SW2#sh mac address dyn vlan 146

          Mac Address Table

-------------------------------------------

 

Vlan    Mac Address       Type        Ports

----    -----------       --------    -----

 146    0011.920e.80c0    DYNAMIC     Fa0/19

Total Mac Addresses for this criterion: 1

Rack9SW2#sh spann vlan 146

 

MST2

  Spanning tree enabled protocol mstp

  Root ID    Priority    2

             Address     000b.5f02.1100

             Cost        200000

             Port        21 (FastEthernet0/19)

             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

 

  Bridge ID  Priority    32770  (priority 32768 sys-id-ext 2)

             Address     0019.564c.c580

             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

 

Interface           Role Sts Cost      Prio.Nbr Type

------------------- ---- --- --------- -------- --------------------------------

Fa0/6               Desg FWD 200000    128.8    P2p 

Fa0/13              Desg FWD 200000    128.15   P2p 

Fa0/14              Desg FWD 200000    128.16   P2p 

Fa0/15              Desg FWD 200000    128.17   P2p 

Fa0/19              Root FWD 200000    128.21   P2p 

Fa0/20              Altn BLK 200000    128.22   P2p 

Fa0/21              Altn BLK 200000    128.23   P2p 

 

 

Rack9SW2#sh run int fa0/6

Building configuration...

 

Current configuration : 94 bytes

!

interface FastEthernet0/6

 switchport trunk encapsulation dot1q

 switchport mode trunk

end

 

Rack9SW2#

 

 

-------------------------------------

 

Rack9R6# sh int fa0/0.146

FastEthernet0/0.146 is up, line protocol is up 

  Hardware is Gt96k FE, address is 001c.f612.7eb2 (bia 001c.f612.7eb2)

  Internet address is 155.9.146.6/24

  MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec, 

     reliability 255/255, txload 1/255, rxload 1/255

  Encapsulation 802.1Q Virtual LAN, Vlan ID  146.

  ARP type: ARPA, ARP Timeout 04:00:00

  Last clearing of "show interface" counters never

Rack9R6#ping 155.9.146.1        

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.9.146.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

Rack9R6#sh run int fa0/0.146

Building configuration...

 

Current configuration : 100 bytes

!

interface FastEthernet0/0.146

 encapsulation dot1Q 146

 ip address 155.9.146.6 255.255.255.0

end

 

Rack9R6#  


Viewing all articles
Browse latest Browse all 10744

Trending Articles