Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 14th, 2012  |  syntax: None  |  size: 1.88 KB  |  hits: 39  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. R1#show ip arp
  2. Protocol  Address          Age (min)  Hardware Addr   Type   Interface
  3. Internet  10.10.10.12             3   00D0.BA8D.3434  ARPA   FastEthernet0/1
  4. Internet  10.10.15.1              -   000B.BE7B.D702  ARPA   FastEthernet0/1
  5. Internet  10.10.24.1              -   000B.BE7B.D701  ARPA   FastEthernet0/0
  6. Internet  10.10.25.1              14  0001.424A.657B  ARPA   FastEthernet0/0
  7.  
  8. R1#show protocols
  9. Global values:
  10.   Internet Protocol routing is enabled
  11. FastEthernet0/0 is up, line protocol is up
  12.   Internet address is 10.10.24.1/21
  13. FastEthernet0/1 is up, line protocol is up
  14.   Internet address is 10.10.15.1/21
  15. Serial0/1/0 is administratively down, line protocol is down
  16. Serial0/1/1 is administratively down, line protocol is down
  17. Vlan1 is administratively down, line protocol is
  18.  
  19. R1#ping 10.10.25.1
  20.  
  21. Type escape sequence to abort.
  22. Sending 5, 100-byte ICMP Echos to 10.10.25.1, timeout is 2 seconds:
  23. !!!!!
  24. Success rate is 100 percent (5/5), round-trip min/avg/max = 1/3/6 ms
  25.  
  26. R1#ping 10.10.10.12
  27.  
  28. Type escape sequence to abort.
  29. Sending 5, 100-byte ICMP Echos to 10.10.10.12, timeout is 2 seconds:
  30. !!!!!
  31. Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/6 ms
  32.  
  33. R1#
  34. R1#show ip route
  35. Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
  36.        D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  37.        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  38.        E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
  39.        i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
  40.        * - candidate default, U - per-user static route, o - ODR
  41.        P - periodic downloaded static route
  42.  
  43. Gateway of last resort is not set
  44.  
  45.      10.0.0.0/21 is subnetted, 2 subnets
  46. C       10.10.8.0 is directly connected, FastEthernet0/1
  47. C       10.10.24.0 is directly connected, FastEthernet0/0
  48. R1#