Podcast
Questions and Answers
OSFP area ID does not need to be unique within the AS.
OSFP area ID does not need to be unique within the AS.
False (B)
Consider the following diagram. We want to communicate from a device on LAN1 to a
device on LAN2. Assuming that all necessary configurations are already included on R2, which
of the following configurations in R1 would enable this communication?
Consider the following diagram. We want to communicate from a device on LAN1 to a device on LAN2. Assuming that all necessary configurations are already included on R2, which of the following configurations in R1 would enable this communication?
- /ip route add dst-address=0.0.0.0/0 gateway=192.168.99.2 (correct)
- /ip route add dst-address=0.0.0.0/0 gateway=Ether1
- /ip route add dst-address=192.168.0.0/24 gateway=192.168.0.1
- /ip route add dst-address=192.168.1.0/24 src address=192.168.0.0/24 gateway=192.168.99.2 (correct)
When using the “check gateway” function in creating a route, the following protocols can be
utilized to ensure the gateway address is reachable (choose all correct answers):
When using the “check gateway” function in creating a route, the following protocols can be utilized to ensure the gateway address is reachable (choose all correct answers):
- ICMP (correct)
- UDP
- MNDP
- ARP (correct)
If router receives packet with TTL=1 then:
If router receives packet with TTL=1 then:
Which is the correct way to set a comment in a OSPF dynamic route:
Which is the correct way to set a comment in a OSPF dynamic route:
Define a routing loop (choose the most precise description)
Define a routing loop (choose the most precise description)
Which route will be used to reach host 192.168.1.55?
/ip route
add disabled=no distance=1 dst-address=192.168.1.0/24 gateway=1.1.1.1
add disabled=no distance=1 dst-address=192.168.1.0/25 gateway=2.2.2.2
add disabled=no distance=1 dst-address=192.168.0.0/16 gateway=3.3.3.3
Which route will be used to reach host 192.168.1.55? /ip route add disabled=no distance=1 dst-address=192.168.1.0/24 gateway=1.1.1.1 add disabled=no distance=1 dst-address=192.168.1.0/25 gateway=2.2.2.2 add disabled=no distance=1 dst-address=192.168.0.0/16 gateway=3.3.3.3
What is the minimum configuration a network administrator needs to do on a MikroTik router to enable OSPF?
What is the minimum configuration a network administrator needs to do on a MikroTik router to enable OSPF?
In case of multiple OSPF areas, every non-backbone OSPF area must have at least one router from the backbone area
In case of multiple OSPF areas, every non-backbone OSPF area must have at least one router from the backbone area
What addressing scheme is typically used on a point-to-point link?
What addressing scheme is typically used on a point-to-point link?
Flashcards
OSPF area ID uniqueness in AS
OSPF area ID uniqueness in AS
OSPF area IDs do not need to be unique across an entire autonomous system (AS).
OSPF area ID uniqueness in single AS?
OSPF area ID uniqueness in single AS?
OSPF area IDs do not need to be unique across the entire autonomous system; they only need to be unique within the specific AS.
AS
AS
Autonomous System, a network of routers under a common administration or organization.