ESR Series Routers Operation Manual
57
Enter the RIP configuration mode:
esr(config)#
router rip
Define subnets that will be announced by the protocol: 115.0.0.0/24, 14.0.0.0/24 and 10.0.0.0/24:
esr(config-rip)#
network 115.0.0.0/24
esr(config-rip)#
network 14.0.0.0/24
esr(config-rip)#
network 10.0.0.0/24
To announce static routes by the protocol, execute the following command:
esr(config-rip)#
redistribute static
Configure timer, responsible for routing information transmission:
esr(config-rip)#
timers update 25
When all required settings are done, enable the protocol:
esr(config-rip)#
enable
Configuration changes will take effect when the configuration is applied:
esr#
commit
Configuration has been successfully committed
esr#
confirm
Configuration has been successfully confirmed
esr#
To view the RIP routing table, use the following command:
esr#
show ip rip
In addition to RIP protocol configuration, open UDP port 520 in the firewall.
7.14
OSPF configuration
OSPF is a dynamic routing protocol, based on link-state technology and using shortest path first
Dijkstra algorithm.
Objective 1:
Configure OSPF protocol on the router in order to exchange the routing information
with neighbouring routers. Router should be in 1.1.1.1 identifier area and announce routes received via
RIP.