one-nda.com

Simple is Good …

Mencari mac address dan ip address di cisco

IP address, Mac address dan port berapa?
Itulah tiap hari kalo kita bekerja di jaringan komputer.
ye intinya utak-utik layer 2 lah, hee..hee kayaknya
berikut sedikit perintah dalam command cisco yang digunakan.
oh ya kalo ada yang lain silahkan posting ye supaya bisa share knowledge gitu…

show arp

Router#show arp
Protocol  Address          Age (min)  Hardware Addr   Type   Interface
Internet  10.2.42.11             50   000e.3838.6a7f  ARPA   Vlan14
Internet  10.128.14.4            76   000d.6578.8dc0  ARPA   Vlan14
Internet  10.128.14.5           128   0017.e0d6.6680  ARPA   Vlan14
<Ouput Omitted>

show mac-address-table

Router#sh mac-address-table
          Mac Address Table
——————————————-

Vlan    Mac Address       Type        Ports
—-    ———–       ——–    —–
 All    000d.ed5f.3080    STATIC      CPU
 All    0100.0ccc.cccc    STATIC      CPU
 All    0100.0ccc.cccd    STATIC      CPU
 All    0100.0cdd.dddd    STATIC      CPU
  24    0007.0e18.cfd0    DYNAMIC     Gi0/2
  24    0007.0e18.d696    DYNAMIC     Gi0/2
<Ouput Omitted>

sh mac-address-table address mac-address

Router#sh mac-address-table address 001b.789e.c46d
          Mac Address Table
——————————————-

Vlan    Mac Address       Type        Ports
—-    ———–       ——–    —–
  14    001b.789e.c46d    DYNAMIC     Fa0/32
Total Mac Addresses for this criterion: 1

sh mac address-table address mac-address

Router#sh mac address-table address 001b.789e.c46d
          Mac Address Table
——————————————-

Vlan    Mac Address       Type        Ports
—-    ———–       ——–    —–
  14    001b.789e.c46d    DYNAMIC     Fa0/32
Total Mac Addresses for this criterion: 1

show mac address-table vlan no-owvlan

Router#sh mac address-table vlan 14
          Mac Address Table
——————————————-

Vlan    Mac Address       Type        Ports
—-    ———–       ——–    —–
  14    000d.ed5f.3080    STATIC      CPU
  14    0100.0ccc.cccc    STATIC      CPU
  14    000e.3838.6a7f    DYNAMIC     Gi0/2
  14    0011.8581.4b0c    DYNAMIC     Gi0/2
  14    0013.205b.f702    DYNAMIC     Fa0/16
  14    0013.205b.f7d8    DYNAMIC     Fa0/16

show ip arp [ip address | mac address]

Router#sh ip arp  001b.789e.c46d
Protocol  Address          Age (min)  Hardware Addr   Type   Interface
Internet  10.128.14.20           14   001b.789e.c46d  ARPA   Vlan14

Router#sh ip arp 10.128.14.20
Protocol  Address          Age (min)  Hardware Addr   Type   Interface
Internet  10.128.14.20           15   001b.789e.c46d  ARPA   Vlan14

Summary
- sh arp  
- sh ip arp …
- show mac
- address-table …
- show mac …

November 4, 2008 - Posted by wyulansa | Cisco | | No Comments Yet

No comments yet.

Leave a comment