Cisco ASR 9000 Series User Configuration Manual page 309

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Implementing Open Flow Agent
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 131
Step 4
vrf IPv4
Example:
RP/0/RSP0/CPU0:router(config)# vrf IPv4
Step 5
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 6
controller ipv4 ip-address security [tls | none]
Example:
RP/0/RSP0/CPU0:router(config-openflow-switch)#
controller ipv4 5.0.1.1 port 6633 security
tls
Step 7
commit
Example:
RP/0/RSP0/CPU0:router(logical-switch)# commit
Step 8
commit
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
Configuring a Layer 3_VRF Logical Switch for the OpenFlow Agent
Purpose
Enters the openflow configuration mode.
Enters the logical switch configuration mode. For
L3_V4(VRF) switch, the pipeline number is 131.
VRF configuration. All the interfaces belonging to IPv4 VRF
will be learnt by the openflow switch.
Enters the TLS configuration mode. Configures the local and
remote trustpoints.
Configures the Openflow controller for the logical switch.
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.
Note
The OpenFlow Agent can connect to a single
Controller or up to 8 Controllers. Repeat this step if
you need to configure additional Controllers.
Adds the Layer 2 logical switch configuration for the
OpenFlow agent to the running configuration.
291

Advertisement

Table of Contents
loading

Table of Contents