Tuesday 26 November 2019

RIP

RIP version 2

R1 (config) # router rip
R1 (config-router) # version 2
R1 (config-router) # network 10.0.0.0 (for Class A network /8)
R1 (config-router) # network 192.168.1.0 (for Class C network /24)


Default static route
Using Loopback 1 as exit interface, This is useful for simulating an Internet connection to ISP.
Usually passive-interface lo1 is recommended.

R1 (config) # ip route 0.0.0.0 0.0.0.0 lo1


Propagate and redistribute

R1 (config-router) # default-information originate / def orig

No comments:

Post a Comment