In the following exhibit, you must configure Router B to support the OSPFv3 structure. Which commands will configure Router B?
| A. | Router(config)#ipv6 router ospf 1 |
| Router(config)# interface serial 0/0 | |
| Router(config-if)# ipv6 ospf 1 area 0 | |
| Router(config)# interface serial 0/1 | |
| Router(config-if)# ipv6 ospf 1 area 1 | |
| B. | Router(config)# ipv6 router ospf 1 |
| Router(config)# ipv6 router ospf 2 | |
| Router(config)# interface serial 0/0 | |
| Router(config-if)# ipv6 ospf 1 area 0 | |
| Router(config)# interface serial 0/1 | |
| Router(config-if)# ipv6 ospf 2 area 1 | |
| C. | Router(config)# ipv6 router ospf 1 |
| Router(config-rtr)# router-id 2.2.2.2 | |
| Router(config)# interface serial 0/0 | |
| Router(config-if)# ipv6 ospf 1 area 0 | |
| Router(config)# interface serial 0/1 | |
| Router(config-if)# ipv6 ospf 1 area 1 | |
| D. | Router(config)# ipv6 router ospf 1 |
| Router(config-rtr)# router-id 1.1.1.1 | |
| Router(config)# ipv6 router ospf 2 | |
| Router(config-rtr)# router-id 2.2.2.2 | |
| Router(config)# interface serial 0/0 | |
| Router(config-if)# ipv6 ospf 1 area 0 | |
| Router(config)# interface serial 0/1 | |
| Router(config-if)# ipv6 ospf 2 area 1 |

Comments
Post a Comment