1-4each routing protocol (including static routes) is assigned a priority. The route found by the routingprotocol with the highest priority is preferred.The following table lists some routing protocols and the default priorities for routes found by them:Table 1-1 Routing protocols and priorities of their default routeRouting approach PriorityDIRECT 0OSPF 10STATIC 60RIP 100OSPF ASE 150OSPF NSSA 150UNKNOWN 255z The smaller the priority value, the higher the priority.z The priority for a direct route is always 0, which you cannot change. Any other type of routes canhave their priorities manually configured.z Each static route can be configured with a different priority.Load Sharing and Route BackupLoad sharingA given routing protocol may find several routes with the same metric to the same destination, and if thisprotocol has the highest priority among all the active protocols, these routes will be considered valid andare used to forward packets, thus achieving load sharing.Route backupYou can configure multiple routes to the same destination, expecting the one with the highest priority tobe the primary route and all the rest backup routes.Route backup can help improve network reliability. Automatic switching can happen between theprimary route and a backup route.Under normal circumstances, packets are forwarded through the primary route. When the primary routegoes down, the route with the highest priority among the backup routes is selected to forward packets.When the primary route recovers, the route selection process is performed again and the primary routeis selected again to forward packets.Routing Information SharingAs different routing protocols use different algorithms to calculate routes, they may discover differentroutes. In a large network with multiple routing protocols, it is required for routing protocols to share their