PurposeCommand or Action
Exits sampler map version configuration mode and enters global
configuration mode.
exit
Example:
RP/0/RSP0/CPU0:router(config-sm)# exit
Step 17
commit
Step 18
What to Do Next
Go to the “Associating the OpenFlow Agent Logical Switch with NetFlow” section to complete the second
part of this configuration.
Configuration Examples: Openflow
Attaching a bridge domain to an Openflow Switch: Examples
•
Attaching a L2-only Openflow switch
openflow
switch 1 pipeline 129
tls trust-point local tp1 remote tp1
bridge-group SDN-2 bridge-domain OF-2
controller ipv4 5.0.1.200 port 6653 security tls
•
Attaching a L2_L3 Openflow switch
openflow
switch 1 pipeline 130
tls trust-point local tp1 remote tp1
bridge-group SDN-2 bridge-domain OF-2
controller ipv4 5.0.1.200 port 6653 security tls
•
L3_V4 switch can be attached either to a VRF or directly to layer 3 interfaces under global VRF. In case
of VRF, all the interfaces in that VRF become part of the OpenFlow switch.
openflow
switch l1 pipeline 131
vrf IPv4
controller ipv4 5.0.1.200 port 6653 security none
!
•
L3_DS switch can be attached either to a VRF or directly to layer 3 interfaces under global VRF.
openflow
switch l2 pipeline 132
vrf IPv4
controller ipv4 5.0.1.200 port 6653 security none
!
Cisco ASR 9000 Series Aggregation Services Router System Management Configuration Guide, Release 5.1.x
297
Implementing Open Flow Agent
Configuration Examples: Openflow