CCNA 2 ERouting Chapter 08 – CCNA 2 : Routing Protocols & Concepts
- they are dropped;
- sent to default gateway;
- forward out interface Serial0/0/1;
- forward out interface FastEthernet 0/0.
- the route with the highest bandwidth;
- the route with the smallest Administrative Distance;
- the route with the longest address and mask match to the destination;
- the route with the best combination of Administrative Distance and lowest cost.
- 172.16.0.0/16;
- 172.16.0.0/24;
- 172.16.0.0/30;
- 172.16.1.0/16;
- 172.16.1.0/24.
- The router will only support classful IP addressing.
- The router will only support classful routing protocols.
- The router will use a default route, if present, when a matching route is not found in the routing table.
- The router will assume it has knowledge of all subnets in the network and will not search beyond child routes for a better match.
- a level 1 parent route;
- a level 1 supernet route;
- a level 1 ultimate network route;
- a level 2 child route;
- a level 2 ultimate child route.
- 3;
- 4;
- 5;
- 6;
- 7;
- 8.
- issue the ip default-network command;
- use a classful routing protocol such as RIPv1;
- enable either OSPF or ISIS as the routing protocol;
- issue the ip classless command;
- do nothing, ip classless is on by default.
- 172.16.1.0/25 because it is the first ultimate route;
- 0.0.0.0/0 because it is the lowest network number;
- 172.16.0.0/25 because it is the first level 1 route;
- 172.18.0.0/16 because it has the shortest mask.
- RIPv1;
- RIPv2;
- EIGRP;
- OSPF.
- 0.0.0.0;
- 255.255.0.0;
- 255.255.255.0;
- 255.255.255.255.
- The router will have to perform recursive lookups to forward a packet destined for 192.168.2.213/24.
- The parent route for these networks was removed from the routing table.
- A route to 192.168.0.0/25 would be classified as a supernet route for the routes listed in the routing table.
- All of the routes listed are network routes.
routing table?
- metric;
- route prefix;
- update timer;
- administrative distance.
- ip classless;
- no ip classless;
- ip default-network 0.0.0.0;
- ip default-gateway 172.16.254.1;
- ip route 0.0.0.0 0.0.0.0 Serial 0/0/1.
- EIGRP is being used;
- There is at least one parent and one child route;
- 192.168.2.0, 192.168.3.0, and 192.168.4.0 networks are child routes;
- Traffic going to 172.16.3.0 will be directed to s 0/0/1
- Child routes are present in the routing table.
- The command ip classless is enabled on the router.
- A classless routing protocol has been configured on the router.
- Routing table entries have a next-hop IP address and an exit interface for each child route.
- drop the packet;
- use the default route;
- forward the packet via the route to 10.16.1.0;
- forward the packet via the route to 10.16.1.64.
- drop the packet;
- send packet out Serial 0/0/1;
- send packet to network 0.0.0.0;
- send packet out FastEthernet 0/0.
- searches for a default route to forward the packet;
- drops the packet since the static route does not have an exit interface;
- performs a recursive lookup to find the exit interface used to forward the packet ;
- sends a request to neighboring routers for the location of the 128.107.0.0 network.
0 Comment to "CCNA 2 Chapter 08"
Posting Komentar