Users Guide

Table Of Contents
VRF
使 VRF IPv4
R1R2R3 R4
R1
R1# configure terminal
R1(config)# ip vrf red
R1(conf-vrf)# end
R1# configure terminal
R1(config)# interface port-channel 11
R1(conf-if-po-11)# no switchport
R1(conf-if-po-11)# ip vrf forwarding red
R1(conf-if-po-11)# end
R1# configure terminal
R1(config)# interface ethernet 1/1/6
R1(conf-if-eth1/1/6)# no ip vrf forwarding
726