Configuring the
Setup for a Use Case in the Embedded Mode
This chapter contains the following sections:
- Configuring Cisco Nexus Data Broker For Embedded Mode Using The CLI
- Configuring Cisco Nexus Data Broker For A Use Case Using The GUI
Configuring Cisco Nexus Data Broker For Embedded Mode Using The CLI
Complete the following steps to configure Cisco Nexus Data Broker with Cisco Nexus 3500-X Series switches for embedded mode using the CLI.
![]() Note | Limitations: This use case does not consider the support for inline redirection and Q-in-Q. |
1. Configure TCAM and reload the switch.
2. Download and copy the ofa and NDB embedded files to the switch.
3. Install both Cisco Nexus Data Broker and OpenFlow.
4. Configure OpenFlow.
DETAILED STEPS
Example: Configuring Cisco Nexus Data Broker For A Use Case Using The CLI
Configure TCAM and reload the switch.
switch# configure Enter configuration commands, one per line. End with CNTL/Z. switch(config)# hardware profile tcam region ifacl 1024 double-wide switch(config)# copy running-config startup-config [########################################] 100% Copy complete, now saving to disk (please wait)... switch(config)# reload WARNING: This command will reboot the system Do you want to continue? (y/n) [n] y
Install both Cisco Nexus Data Broker and OpenFlow.
switch# configure Enter configuration commands, one per line. End with CNTL/Z. switch(config)# virtual-service ndbemb switch(config-virt-serv)# activate Note: Activating virtual-service 'ndbemb', this might take a few minutes. Use 'show virtual-service list' for progress. switch(config-virt-serv)# show virtual-service list Virtual Service List: Name Status Package Name ----------------------------------------------------------------------- ndbemb Activating ndb1000-sw-app-emb-k9-3.0.0.ova switch(config-virt-serv)# show virtual-service list Virtual Service List: Name Status Package Name ----------------------------------------------------------------------- ndbemb Activating ndb1000-sw-app-emb-k9-3.0.0.ova switch(config-virt-serv)# show virtual-service list Virtual Service List: Name Status Package Name ----------------------------------------------------------------------- ndbemb Activated ndb1000-sw-app-emb-k9-3.0.0.ova switch(config-virt-serv)# exit switch(config)# exit switch# virtual-service install name ofa package bootflash:ofa_mmemb-1.1.5-r3-n3000-SPA-k9.ova Note: Installing package 'bootflash:/ofa_mmemb-1.1.5-r3-n3000-SPA-k9.ova' for virtual service 'ofa'. Once the install has finished, the VM may be activated. Use 'show virtual-service list' for progress. switch# show virtual-service list Virtual Service List: Name Status Package Name ----------------------------------------------------------------------- ndbemb Activated ndb1000-sw-app-emb-k9-3.0.0.ova ofa Installing ofa_mmemb-1.1.5-r3-n3000-SPA-k9.ova switch# show virtual-service list Virtual Service List: Name Status Package Name ----------------------------------------------------------------------- ndbemb Activated ndb1000-sw-app-emb-k9-3.0.0.ova ofa Installed ofa_mmemb-1.1.5-r3-n3000-SPA-k9.ova switch# configure Enter configuration commands, one per line. End with CNTL/Z. switch(config)# virtual-service ofa switch(config-virt-serv)# activate Note: Activating virtual-service 'ofa', this might take a few minutes. Use 'show virtual-service list' for progress. switch(config-virt-serv)# show virtual-service list Virtual Service List: Name Status Package Name ----------------------------------------------------------------------- ndbemb Activated ndb1000-sw-app-emb-k9-3.0.0.ova ofa Activating ofa_mmemb-1.1.5-r3-n3000-SPA-k9.ova switch(config-virt-serv)# show virtual-service list Virtual Service List: Name Status Package Name ----------------------------------------------------------------------- ndbemb Activated ndb1000-sw-app-emb-k9-3.0.0.ova ofa Activated ofa_mmemb-1.1.5-r3-n3000-SPA-k9.ova switch(config-virt-serv)#
Configure OpenFlow.
switch# configure Enter configuration commands, one per line. End with CNTL/Z. switch(config)# openflow switch(config-ofa)# switch 1 switch(config-ofa-switch)# pipeline 203 switch(config-ofa-switch)# controller ipv4 10.16.206.130 port 6653 vrf management security none switch(config-ofa-switch)# of-port interface ethernet1/1-2 switch(config-ofa-switch)# of-port interface ethernet1/47 switch(config-ofa-switch)#
For embedded mode, complete the steps for configuring Cisco Nexus Data Broker using the GUI as outlined in the next section.
Configuring Cisco Nexus Data Broker For A Use Case Using The GUI
Complete the following steps to configure Cisco Nexus Data Broker with Cisco Nexus 3500-X Series switches for a typical use case using the GUI.