Implementing Open Flow Agent
What to Do Next
Repeat these steps to configure another logical switch for the OpenFlow Agent.
Configuring a Layer 2_Layer 3 Logical Switch for the OpenFlow
Agent
SUMMARY STEPS
1. configure
2. openflow
3. switch switch -id pipeline pipeline-number
4. tls trust-point local local-tp-name remote remote-tp-name
5. bridge-group SDN-id bridge-domain switch-id
6. controller ipv4 ip-address security [tls | none]
7. commit
8. commit
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
openflow
Example:
RP/0/RSP0/CPU0:router(config)# openflow
Step 3
switch switch -id pipeline pipeline-number
Example:
RP/0/RSP0/CPU0:router(config-openflow)# switch
1 pipeline 130
Step 4
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
bridge-group SDN-id bridge-domain switch-id
Example:
RP/0/RSP0/CPU0:router (config-openflow) #
bridge-group SDN-1 bridge-domain of2
Cisco ASR 9000 Series Aggregation Services Router System Management Configuration Guide, Release 5.1.x
Configuring a Layer 2_Layer 3 Logical Switch for the OpenFlow Agent
Purpose
Enters the openflow configuration mode.
Enters the logical switch configuration mode. For L2_L3
switch, the pipeline number is 130.
Enters the TLS configuration mode. Configures the local and
remote trustpoints.
Configures a bridge-domain for the openflow switch.
289