After configuring Q-in-Q on a new interface, the customer has requested that the IOS version and remote model also be viewable via the trunk. What additional command would need to be applied to both sides of the Q-in-Q trunk?
Refer to the configuration output below. OSPFv2 is already configured on a customer router and the customer is requesting that OSPFv3 be added. What configuration is needed in order to add OSPFv3 to the fastethernet0/0 interface?
Configuration:
ipv6 router ospf 1
router-id 209.165.200.227
area 2 nssa
interface fastethernet0/0
Refer to the configuration snippet below. A new IOS-XR router is being added to the network. What command is required to enable the Label Distribution Protocol on interface GigabitEthernet 0/3/0/0?
A customer has installed a second router and copied the configuration from the first router, as shown below. What change is needed to ensure that router 1 is the primary IP address?
Router 1
standby 1 priority 110
Refer to the configuration snippet below. A network engineer has been tasked with implementing a security policy that prevents subnet 209.165.202.128/27 from accessing web server 209.165.200.224. All users are now unable to access the web server. What command is missing from the access list configuration?
Configuration:
switch(config)#access-list 1 deny 209.165.202.128 0.0.0.31 209.165.200.224
switch(config)#interface FastEthernet 0/0
switch(config-if)# ip access-group 1 in