Question 12 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question 12 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question

DRAG DROP -

[root@HostTest ~]# ip route
default via 192.168.1.193 dev ethl proto static
192.168.1.0/26 dev ethl proto kernel scope link src 192.168.1.200 metric 1

[root@HostTime ~]# ip addr show eth1

ethl: mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:0C:22:83:79:A3 brd ££:££:££:££:££:££
inet 192.168.1.200/26 brd 192.168.1.255 scope global eth1
inet6 fe8! 20c:29ff:fe89:79b3/64 scope link
valid lft forever preferred _1ft forever

Refer to the exhibit.

Drag and drop the networking parameters from the left onto the correct values on the right.

Select and Place:

Answer Area

default gateway

00:00:22

host IP address

00:0C:22:83:79:A3

NIC MAC address

192.168.1.193

NIC vendor OUI

192.168.1.200

subnet mask

255.255.255.192

Explanations

Answer Area

default gateway NIC vendor OUI
host IP address NIC MAC address
NIC MAC address default gateway

NIC vendor OUI

host IP address

‘subnet mask

‘subnet mask

The ip route and ip addr show eth1 are Linux commands.

ip route: display the routing table ip addr show eth1: get depth information (only on eth1 interface) about your network interfaces like IP Address, MAC Address information.