DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Enters the openflow configuration mode.openflow
Example:
RP/0/RSP0/CPU0:router(config)# openflow
Step 2
Enters the logical switch configuration mode. For
L3_V4(VRF) switch, the pipeline number is 131.
switch switch -id pipeline pipeline-number
Example:
RP/0/RSP0/CPU0:router(config-openflow)# switch
1 pipeline 131
Step 3
VRF configuration. All the interfaces belonging to IPv4 VRF
will be learnt by the openflow switch.
vrf IPv4
Example:
RP/0/RSP0/CPU0:router(config)# vrf IPv4
Step 4
Enters the TLS configuration mode. Configures the local and
remote trustpoints.
tls trust-point local local-tp-name remote
remote-tp-name
Example:
RP/0/RSP0/CPU0:router(config-openflow-switch)#
tls trust-point local tp1 remote tp2
Step 5
Configures the Openflow controller for the logical switch.
controller ipv4 ip-address security [tls | none]
Step 6
Example:
RP/0/RSP0/CPU0:router(config-openflow-switch)#
controller ipv4 5.0.1.1 port 6633 security
tls
Configures the Openflow controller for the logical switch.
Once the controller command is entered, a connection to the
OpenFlow controller is started for the logical switch.
The OpenFlow Agent can connect to a single
Controller or up to 8 Controllers. Repeat this step if
you need to configure additional Controllers.
Note
Adds the Layer 2 logical switch configuration for the
OpenFlow agent to the running configuration.
commit
Example:
RP/0/RSP0/CPU0:router(logical-switch)# commit
Step 7
commit
Step 8
What to Do Next
Repeat these steps to configure another logical switch for the OpenFlow Agent.
Cisco ASR 9000 Series Aggregation Services Router System Management Configuration Guide, Release 5.1.x
291
Implementing Open Flow Agent
Configuring a Layer 3_VRF Logical Switch for the OpenFlow Agent