ZULIKHWAN REPOSITORY
  • ZULIKHWAN REPOSITORY
  • Cisco Networking
    • Router
      • IP Route
      • Static Routing
      • RIP
      • OSPF
      • EIGRP
      • BGP
      • VLAN Routing
      • DHCP
      • ACL
      • VPN
      • CDP
    • Switch
      • VLAN
      • VTP
      • STP
      • PoE
      • EtherChannel
      • Link Aggregation
      • BPDU Guard
      • Port Security
      • CDP
  • DNS
  • VPN
    • TwinGate
  • Firewall
    • Firewall
      • Aliase
      • NAT
    • Services
      • DHCP Server
  • Linux
    • WSL
  • Windows
    • WSL
  • Docker
  • Page
  • Interface
    • Twisted Pair Cable
  • Server
    • DNS Server
      • Bind9
      • Pi-hole
      • AdGuardHome
  • Code
    • Filament Laravel
Powered by GitBook
On this page
  1. Cisco Networking
  2. Router

IP Route

show ip route

Router# show ip route
Gateway of last resort is not set

C    192.168.1.0/24 is directly connected, FastEthernet0/0
O    10.1.1.0/24 [110/2] via 192.168.1.1, 00:00:12, FastEthernet0/0
D    172.16.1.0/24 [90/3072] via 192.168.2.1, 00:01:23, FastEthernet0/1
S    192.168.3.0/24 [1/0] via 192.168.1.1, 00:00:05, FastEthernet0/0
  • via 192.168.1.1 - NEXT HOP

  • FastEthernet0/0 - INTERFACE UTK PACKET KELUAR

  • 00:00:12 - WAKTU TERAKHIR DITERIMA

Administrative Distance (AD)
Protokol

1

Directly Connected

90

RIP

110

OSPF

120

EIGRP

170

BGP

200

Static Route

255

Local

50

IS-IS

Last updated 4 months ago