Static IP Routing

Sdílet
Vložit
  • čas přidán 25. 08. 2020
  • Static routing is discussed in this video.
    Routing is a process to select a path from a source node to the destination node
    Routing Table: A database about the possible paths towards different destinations in a network
    Static Routing: Router is configured to select specific route
    Dynamic Routing: Router learns about possible routes by some routing protocols
    Static Network Route: Route to a single network
    config)# ip route 172.16.4.0 255.255.255.0 192.168.2.2
    Static Host Route: Route to a single host address
    (config)# ip route 172.16.4.1 255.255.255.255 192.168.2.2
    #StaticIPRouting
    #IPRouting

Komentáře •