cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
526
Views
0
Helpful
0
Replies

nbm flow-definition ingress interface

Tom22
Level 1
Level 1

Is it possible to specify the ingress interface when creating a static flow with the "nbm flow-definition" CLI command?

There are two interfaces on which the multicast traffic can come in. For some reason the "nbm flow-definition" command seems to automatically select the wrong one (Src-Intf column in 'show nbm flows'), not the one on which the data is coming in.

 

It seems to be possible via the NX API (see below), but can it also be configured via the CLI?

 

{"nbmConfFlow": { "attributes":

{"group": "237.1.1.1", "source": "10.101.13.2",

 "IngressIf" : "eth1/4",

 "bwKbps" : "300000", "policed": "ENABLED"},

        "children": [

         { "nbmConfFlowIf": { "attributes": { "id": "vlan100" } } }

]}}

0 Replies 0