openflow instance
Syntax
openflow instance <INSTANCE-NAME> override-protocol
[protocol-name]
Description
Control and view the state of OpenFlow exclusion list.
Options
- 802.1x
Allow OpenFlow to control 802.1x packets.
- all
Allow OpenFlow to control all the protocols in this list.
- bonjour
Allow OpenFlow to control BONJOUR packets.
- dldp
Allow OpenFlow to control DLDP packets.
- gvrp
Allow OpenFlow to control GVRP packets.
- lacp
Allow OpenFlow to control LACP packets.
- loop-protect
Allow OpenFlow to control LOOP-PROTECT packets.
- mvrp
Allow OpenFlow to control MVRP packets.
- none
Exclude all protocols in this list from being controlled.
- pvst
Allow OpenFlow to control PVST packets.
- smartlink
Allow OpenFlow to control Smartlink packets.
- stp
Allow OpenFlow to control STP packets.
- udld
Allow OpenFlow to control UDLD packets.
Usage
Switch (config)# openflow instance test override-protocol stp
Example
switch(config)# openflow instance test override-protocol stp WARNING: Overriding the protocol can also potentially lead to control packets of the protocol to bypass any of the security policies like ACL(s). Continue (y/n)? y switch(config)# show running-config Running configuration: ; JL256A Configuration Editor; Created on release #WC.16.03.0000x ; Ver #0e:3f.bb.ef.7c.59.fc.6b.fb.9f.fc.ff.ff.37.ef:97 hostname "switch-name" module 1 type jl256a snmp-server community "public" unrestricted openflow controller-id 1 ip 10.20.30.42 controller-interface vlan 2 instance "test" member vlan 1 controller-id 1 version 1.3 only override-protocol stp exit enable exit vlan 1 name "DEFAULT_VLAN" no untagged 32 untagged 1-31,33-52 ip address dhcp-bootp exit vlan 2 name "VLAN2" untagged 32 ip address 10.20.30.40 255.255.255.0 exit activate software-update disable switch(config)# show openflow instance test override-protocol Protocol Override ------------ -------- 802.1x No bonjour No dldp No gvrp No lacp No loop-protect No mvrp No pvst No smartlink No stp Yes udld No