Configuring a Layer 3_Dual-stack Logical Switch for the
OpenFlow Agent
SUMMARY STEPS
1.
configure
2.
openflow
3.
switch switch -id pipeline pipeline-number
4.
interface type interface-path-id
5.
tls trust-point local local-tp-name remote remote-tp-name
6.
bridge-group SDN-id bridge-domain switch-id
7.
controller ipv4 ip-address security [tls | none]
8.
commit
9.
commit
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_DS
switch, the pipeline number is 132.
switch switch -id pipeline pipeline-number
Example:
RP/0/RSP0/CPU0:router(config-openflow)# switch
1 pipeline 132
Step 3
Interface configuration.
VRFs can be configured here. Both IPv4 abd IPv6
VRFs are supported.
Note
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config-openflow)#
interface Bundle-Ether2.1
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
bridge-group SDN-id bridge-domain switch-id
Step 6
Cisco ASR 9000 Series Aggregation Services Router System Management Configuration Guide, Release 5.1.x
292
Implementing Open Flow Agent
Configuring a Layer 3_Dual-stack Logical Switch for the OpenFlow Agent