CLI Command Examples

The following section provides the CLI commands to migrate an existing Ethernet Routing Switch (ERS) configuration to a universal hardware Fabric Engine edge solution.

Table 1. Product Migration

ERS hardware

Release tested

Universal hardware

Release tested

Ethernet Routing Switch 3600 Series

6.5.2

5320 Series

8.7

Ethernet Routing Switch 4900 Series

7.7.2

5420 Series

Ethernet Routing Switch 5900 Series

5520 Series

Universal Hardware Fabric Engine Edge Switch DvR Deployment

Most universal hardware Fabric Engine edge switch deployments use Distributed Virtual Routing (DvR). You must first enable the dvr-leaf-mode boot config flag and reset the switch before you can configure the DvR domain.

Note

Note

DvR support varies by product and software release. For more information, see the Fabric Engine Feature Support Matrix for the specific software release.

You can configure the switch as a DvR leaf node without rebooting, as long as there is no unsupported configuration discovered on the switch.

Example

configure terminal
boot config flags dvr-leaf-mode
Warning: Please carefully save your current configuration before
         enabling dvr-leaf-mode. Mgmt vlan interface will no longer be
         available without an associated i-sid. Enabling this flag will
         remove all non DVR Leaf configurations when save config is done.
Do you wish to continue ? (y/n) ? y
Warning: Please check if vrf-scaling boot flag is enabled on DVR controller.
         If so, enable it on DVR leaf also.
Warning: Please save configuration and reboot the switch
         for this to take effect.
save config
reset -y
configure terminal
dvr leaf 1

Fabric SPBM Configuration

The switches form a new fabric automatically, or they can connect to an existing fabric that is Auto-sense-capable. If a switch connects to an existing, Auto-sense-capable fabric, it obtains an IP address and DNS information from a DHCP server using the onboarding I-SID/VLAN. The system can then automatically onboard the switch to the management servers, for example ExtremeCloud IQ or Extreme Management Center or ExtremeCloud IQ - Site Engine, to carry out provisioning deployment of the switch.

Follow this example if you do not use Auto-sense functionality or if you statically configure Fabric parameters on the Fabric Engine edge switch.

Example

Configure SPBM Parameters

configure terminal
	interface loopback 1
	    ip address 192.168.1.2/32
	exit
	spbm
	router isis 
	   system-id 9200.7435.0000
	   ip-source address 192.168.1.2
	   spbm 1 
	   spbm 1 b-vid 4051-4052 primary 4051
	   spbm 1 nick-name  9.74.35
	   spbm 1 ip enable
	exit
	vlan create 4051 type spbm-bvlan
	vlan create 4052 type spbm-bvlan
	router isis enable

Configure NNI

interface gigabitethernet 1/49,1/50
	   no auto-sense enable  (#If running 8.3 or later software)
	   isis
	   isis spbm 1
	   isis enable
	   no shutdown
	exit

VLAN Configuration using Switched UNI

Example

Enable Flex-UNI on access ports 1/1-1/11.

vlan members remove 1 1/1-1/11   (#if default VLAN 1 is on the ports)
interface gigabitEthernet 1/1-1/11
   flex-uni enable
exit

Create Data I-SID 10, Voice I-SID 20, and Wireless I-SID 30 and add untagged port members to each I-SID.

i-sid 10
   untagged-traffic port 1/1-1/4
exit
i-sid name 10 DATA

i-sid 20
   untagged-traffic port 1/5-1/8
exit
i-sid name 10 VOICE

i-sid 30
   untagged-traffic port 1/9-1/11
exit
i-sid name 10 WIRELESS

VLAN Configuration using C-VLAN-UNI

In a non-DvR universal hardware Fabric Engine edge switch deployment, you can deploy a mix of Switched UNI (S-UNI) and traditional Customer VLAN (C-VLAN) UNIs. The following example shows a C-VLAN UNI deployment.

Example

Create VLANs, map to I-SIDs, and add port members.

configure terminal
vlan create 10 name DATA type port-mstprstp 0
vlan create 20 name VOICE type port-mstprstp 0
vlan create 30 name WIRELESS type port-mstprstp 0
vlan i-sid 10 10
vlan i-sid 20 20
vlan i-sid 30 30
vlan member add 10 1/1-1/4
vlan member add 20 1/5-1/8
vlan member add 30 1/9-1/11
ssh

Nodal Management Configuration

Example

Configure the management interface circuitless IP (CLIP) address.

mgmt clip
ip address 192.168.1.1/32
enable
exit

SNMPv3

Example

snmp-server user snmpuser group initial md5 des 
	Enter the authentication protocol password : ************
	Re-enter the authentication protocol password : ************
	Enter the privacy protocol password : ************
	Re-enter the privacy protocol password : ************
	snmp-server view snmpview 1.3

SSH

Example

boot config flags sshd
	ssh

System Identification

Example

snmp-server name Wire-Closet-Floor1-Switch1
	snmp-server location HQ-Building
	snmp-server contact ACME-ABC

DNS

Example

ip name-server primary 8.8.8.8

Change rwa CLI Password

Example

cli password rwa read-write #This command prompts you to provide the
	original rwa password and to configure and confirm the new password.

Load License File

Example

load-license <file name>