The following tables provide the CLI commands for a typical, basic Ethernet Routing Switch 5900 Series configuration and the ExtremeXOS commands required to achieve the same configuration. Compare the commands to assist you in recreating an Ethernet Routing Switch 5900 Series configuration using ExtremeXOS. These commands were tested using ERS 5900 Series 7.1.0 and ExtremeXOS 31.1.
ERS 5900 Series configure terminal no autosave enable vlan members remove 1 all vlan configcontrol automatic vlan create 10 name DATA type port vlan create 20 name VOICE type port vlan create 30 name WIRELESS type port vlan create 111 name SW-MGMT type port vlan members add 10 1-4 vlan members add 20 5-8 vlan members add 30 9-11 vlan mem add 111 12 vlan port 15-16 tagging tagall vlan member add 10,20,30 15-16 ip address 192.168.10.10 netmask 255.255.255.0 ip default-gateway 192.168.10.1 |
ExtremeXOS configure vlan 1 delete ports all create vlan DATA tag 10 create vlan VOICE tag 20 create vlan WIRELESS tag 30 create vlan SW-MGMT tag 111 configure vlan DATA add ports 1-4 untagged configure vlan VOICE add ports 5-8 untagged configure vlan WIRELESS add ports 9-11 untagged configure vlan SW-MGMT add ports 12 untagged configure vlan DATA add ports 15-16 tagged configure vlan VOICE add ports 15-16 tagged configure vlan WIRELESS add ports 15-16 tagged configure vlan untagged-ports auto-move on configure vlan SW-MGMT ipaddress 192.168.10.10/24 configure iproute add default 192.168.10.1 |
ERS 5900 Series snmp-server view snmpview +1.3 snmp-server user snmpuser md5 des read-view snmpview write-view snmpview |
ExtremeXOS configure snmpv3 add user snmpuser authentication md5 snmpauthcred privacy des snmpprivcred configure snmpv3 add group admin user snmpuser sec-model usm enable snmp access enable snmp access snmpv3 |
ERS 5900 Series ssh |
ExtremeXOS enable ssh2 |
ERS 5900 Series snmp-server name Wire-Closet-Floor1-Switch1 snmp-server location HQ-Building snmp-server contact ACME-ABC |
ExtremeXOS configure snmp sysContact "ACME-ABC" configure snmp sysLocation "HQ-Building" configure snmp sysName "Wire-Closet-Floor1-Switch1" |
ERS 5900 Series ip name-server 8.8.8.8 |
ExtremeXOS configure dns-client add name-server 192.168.10.1 vr VR-Default configure dns-client add name-server 8.8.8.8 vr VR-Default configure dns-client add domain-suffix AMCE-ABC.com |
ERS 5900 Series mlt 1 name LAG-1 mlt 1 member 15-16 mlt 1 enable |
ExtremeXOS enable sharing 15 grouping 15-16 algorithm address-based L2 |
ERS 5900 Series cli password serial local #This command logs you out and you must log back in with default credentials RW/secure. Use the following command to change the password. username password |
ExtremeXOS configure account admin password |
ExtremeXOS install license file PRD-5000-PRMR.lic |