Protocol Type - Distance Vector Protocol
Cisco Proprietary - Yes
IGP/EGP - IGP (Interior Gateway Protocol)
Administrative Distance - 120
Routed Protocol Support - IPv4 (IPv6 in Rping)
Routed Protocol Support - IPv4 (IPv6 in Rping)
Updates - Full route table update
VLSM/CIDR Support - Does not support
Classlful/Classless Protocol - Classful Protocol
Dis-contiguous Network Support - Does not support
Hop Count Limit - 15
Algorithm - Bellman Ford
Broadcast/Multicast Based - Broadcast Based
Authentication - No authentication
Hierarchical Network Requirement - RIPv1 networks are flat. So RIPv1 has no concept of areas or boundaries, but has aggregation concept.
Metrics - Hop Count
Manual Summarization Support - Does not support
Auto Summarization Support - Support
Working Process - In a RIP network, each router broadcast its entire routing table to its all neighboring routers or on all active interfaces after every 30 second. After that, when a router receives a neighbor's routing table, it uses these provided information to update its own routing table and then sends own updated routing table to its all neighbors.
Loop Avoidance Mechanism -
- Maximum Hop Count
- Split Horizon
- Route Poisoning
- Hold-downs
Best Path Selection - RIP only uses hop count as a metrics to determine the best path to the remote network, always a route with the lowest hop count will be prefer as best path to remote network. If there are more than one link available with the same hop count to the same destination in RIP network, then RIP will perform a Round-Robin load balancing automatically. RIP can perform load balancing for up to 6 equal cost link and by default is 4.
Load Balancing - If there are more than one link available with the same hop count to the same destination in RIP network, then RIP will perform a Round-Robin load balancing automatically. RIP can perform load balancing for up to 6 equal cost link and by default is 4.
Passive Interface - You can set the single or all interface as passive, if you configured a interface as passive, means the routing updates will not be sent out this interface. Passive interface [interface_name] command will prevent the interface from sending out routing updates but will allow the interface to receive or learn updates.
Convergence - Slow convergence due to periodic update after every 30 Second.
Timer -
- Route update timer (30 Second)
- Route invalid timer (180 Second)
- Hold-down timer (180 Second)
- Route flush timer (240 Second)
- Easy to configure and use
- Prone to routing loops
- Limit of hop count in RIP is 15, means if anything require 16 hop, it will be deemed unreachable. So it is not suitable for large network
- RIP does not support a VLSM, means it can send routing updates based only on a fixed-length subnet mask (FLSM) or routes that belongs to classful boundaries.
- Slow convergence due to periodic update.
- RIP does not have knowledge of the bandwidth of a link
- RIP does not support multiple paths for the same route
- Prone to routing loops
Router#config t
Router(config)#router rip
Router(config-router)#network 10.0.0.0
0 comments:
Post a Comment
If you like my posts then please comment and if you don’t like then please suggest me to improve, and if you have any query related to post then please text me through the comment box or mail me on upadhyayambition@gmail.com , I will try my best to solve your queries as soon as possible.