CiscoCISCO Adv. Routing Services (ENARSI) 300-410 Certification
·CN
·更新于 16 Aug 2026
哪个命令序列将接口 FastEthernet0/0 分配给名为 Inet 的 VRF?
选择一个答案
点击一个选项来检查您的答案。
正确答案: R1(config)# ip vrf Inet R1(config-vrf)#interface FastEthernet0/0 R1(config-if)#ip vrf forwarding Inet.
为什么这是答案
正确的命令序列是先定义VRF实例,然后进入接口配置模式,最后将接口与VRF关联。ip vrf Inet 命令在全局配置模式下创建名为 Inet 的VRF实例。接着,interface FastEthernet0/0 命令进入接口配置模式。最后,ip vrf forwarding Inet 命令将 FastEthernet0/0 接口分配给 Inet VRF。
第一个选项 R1(config-vrf)ip vrf FastEthernet0/0 是错误的,因为在VRF配置模式下不能直接将接口分配给VRF。
第二个选项 R1(config)ip vrf Inet FastEthernet0/0 语法不正确,不能在全局配置模式下直接将接口与VRF关联。
第四个选项 R1(config)router ospf 1 vrf Inet R1(config-router)ip vrf forwarding FastEthernet0/0 试图在OSPF路由进程中配置VRF,并且将接口分配VRF的命令也放错了位置,OSPF VRF配置与接口分配VRF是不同的步骤。
通过考试 — 无需无休止地寻找答案
将本次考试的所有验证问题和解释集中在一处,节省数小时的准备时间。1,000+ 认证 · 20+ 语言 · 免费开始。
更快通过考试 →
无需银行卡