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 …
Configuring OSPF Authentication
Two types of authentication used in OSPF
- Simple password or plain-text authentication
Assign a password to be used with neighboring routers
router(config-if)# ip ospf authenctication-key passwordSpecifies the authentication type for an interface (since IOS 12.0)
router(config-if)# ip ospf authentication [message-digest | null]Specifies the authentication type for an area (before IOS 12.0)
router(config-router)# area area-id authencation [message-digest]Example :
R2-2503
interface Loopback0
ip address 70.70.70.70 255.255.255.255
!
interface Serial0
ip address 192.16.64.2 255.255.255.0
ip ospf authentication-key kal
clockrate 64000
!
router ospf 10
log-adjacency-changes
network 70.0.0.0 0.255.255.255 area 0
network 192.16.64.0 0.0.0.255 area 0
area 0 authenticationR1-2503
interface Loopback0
ip address 172.16.10.36 255.255.255.240
!
interface Serial0
ip address 192.16.64.1 255.255.255.0
ip ospf authentication-key kal
!
router ospf 10
network 172.16.0.0 0.0.255.255 area 0
network 192.16.64.0 0.0.0.255 area 0
area 0 authentication
- Message diggest 5 (MD5) authentication
R2-2503
interface Loopback0
ip address 70.70.70.70 255.255.255.255
!
interface Serial0
ip address 192.16.64.2 255.255.255.0
ip ospf message-digest-key 1 md5 kal
clockrate 64000
!
router ospf 10
network 192.16.64.0 0.0.0.255 area 0
network 70.0.0.0 0.255.255.255 area 0
area 0 authentication message-digestR1-2503
interface Loopback0
ip address 172.16.10.36 255.255.255.240
!
interface Serial0
ip address 192.16.64.1 255.255.255.0
ip ospf message-digest-key 1 md5 kal
!
router ospf 10
network 172.16.0.0 0.0.255.255 area 0
network 192.16.64.0 0.0.0.255 area 0
area 0 authentication message-digestNote : kal is password
TROUBLESHOOT
- show ip ospf neighbor
- show ip ospf interface serial0
- show ip route
- ping (ip address)
- debug ip ospf adj
Setting SSH2 client di cisco
1. Langkah-langkah setting ssh 2 client dicisco menggunakan RSA Key Pairs:
2. masuk ke interface
Router (config)#line vty 0 4
TarDtl-3745-sto(config-line)#transport input all
link : http://www.cisco.com/en/US/docs/ios/12_3t/12_3t4/feature/guide/gt_ssh2.html
Setting Routing Protokol
Cara redistribute Routing Protokol : ditulis pada router (routing protokol)
* OSPF ke EIGRP = redistribute eigrp 10 subnets
* EIGRP ke OSPF = redistribute ospf 10 metric 10000 1000 255 1 1500
* RIP ke EIGRP = redistribute eigrp 10 metric
* RIP ke OSPF = redistribute ospf 10 metric 1
-
Archives
- November 2008 (5)
- October 2008 (2)
- August 2008 (1)
- February 2008 (4)
- January 2008 (1)
- July 2007 (19)
-
Categories
-
RSS
Entries RSS
Comments RSS

![OMG ! [ Explore #1 ] OMG ! [ Explore #1 ]](http://static.flickr.com/2631/4150305338_5dd4270c04_t.jpg)