API Guide

show route-map
OS10(conf-if-vl-40)# do show route-map
route-map test, permit, sequence 10
Match clauses:
ip address (access-lists): acl1
Set clauses:
ip vrf red next-hop 1.1.1.1 track-id 200
Identifier GUID-7034F1BB-C79C-49FF-A74B-7D60D3E1020C
Version 1
Status Translation approved
PBR VLT
VLT 设置中配置 PBR 在两个 VLT 对等节点上配置相同的 PBR 规则。
在下面的示例中流量源自 A并发往 B。使用 PBR 规则通过 VLT 端口通道将流量重定向至 C。当 VLT 端口通道接口停机时流量
仍然通过 VLTi 传输到 C
SW 1
VLAN 配置
创建 VLAN 并为其分配充当 VM 中主机的网关的 IP 地址。
OS10# configure terminal
OS10(config)# interface vlan 100
OS10(conf-if-vl-100)# no shutdown
OS10(conf-if-vl-100)# ip address 10.1.1.1/24
OS10(conf-if-vl-100)# exit
3 701