A network administrator needs to configure a fully specified IPv4 static route on a Cisco router to reach destination subnet . The next-hop router interface IP address is , and the outbound multiaccess Ethernet interface on the local router is GigabitEthernet0/0. Which command correctly establishes this route while avoiding recursive routing table lookups?
- ip route 10.50.0.0 255.255.0.0 GigabitEthernet0/0 172.16.1.2Cevap
- Bip route 10.50.0.0 0.0.255.255 GigabitEthernet0/0 172.16.1.2
- Cip route 10.50.0.0 255.255.0.0 172.16.1.2 GigabitEthernet0/0
- Dip route 10.50.0.0 255.255.0.0 GigabitEthernet0/0 172.16.1.1
Cevap
The command `ip route 10.50.0.0 255.255.0.0 GigabitEthernet0/0 172.16.1.2` correctly configures a fully specified static route.
A fully specified static route on a broadcast multiaccess interface requires both the local outbound interface name and the next-hop IP address. In Cisco IOS, the command structure is `ip route <prefix> <mask> <exit-interface> <next-hop-ip>`. The option specifying `ip route 10.50.0.0 255.255.0.0 GigabitEthernet0/0 172.16.1.2` adheres strictly to this syntax.
Adım Adım Çözüm
Anahtar Kavram
Fully Specified IPv4 Static Route Syntax