tunnel tunnel1
tunnel-interface Ethernet5/1
source-ip 40.10.1.10
gateway 40.10.1.1
destination-ip 30.10.1.10
vni 4096
vlan-tagging disable
!
flow flow1
enable
network-ports Ethernet17/1
tool-ports tunnel1
rule 111 permit match-all counters enable
!
pbnoscli# show vxlan tunnel tunnel1
===============================================
VXLAN Tunnel - tunnel1
===============================================
Tunnel Port    : Ethernet5/1
Source IP Â Â Â Â : 40.10.1.10
Destination IPÂ Â : 30.10.1.10
Source MACÂ Â Â Â : 8c:04:ba:b0:60:40
Destination MAC Â : 00:12:01:00:00:01
Gateway IP : 40.10.1.1
VN-ID Â Â Â Â Â Â : 4096
Vlan Tagging : false
Tunnel Status   : UPpbnoscli(config)# tunnel tunnel1
pbnoscli(config)# no tunnel tunnel1tunnel tunnel1
ingress-interface Ethernet64/1
source-ip 10.10.10.1
gateway 10.10.10.10
destination-ip 10.10.10.2
vni 4098
vlan-tagging disable
decap-vxlan enable
!
flow flow1
enable
network-ports Ethernet63/1
tool-ports tunnel1
rule 1 permit match-all counters enable
!
pbnoscli# show vxlan tunnel all
===============================================
VXLAN Tunnel - tunnel1
===============================================
Tunnel Port : Ethernet64/1
Source IP : 10.10.10.1
Destination IP : 10.10.10.2
Source MAC : 1c:34:da:23:77:00
Gateway IP : 10.10.10.10
Destination MAC : 00:12:01:00:00:01
VN-ID : 4098
Vlan Tagging : false
Tunnel Status : UP
pbnoscli(config)# flow flow1
pbnoscli(config-flow-flow1)# network-ports Ethernet52/1
pbnoscli(config-flow-flow1)# tool-ports tunnel1
pbnoscli(config-flow-flow1)# rule 1 permit match-all
pbnoscli(config-flow-flow1)# end
pbnoscli#pbnoscli(config)# flow flow1
pbnoscli(config-flow-flow1)# network-ports tunnel1
pbnoscli(config-flow-flow1)# tool-ports Ethernet10/1
pbnoscli(config-flow-flow1)# rule 1 permit match-all counters enable
pbnoscli(config-flow-flow1)# end
pbnoscli#pbnoscli# show vxlan tunnel all
===============================================
VXLAN Tunnel - tunnel1
===============================================
Tunnel Port : Ethernet64/1
Source IP : 10.10.10.1
Destination IP : 10.10.10.2
Source MAC : 1c:34:da:23:77:00
Gateway IP : 10.10.10.10
Destination MAC : 00:12:01:00:00:01
VN-ID : 4098
Vlan Tagging : false
Tunnel Status : UPtunnel tunnel1
ingress/tunnel-interface <interface>
source-ip <src-ip>
gateway <gateway-ip>
destination-ip <dest-ip>
vni <vni-id>
vlan-tagging disable