dell emc smartfabric os10: os9-to-os10 command mapping

66
Dell SmartFabric OS10: OS9-to-OS10 Command Mapping Document Version 9 02 2022 Rev. A09

Upload: others

Post on 25-Mar-2022

24 views

Category:

Documents


0 download

TRANSCRIPT

Dell SmartFabric OS10: OS9-to-OS10Command Mapping

Document Version 9

02 2022Rev. A09

Notes, cautions, and warnings

NOTE: A NOTE indicates important information that helps you make better use of your product.

CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid

the problem.

WARNING: A WARNING indicates a potential for property damage, personal injury, or death.

© 2020 - 2022 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries.Other trademarks may be trademarks of their respective owners.

Chapter 1: .................................................................................................................................... 5Migrating from OS9 to OS10 command-line interface...............................................................................................5

802.1x authentication....................................................................................................................................................5Access control lists....................................................................................................................................................... 6Address resolution protocol........................................................................................................................................ 9Alarm............................................................................................................................................................................... 10Authentication, Authorization, and Accounting..................................................................................................... 11Border gateway protocol.............................................................................................................................................11Common commands.................................................................................................................................................... 15Data center bridging eXchange................................................................................................................................ 16DHCP relay.................................................................................................................................................................... 16DHCP server..................................................................................................................................................................17DHCP snooping.............................................................................................................................................................18Domain name server.................................................................................................................................................... 18Equal cost multi-path.................................................................................................................................................. 19FEFD............................................................................................................................................................................... 20Fibre channel................................................................................................................................................................ 20File management..........................................................................................................................................................23Internet Group Management Protocol................................................................................................................... 23Interfaces...................................................................................................................................................................... 24Internet small computer system interface............................................................................................................ 26IP routing....................................................................................................................................................................... 27IPv4 addressing............................................................................................................................................................28IPv6 addressing............................................................................................................................................................28Link aggregation control protocol........................................................................................................................... 29Link layer discovery protocol.................................................................................................................................... 29LLDP-MED.................................................................................................................................................................... 30Multicast.........................................................................................................................................................................31MLD snooping............................................................................................................................................................... 31Multiple spanning-tree protocol...............................................................................................................................32Neighbor discovery protocol.....................................................................................................................................33Network time protocol............................................................................................................................................... 34Object tracking manager........................................................................................................................................... 34OpenFlow...................................................................................................................................................................... 35Open shortest path first V2......................................................................................................................................36Open shortest path first V3......................................................................................................................................38Protocol Independent Multicast.............................................................................................................................. 40Policy-based routing....................................................................................................................................................41Port monitoring.............................................................................................................................................................41PVLAN............................................................................................................................................................................42Port Security.................................................................................................................................................................43Precision Time Protocol............................................................................................................................................. 43Quality of service.........................................................................................................................................................45Rapid per-VLAN spanning-tree plus....................................................................................................................... 48Rapid spanning-tree protocol................................................................................................................................... 49

Contents

Contents 3

RestConf configuration..............................................................................................................................................50Security..........................................................................................................................................................................50sFlow.............................................................................................................................................................................. 52Simple Network Management Protocol.................................................................................................................52SmartFabric Services................................................................................................................................................. 53SmartFabric Director.................................................................................................................................................. 54Spanning-Tree Protocol.............................................................................................................................................54SupportAssist............................................................................................................................................................... 54SyncE............................................................................................................................................................................. 55System management..................................................................................................................................................56Support bundle.............................................................................................................................................................57Telemetry.......................................................................................................................................................................57Uplink Failure Detection.............................................................................................................................................58Virtual link trunking..................................................................................................................................................... 58Virtual router redundancy protocol.........................................................................................................................59Virtual routing and forwarding................................................................................................................................. 60VLAN............................................................................................................................................................................... 61VXLAN............................................................................................................................................................................ 61Weighted Random Early Detection and Explicit Congestion Notification..................................................... 64X.509v3......................................................................................................................................................................... 65Zero touch deployment..............................................................................................................................................66

4 Contents

Migrating from OS9 to OS10 command-line interfaceThis document describes the differences between OS9 and OS10 configuration commands. Use this information to migrate anOS9 switch configuration to an OS10 environment. The differences between the OS9 and OS10 command syntax are shown inbold text.

802.1x authentication

Table 1. OS9-to-OS10 Authentication Commands

OS9 802.1x command OS10 802.1x command

debug dot1x [all|auth-pae-fsm|backend-fsm|eapol-pdu] [interface interface]

debug dot1x {all | event | pdu} [interface interface-name node/slot/port[:subport]]

dot1x authentication dot1x system-auth-control

dot1x auth-fail-vlan vlan-id [max-attemptsnumber]

Not supported

dot1x auth-server radius Not supported

dot1x auth-type mab-only Not supported

dot1x guest-vlan vlan-id Not supported

dot1x host-mode {single-host|multi-host|multi-auth}

dot1x host-mode {multi-host|multi-auth}

dot1x mac-auth-bypass Not supported

dot1x max-eap-req Not supported

dot1x max-req dot1x max-reqdot1x max-supplicants number Not supported

dot1x port-control {force-authorized|auto|force-unauthorized}

dot1x port-control {force-authorized|auto|force-unauthorized}

dot1x quiet-period seconds dot1x timeout quiet-period seconds

dot1x reauthentication [interval seconds] dot1x timeout re-authperiod seconds dot1x timeout re-authentication

dot1x server-timeout seconds dot1x timeout server-timeout seconds

dot1x supplicant-timeout seconds dot1x timeout supp-timeout seconds

dot1x tx-period seconds dot1x timeout tx-period seconds

quiet-period Not supported

re-authperiod Not supported

server-timeout Not supported

show dot1x interface interface [mac-addressmac-address]

show dot1x interface interface

supp-timeout Not supported

tx-period Not supported

1

5

Access control lists

Table 2. OS9-to-OS10 ACL commands

OS9 ACL command OS10 ACL command

clear counters {ip | ipv6 | mac} access-group name

clear {mac | ip | ipv6} access-list counters access-list-name

{ip | ipv6 | mac} access-group access-list-name {in | out} [implicit-permit] [vlanvlan-id] [vrf vrf-name]

{ip | ipv6 | mac} access-group access-list-name {in |out}

NOTE: This command is supported in INTERFACE andCONTROL-PLANE modes.

{ip | ipv6 | mac} access-list standardaccess-list-name

{ip | ipv6 | mac} access-list access-list-name

Standard IP ACL: seq sequence-number {deny| permit} {source-address|any | host ip-address} [count [byte]] [dscp value][order] [fragments] [log [interval minutes][threshold-in-msgs [count]] [monitor]

[seq sequence-number] {permit | deny} {source-addressmask | any | host ip-address} [count [byte]] [dscpvalue] [fragments] [capture session session] [log]

Extended IP ACL: seq sequence-number {deny |permit} {ip | icmp | arp | ip-protocol-number} {source-address mask | any |host ip-address} {destination-address mask| any | host ip-address} [count [byte]][dscp value] [order] [monitor] [fragments][log [interval minutes] [threshold-in-msgs[count]] [monitor]

[seq sequence-number] {permit | deny} [protocol-number | icmp | ip | tcp | udp] {source-address mask| any | host ip-address} {destination-address mask| any | host ip-address} [count [byte]] [dscp value][fragments] [capture session session] [log]

seq sequence-number {deny|permit} tcp{source-address mask|any|host ip-address}[bit] [operator port [port]] {destination-address mask|any|host ip-address} [dscpvalue] [bit] [operator port [port]][count [byte]] [order] [fragments] [log[interval minutes] [threshold-in-msgs[count]] [monitor]

[seq sequence-number] {permit | deny} tcp {source-address mask | any | host ip-address [operator port[port]]} {destination-address mask | any | host ip-address [operator port [port]]} [count [byte]] [dscpvalue] [fragments] [flags] [capture session session][log]

seq sequence-number {deny|permit} udp{source-address mask|any|host ip-address}[operator port [port]] {destination-addressmask|any|host ip-address} [operator port[port]] [count [byte]] [dscp value][order] [fragments] [log [interval minutes][threshold-in-msgs [count]] [monitor]

[seq sequence-number] {permit | deny} udp {source-address mask | any | host ip-address [operator port[port]]} {destination-address mask | any | host ip-address [operator port [port]]} [count [byte]] [dscpvalue] [fragments] [flags] [capture session session][log]

seq sequence-number {deny|permit} {ipv6-protocol-number|icmp|ip|tcp|udp} {source-address mask|any|host ipv6-address}{destination-address mask|any|host ipv6-address} [operator port [port]] [count[byte]] [log [interval minutes] [threshold-in-msgs [count]] [monitor]

[seq sequence-number] {permit | deny} {protocol-number | icmp | ipv6} {source-address mask | any | hostipv6-address} {destination-address mask | any | hostipv6-address} [count [byte]] [dscp value] [fragments][capture session session] [log]

{deny|permit} tcp {source-address mask|any|host ipv6-address} [operator port[port]] {destination-address mask|any|hostipv6-address} [bit] [operator port [port]][count [byte]] [log [interval minutes][threshold-in-msgs [count]] [monitor]

[seq sequence-number] {permit | deny} tcp {source-address mask | any | host ipv6-address [operator port[port]]} {destination-address mask | any | host ipv6-address [operator port [port]]} [count [byte]] [dscpvalue] [fragments] [flags] [capture session session][log]

{deny|permit} udp {source-address mask|any|host ipv6-address} [operator port[port]] {destination-address mask|any|host

[seq sequence-number] {permit | deny} udp {source-address mask | any | host ipv6-address [operator port[port]]} {destination-address mask | any | host ipv6-

6

Table 2. OS9-to-OS10 ACL commands (continued)

OS9 ACL command OS10 ACL command

ipv6-address} [bit] [operator port [port]][count [byte]] [log [interval minutes][threshold-in-msgs [count]] [monitor]

address [operator port [port]]} [count [byte]] [dscpvalue] [fragments] [flags] [capture session session][log]

Standard MAC ACL: seq sequence-number {permit|deny} {any| mac-source-address mask} [count[byte]] [log] [monitor]

[seq sequence-number] {permit | deny} {source-addressmask | any | host mac-address} [protocol-number] [cosvalue] [vlan vlan-id] [count] [capture session session]

Extended MAC ACL: seq sequence-number{permit|deny} {any|host mac-address|mac-source-address mask} {any|host mac-address|mac-destination-address mask} [ethertype-operator] [count [byte]] [log][monitor]

[seq sequence-number] {permit | deny} {source-addressmask | any | host mac-address} {destination-addressmask | any | host mac-address} [protocol-number] [cosvalue] [vlan vlan-id] [count] [capture session session]

show access-lists {access-list-name|capture|dynamic|expanded|summary}

show {mac | ip | ipv6} access-lists {in|out}[access-list-name]

show ip accounting {access-list access-list-name|cam_count} interface interface [vrfvrf-name]

show {mac | ip | ipv6} access-group [access-list-name]

Not supported show logging access-list

resequence {mac|ip|ipv6} {access-list|prefix-list} name starting-sequence-numberincrement

Not supported

Not supported show acl-table-usage detail

Route-map commands

match as-path as-path-name match as-path as-path-namematch community community-list-name [exact] match community community-list-name [exact-

match]match extcommunity extcommunity-list-name[exact-match]

match extcommunity extcommunity-list-name[exact-match]

Not supported match inactive-path-additive

match interface interface match interface interfacematch ip address prefix-list-name match ip address {prefix-list prefix-list-name | access-

list-name}

match ip next-hop prefix-list prefix-list-name

match ip next-hop prefix-list prefix-list

match ipv6 address {prefix-list prefix-list| access-list}

match ipv6 address {prefix-list prefix-list| access-list}

match ipv6 next-hop prefix-list prefix-list match ipv6 next-hop prefix-list prefix-listmatch metric metric-value match metric metric-valuematch origin {egp | igp | incomplete} match origin {egp | igp | incomplete}match route-type {{external {type-1 |type-2} | internal | level-1 | level-2 |local}

match route-type {{external {type-1 | type-2} | internal| local}

match tag tag-value match tag tag-valueNot supported set comm-list {community-list-name} add

set comm-list {community-list-name} delete set comm-list {community-list-name} delete

7

Table 2. OS9-to-OS10 ACL commands (continued)

OS9 ACL command OS10 ACL command

set community {community-number | local-as |no-advertise | no-export | none} [additive]

set community {community-number | internet | local-as| no-advertise | no-export | none} [additive]

Not supported set extcomm-list extcommunity-list-name add

Not supported set extcomm-list extcommunity-list-name delete

set extcommunity rt {asn2:nn | asn4:nnnn |ip-addr:nn}

set extcommunity rt {asn2:nn | asn4:nnnn |ip-addr:nn}

set local-preference value set local-preference valueset metric [+ | -] metric-value set metric [+ | -] metric-valueset metric-type {type-1 | type-2 | external} set metric-type {type-1 | type-2 | external}set {ip | ipv6} next-hop ip-address set {ip | ipv6} next-hop ip-addressset origin {egp | igp | incomplete} set origin {egp | igp | incomplete}set tag tag-value set tag tag-valueset weight weight set weight weightControl-plane commands

Not supported logging access-list mgmt burst valueNot supported logging access-list mgmt rate valueNot supported show control-plane logging access-list mgmt

AS-path lists

Table 3. OS9-to-OS10 AS-path list commands

OS9 command OS10 command

ip as-path access-list name deny | permit}AS-number

ip as-path access-list name {deny | permit}AS-number

ip as-path access-list name descriptionstring

Not supported

show ip as-path-access-list [AS-list-name] show ip as-path-access-list [AS-list-name]

Community list

Table 4. OS9-to-OS10 Community list commands

OS9 command OS10 command

ip community-list name description string Not supported

ip community-list name {deny|permit}{regexp string|local-AS|no-advertise|no-export|aa:nn}

ip community-list standard name {deny|permit}{internet|local-AS|no-advertise|no-export|aa:nn}

ip extcommunity-list aaa description string Not supported

ip extcommunity-list {deny|permit} {regexpstring|rt {as4|ASN:NNNN|ip-address:NN}|soo{as4|ASN:NNNN|ip-address:NN}

ip extcommunity-list standard name {deny|permit} {4byteas-generic|rt|soo} {ASN2:NN|ASN4:NN|ipv4-address:NN}]

show ip community-list [name] show ip community-list [name]show ip extcommunity-list [name] show ip extcommunity-list [name]

8

Table 4. OS9-to-OS10 Community list commands (continued)

OS9 command OS10 command

ip community-list expanded list-name Not supported

ip extcommunity-list expanded list-name Not supported

Prefix list

Table 5. OS9-to-OS10 Prefix list commands

OS9 Command OS10 Command

{ip|ipv6} prefix-list name {ip|ipv6} prefix-list prefix-list-name description string

seq sequence-number {deny|permit} {any} |[ip-prefix /nn {ge min-prefix-length} {lemax-prefix-length}] | [bitmask number]

{ip|ipv6} prefix-list prefix-list-name [seq number][permit|deny] {ip|ipv6} prefix-list prefix-list-name {[eqprefix-length] | [ge prefix-length] [le prefix-length]}

show {ip|ipv6} prefix-list detail [prefix-list-name]

show {ip|ipv6} prefix-list [prefix-list-name]

show {ip|ipv6} prefix-list summary [prefix-list-name]

show {ip|ipv6} prefix-list [prefix-list-name]

Address resolution protocol

Table 6. OS9-to-OS10 ARP commands

OS9 ARP command OS10 ARP command

arp ip-address mac-address interface ip arp ip-address mac-address

show {arp|arp vrf management} {dynamic|static} summary

show ip arp {dynamic|interface|ip|mac-address|static|summary}

show {arp|arp vrfmanagement} {dynamic|inspection|interface|ip|macaddress|retries|static|summary|vrf}

Not supported

show {arp|arp vrfmanagement} interface {fortyGigE|gigabitethernet|managementethernet|port-channel|tenGigabitethernet|vlan}

show ip arp interface {ethernet|port-channel|vlan}

show {arp|arp vrfmanagement} interface {fortyGigE|gigabitethernet|managementethernet|port-channel|tenGigabitethernet|vlan} {dynamic|static|summary}

show ip arp interface {ethernet|port-channel|vlan}summary

show {arp|arp vrf management} inspection{statistics|database}

Not supported

show {arp|arp vrf management} inspectionstatistics {fortyGigE|gigabitethernet|fastethernet|tenGigabitethernet} interface

Not supported

show {arp|arp vrf management} {dynamic|static}

show ip arp {dynamic|static}

show {arp|arp vrf management} ip ip-address{ip-mask|dynamic|static}

show ip arp ip-address

show {arp|arp vrf management} ip ip-address{dynamic|static}

Not supported

9

Table 6. OS9-to-OS10 ARP commands (continued)

OS9 ARP command OS10 ARP command

show {arp|arp vrf management} ip ip-addressmask {dynamic|static|summary}

Not supported

show {arp|arp vrf management} ip ip-addressmask {dynamic|static} summary

Not supported

show {arp|arp vrf management} macaddressmac-address mask {mac-mask|dynamic|static}

show ip arp mac-address mac-address

show {arp|arp vrf management} macaddressmac-address {dynamic|static}

Not supported

show {arp|arp vrf management} macaddressmac-address mask {dynamic|static} summary

Not supported

show {arp|arp vrf management} macaddressmac-address mask {dynamic|static|summary}

Not supported

show {arp|arp vrf management} retries Not supported

show {arp|arp vrf management} summary show ip arp summaryarp {backoff-time|learn-enable|retries|vrf} Not supported

Alarm

Table 7. OS9-to-OS10 Alarm commands

OS9 telemetry command OS10 telemetry command

Not supported alarm acknowledge sequence-numberNot supported event severity-profile {default | profile-

name}show alarms [threshold] show alarmsNot supported show alarms acknowledgedNot supported show alarms detailsNot supported show alarms sequence sequence-numberNot supported show alarms severity severityNot supported show alarms summaryNot supported show event severity-profileNot supported show event historyNot supported show event history [details]Not supported show event history [from sequence-number]Not supported show event history [reverse]Not supported show event history [sequence sequence-

number]Not supported show event history [severity severity-name]Not supported show event history [summary]

10

Authentication, Authorization, and Accounting

Table 8. OS9-to-OS10 AAA commands

OS9 AAA command OS10 AAA command

aaa accounting {system | exec | commandslevel | role role-name} {name | default}{start-stop | wait-start | stop-only}{tacacs+}

aaa accounting commands all {console | default} {start-stop | stop-only | none} [logging] [group tacacs+]

aaa authentication login {method-list-name |default} method [... method4]

aaa authentication login {console | default} {local |group radius | group tacacs+}

ip tacacs source-interface interface ip tacacs source-interface interfaceradius-server host {hostname | ipv4-address| ipv6-address} [auth-port port-number][retransmit retries] [timeout seconds] [key[encryption-type] key]]

radius-server host {hostname | ip-address} {auth-port port-number} | key {0 authentication-key |9 authentication-key | authentication-key [auth-portport-number]} | tls security-profile profile-name}

tacacs-server host {hostname | ipv4-address| ipv6-address} [port port-number] [timeoutseconds] [key key]

tacacs-server host {hostname | ip-address} key{0 authentication-key | 9 authentication-key |authentication-key} [auth-port port-number]

tacacs-server timeout seconds tacacs-server timeout secondstacacs-server vrf vrf-name [source-interfaceinterface]

tacacs-server vrf {management | vrf-name}

Not supported userrole default inherit existing-role-name

Border gateway protocol

Table 9. OS9-to-OS10 BGP commands

OS9 BGP command OS10 BGP command

address-family {ipv4|ipv6}{unicast|multicast}

address-family {ipv4|ipv6}{unicast}

aggregate-address ip-address/mask [as-set][summary-only] [advertise-map map-name][attribute-map map-name] [suppress-map map-name]

aggregate-address ip-address/mask [as-set][summary-only] [advertise-map map-name][attribute-map map-name] [suppress-map map-name]

bgp add-path [send path-count|receive|bothpath-count]

Not supported

bgp always-compare-med always-compare-med

bgp asnotation [asplain|asdot+|asdot] as-notation {asdot | asdot+ | asplain}bgp bestpath as-path {ignore|multipath-relax}

bestpath as-path {ignore|multipath-relax}

bgp bestpath med {confed|missing-as-best} bgp bestpath med {confed|missing-as-worst}bgp bestpath router-id ignore bestpath router-id ignore

bgp client-to-client reflection client-to-client reflection

bgp cluster-id {1-4294967295|ip-address} cluster-id {1-4294967295|{ip-address}

bgp confederation identifier{{1-4294967295}|{0.1-65535.65535}}

confederation identifier {1-4294967295}

bgp confederation peer {{1-4294967295}|{0.1-65535.65535}}

confederation peer {1-4294967295}

11

Table 9. OS9-to-OS10 BGP commands (continued)

OS9 BGP command OS10 BGP command

bgp dampening [half-life reuse-limitsuppress-limit max-suppress-time] [route-mapmap-name]

dampening [half-life reuse-limit suppress-limit max-suppress-time] [route-map map-name]

debug ip bgp [ vrf vrf-name | A.B.C.D |X:X:X:X::X | peer-group peer-group-name] [in| out]

debug ip bgp

bgp default local-preference {1-4294967295} default local-preference {1-4294967295}

bgp dmzlink-bw Not supported

bgp enforce-first-as enforce-first-as

bgp fast-external-fallover fast-external-fallover

bgp four-octet-as-support Not supported

bgp graceful-restart role receiver-only graceful-restart role receiver-only

bgp log-neighbor-changes log-neighbor-changes

bgp non-deterministic-med non-deterministic-med

bgp outbound-optimization outbound-optimization

bgp recursive-bgp-next-hop Not supported

bgp redistribute-internal bgp redistribute-internalbgp regex-eval-optz-disable Not supported

bgp router-id ip-address router-id ip-address

clear ip bgp * soft in clear ip bgp * soft inclear ip bgp {ipv4-address|ipv6-address|*|dampening|flap-statistics}

clear ip bgp {ipv4-address|ipv6-address|*|dampening|flap-statistics}

clear ip bgp {ipv4-address|ipv6-address}flap-statistics

clear ip bgp {ipv4-address|ipv6-address}flap-statistics

clear ip bgp {ipv4-address|ipv6-address}soft in

clear ip bgp {ipv4-address|ipv6-address}soft in

Not supported clear ip bgp [unnumbered-peer] [vrf vrf-name] {ipv4–address | ipv6–address| * |interface interface-type} [ ipv4 | ipv6 |soft in]

default-metric {1-4294967295} default-metric {1-4294967295}distance bgp {1-255} Not supported

maximum-paths {ebgp|ibgp} {1-64} maximum-paths {ebgp|ibgp} {1-64}neighbor {peer-group-name|ipv4-address|ipv6-address} activate

activate

neighbor {peer-group-name|ipv4-address|ipv6-address} add-path [send path-count|receive|both path-count]

add-path [send path-count|receive|both path-count]

neighbor {peer-group-name|ipv4-address|ipv6-address} advertisement-interval seconds

advertisement-interval seconds

neighbor {peer-group-name|ipv4-address|ipv6-address} advertisement-start seconds

advertisement-start seconds

12

Table 9. OS9-to-OS10 BGP commands (continued)

OS9 BGP command OS10 BGP command

neighbor {peer-group-name|ipv4-address|ipv6-address} allowas-in number

allowas-in number

neighbor {peer-group-name|ipv4-address|ipv6-address} bfd [disable]

Not supported

neighbor {peer-group-name|ipv4-address|ipv6-address} default-originate {route-map map-name}

default-originate {route-map map-name}

neighbor {peer-group-name|ipv4-address|ipv6-address} description

Not supported

neighbor {peer-group-name|ipv4-address|ipv6-address} distribute-list prefix-list-name

distribute-list prefix-list-name

neighbor {peer-group-name|ipv4-address|ipv6-address} dmzlink-bw

Not supported

neighbor {peer-group-name|ipv4-address|ipv6-address} ebgp-multihop ttl-value

ebgp-multihop ttl-value

neighbor {peer-group-name|ipv4-address|ipv6-address} fall-over

fall-over

neighbor {peer-group-name|ipv4-address|ipv6-address} filter-list list-name

Not supported

Not supported ibgp-ecmp-next-hop-selfneighbor {peer-group-name|ipv4-address|ipv6-address} local-as as-number

local-as as-number

neighbor {peer-group-name|ipv4-address|ipv6-address} maximum-prefix maximum-number[threshold] [warning-only]

maximum-prefix maximum-number [threshold][warning-only]

neighbor {peer-group-name|ipv4-address|ipv6-address} next-hop-self [all]

next-hop-self

neighbor {peer-group-name|ipv4-address|ipv6-address} password string

password string

neighbor peer-group-name peer-group template template-name

neighbor {peer-group-name|ipv4-address|ipv6-address} peer-group peer-group-name

inherit template template-name

Not support [no] link-local-only-nexthopNot support [no] link-local-only-nexthop [disable]neighbor peer-group-name peer-group passivelimit sessions

listen {ipv4-address/mask|ipv6-address/mask} limitnumber

neighbor {peer-group-name|ipv4-address|ipv6-address} remote-as as-number

remote-as as-number

neighbor {peer-group-name|ipv4-address|ipv6-address} route-reflector-client

route-reflector-client

neighbor {peer-group-name|ipv4-address|ipv6-address} route-map map-name

route-map map-name

neighbor {peer-group-name|ipv4-address|ipv6-address} send-community [extended|standard]

send-community [extended|standard]

neighbor {peer-group-name|ipv4-address|ipv6-address} sender-side-loop-detection

sender-side-loop-detection

13

Table 9. OS9-to-OS10 BGP commands (continued)

OS9 BGP command OS10 BGP command

neighbor {peer-group-name|ipv4-address|ipv6-address} shutdown

shutdown

neighbor {peer-group-name|ipv4-address|ipv6-address} soft-reconfiguration inbound

soft-reconfiguration inbound

neighbor {peer-group-name|ipv4-address|ipv6-address} timers keepalive holdtime

timers keepalive holdtime

neighbor {peer-group-name|ipv4-address|ipv6-address} update-source loopback interface-number

update-source loopback interface-number

neighbor {peer-group-name|ipv4-address|ipv6-address} weight number

weight number

network ip-address/mask [route-map map-name] network ip-address/mask [route-map map-name]redistribute {connected|isis|ospf|static|imported-bgp}

redistribute {connected [route-map map-name]|ospf process-id]|static [route-mapmap-name]}

show ip bgp [ip-address/mask] show ip bgp [ip-address/mask]show ip bgp summary show ip bgp summaryshow ip bgp cluster-list ip-address|cluster-id

Not supported

show ip bgp community [local-AS|no-advertise|no-export|community-number]

show ip bgp [vrf vrf-name] [{ipv4 |ipv6} unicast] [community community-number| {internet | local-AS | no-advertise | no-export}]

show ip bgp community-list list-number] show ip bgp [vrf vrf-name] [{ipv4 |ipv6} unicast] [community-list community-list-name]

show ip bgp dampened-paths show ip bgp dampened-pathsshow ip bgp extcommunity-list list-number] show ip bgp [vrf vrf-name] [{ipv4 | ipv6}

unicast] [extcommunity-list extcommunity-list-name]

show ip bgp filter-list list-name show ip bgp [vrf vrf-name] [{ipv4 | ipv6}unicast] [filter-list as-pathlist-name]

show ip bgp flap-statistics [ipv4-address/mask]

show ip bgp flap-statistics [ipv4-address/mask|ipv6-address/mask]

show ip bgp neighbors [ipv4-address|ipv6-address] [advertised-routes|dampened-routes|flap-statistics|received-routes|denied-routes|routes]

show ip bgp [vrf vrf-name] neighbors[ip-address | interface interface-type][advertised-routes | dampened-routes | flap-statistics | denied-routes | received-routes| routes]

show ip bgp next-hop Not supported

show ip bgp paths [community|extcommunity|regexp regular-expression]

Not supported

show ip bgp peer-group peer-group-name show ip bgp peer-group peer-group-nameshow ip bgp regexp regular-expression Not supported

show ip bgp {ipv4|ipv6} unicast [summary] show ip bgp {ipv4|ipv6} unicast [summary]show ip bgp {ipv4|ipv6} unicast neighbors[ipv4-address|ipv6-address]

show ip bgp [vrf vrf-name] neighbors[ipv4-address|ipv6-address | interface

14

Table 9. OS9-to-OS10 BGP commands (continued)

OS9 BGP command OS10 BGP command

interface-type] [advertised-routes|dampened-routes|flap-statistics|received-routes|denied-routes|routes]

show ip bgp ipv6 unicast ipv6-address/mask show ip bgp ipv6 unicast ipv6-address/maskshutdown [all|addrress-family-ipv4-unicast|address-family-ipv4-multicast|addrress-family-ipv6-unicast}

Not supported

Not supported address-family [ipv4-address|ipv6-address]unicast

Not supported connection-retry-timer secondsNot supported neighbor {ipv4-address|ipv6-address |

interface interface-type}Not supported ipv6 bgp unnumbered {ebgp-template | ibgp-

template}

Common commands

Table 10. OS9-to-OS10 Common commands

OS9 command OS10 command

Not supported alias alias-name alias-valueclear command-history clear command-historyping [hostname | ip-address | ipv6-address[count | datagram-size | df-bit | pattern| source | sweep-internal | sweep-max-size| sweep-min-size | timeout | tos | validate-reply]] | ethernet | [vrf vrf-name]

ping [vrf {management | vrf-name}] [-aAbBdDfhLnOqrRUvV] [-c count] [-i interval] [-Iinterface] [-m mark] [-M pmtudisc_option] [-l preload][-p pattern] [-Q tos] [-s packetsize] [-S sndbuf] [-tttl] [-T timestamp_option] [-w deadline] [-W timeout][hop1 ...] destination

ping [hostname | ip-address | ipv6-address[count | datagram-size | df-bit | pattern| source | sweep-internal | sweep-max-size| sweep-min-size | timeout | tos | validate-reply]] | ethernet | [vrf vrf-name]

ping6 [vrf {management | vrf-name}] [-aAbBdDfhLnOqrRUvV] [-c count] [-i interval] [-Iinterface] [-l preload] [-m mark] [-M pmtudisc_option][-N nodeinfo_option] [-p pattern] [-Q tclass] [-spacketsize] [-S sndbuf] [-t ttl] [-T timestamp_option][-w deadline] [-W timeout] destination

show debug show debug {all | dot1x | fefd | lacp | lldp | spanning-tree | vlt}

undebug all undebug alltraceroute {host | vrf instance | ip-address| ipv6-address}

traceroute [vrf {management | vrf-name}] host[-46dFITnreAUDV] [-f first_ttl] [-g gate,...] [-i device][-m max_ttl] [-N squeries] [-p port] [-t tos] [-lflow_label] [-w waittime] [-q nqueries] [-s src_addr] [-zsendwait] [--fwmark=num] host [packetlen]

Not supported reload in [hhh:mm]Not supported reload at [hhh:mm] [YYYY:MM:DD]Not supported reload cancelNot supported show reloadNot supported image download file-url

15

Table 10. OS9-to-OS10 Common commands (continued)

OS9 command OS10 command

Not supported image install file-url

Data center bridging eXchange

Table 11. OS9-to-OS10 DCBX commands

OS9 DCBX command OS10 DCBX command

advertise dcbx-tlv {ets-conf|ets-reco|pfc} dcbx tlv-select {ets-conf|ets-reco|pfc}

dcb enable dcbx enable

dcbx version {auto|cee|cin|ieee-v2.5} dcbx version {auto|cee|ieee-v2.5}

debug dcbx {all | auto-detect-timer |config-exchng | fail | mgmt | resource | sem| tlv}

debug dcbx {all | events | tlv} [interface ethernet node/slot/port]

show dcb show debug dcbx

show interface interface-type slot/port[/subport] dcbx detail

show lldp dcbx interface ethernetnode/slot/port[/subport]

show interface interface-type slot/port[/subport] ets detail

show lldp dcbx interface ethernetnode/slot/port[/subport] ets detail

show interface interface-type slot/port[/subport] pfc detail

show lldp dcbx interface ethernetnode/slot/port[/subport] pfc detail

Not supported lldp tlv-select dcbxp

DHCP relay

Table 12. OS9-to-OS10 DHCP relay commands

OS9 DHCP relay command OS10 DHCP relay command

ip dhcp relay {information-option|secondary-subnet}

Not supported

ip dhcp snooping Not supported

ip helper-address [vrf vrf-name] dhcp-server-address mask

ip helper-address dhcp-server-address mask[vrf vrf-name]

ipv6 helper-address [vrf vrf-name] ipv6-address

ipv6 helper-address ipv6-address [vrf vrf-name]

Not supported ipv6 dhcp-relay interface-idNot supported ipv6 dhcp-relay prefix [interface-id

{hostname [vrfname] | vrfname [hostname] |<user_defined_string>]

Not supported ipv6 dhcp-relay {remote-id [description<user_defined_string>]}

Not supported ipv6 dhcp-relay prefix [remote-id{hostname [vrfname] | vrfname [hostname] |<user_defined_string>]

Not supported ipv6 dhcp-relay hostname<user_defined_string>

16

Table 12. OS9-to-OS10 DHCP relay commands (continued)

OS9 DHCP relay command OS10 DHCP relay command

Not supported ipv6 dhcp-relay interface-id description<user_defined_string>

Not supported [no] ipv6 dhcp-relay source-interface[ethernet node/slot/port | loopbackloopback-id | port-channel id-number | vlanvlan-id | virtual-network vnid]

Not supported show ipv6 dhcp-relay interface { {ethernetnode/slot/port | port-channel id-number} |vlan <vlan-id> [ {ethernet node/slot/port |port-channel id-number}] | virtual-network<vn-id>}

Not supported show vlt <vlt-domain> mismatch dhcpv6-relay

DHCP server

Table 13. OS9-to-OS10 DHCP server commands

OS9 DHCP server command OS10 DHCP server command

clear ip dhcp [binding {ip-address}|conflict|server statistics]

Not supported

debug ip dhcp server [events|packets] Not supported

default-router ip-address [ip-address2...ip-address8]

default-router ip-address [ip-address2...ip-address8]

disable disabledns-server ip-address [ip-address2...ip-address8]

dns-server ip-address [ip-address2...ip-address8]

domain-name name domain-name nameexcluded-address [ip-address|low-addresshigh-address]

Not supported

hardware-address mac-address hardware-address mac-addresshost {ipv4-address/mask|ipv6-address/mask} host {ipv4-address/mask|ipv6-address/mask}ip dhcp server ip dhcp serverlease {infinite|days [hours] [minutes]} lease {infinite|days [hours] [minutes]}netbios-name-server ip-address [ip-address2...ip-address8]

netbios-name-server ip-address [ip-address2...ip-address8]

netbios-node-type type netbios-node-type typenetwork ip-address/mask network ip-address/maskpool pool-name pool pool-nameshow ip dhcp binding show ip dhcp bindingshow ip dhcp conflict Not supported

show ip dhcp server statistics Not supported

show ip dhcp configuration [global|poolname]

Not supported

Not supported show ipv6 dhcp binding

17

DHCP snooping

Table 14. OS9-to-OS10 DHCP server commands

OS9 DHCP snooping command OS10 DHCP snooping command

ip dhcp snooping ip dhcp snoopingip dhcp snooping trust ip dhcp snooping trustip dhcp snooping binding mac address vlan-idvlan-id ip ip-address interface type slot/port lease number

ip dhcp snooping binding mac addressvlan vlan-id ip ip-address interface[ethernet slot/port/sub-port | port-channelport-channel-id | VLTi]

clear ip dhcp snooping binding clear ip dhcp snooping binding [macmac-address] [vlan vlan-id] [interface{ethernet slot/port/sub-port| port-channelport-channel-id}]

show ip dhcp binding show ip dhcp snooping binding {vlan vlan-name}

arp inspection arp inspectionNot supported arp inspection violation loggingarp inspection-trust arp inspection-trustNot supported clear ip arp inspection statistics vlan

vlan-name

ip dhcp source-adress-validation ip dhcp snooping source-address-validation[ip | ipmac] [vlan vlan-name]

ip dhcp snooping verify mac-address ip dhcp snooping verify mac-addressNot supported show candidate-configuration ip dhcp

snoopingshow ip arp inspection database show ip arp inspection database vlan vlan-name

show ip arp inspection database show ip arp inspection statistics vlan vlan-name

Not supported show running-configuration ip dhcp snoopingshow ip dhcp snooping source-address-validation [discard-counters] [interfaceinterface]

show ip dhcp snooping source-address-validation[discard-counters] [interface [ethernet slot/port/sub-port| port-channel port-channel-id]]

clear ip dhcp snooping source-address-validation discard-counters [interfaceinterface]

clear ip dhcp snooping source-address-validationdiscard-counters [interface [ethernet <slot/port/sub-port| port-channel port-channel-id]

Not supported show vlt vlt_id mismatch dhcp-snoopingNot supported show ip arp inspection violation database

Domain name server

Table 15. OS9-to-OS10 DNS commands

OS9 DNS command OS10 DNS command

ip domain lookup name Not supported

ip domain-list name ip domain-list nameip domain-list vrf management vrf-name ip domain-list [vrf vrf-name] [server-name] name

18

Table 15. OS9-to-OS10 DNS commands (continued)

OS9 DNS command OS10 DNS command

ip domain-name name ip domain-name nameip domain-name vrf management vrf-name ip domain—name vrf {management | vrf-name} domain-

name

ip host [host-name] ip–address ip host host-name ip–addressip host vrf management [host-name] ip–address

Not supported

ip name-server ip–address [ip-address2...ip-address6]

ip name-server ip–address [ip-address2 ip-address3]

ip name-server vrf management ip–address[ip-address2...ip-address6]

ip name-server vrf {management | vrf-name}

show hosts show hostsshow hosts vrf management vrf-name Not supported

Equal cost multi-path

Table 16. OS9-to-OS10 ECMP commands

OS9 ECMP command OS10 ECMP command

ecmp-group {ecmp-group-id interfaceinterface | link-bundle-monitor}

Not supported

Not supported enhanced-hashing resilient-hashing {lag |ecmp}

Not supported enhanced-hashing symmetric-hashing {lag |ecmp}

hash-algorithm {ecmp {crc16 | crc16cc |crc32LSB | crc32MSB | crc-upper | dest-ip |lsb | xor1 | xor2| xor4 | xor8 | xor16} |lag {crc16 | crc16cc | crc32LSB | crc32MSB| xor1 | xor2 | xor4 | xor8 | xor16} | seedseed-value}

hash-algorithm {ecmp | lag | seed {seed-value}} {crc | crc16cc | crc32LSB | crc32MSB| xor | xor1 | xor2 | xor4 | xor8 | random}

ip ecmp-group {maximum-paths | {number}{path-fallback}

ip ecmp-group maximum-paths number

link-bundle-distribution trigger-threshold[percent]

link-bundle-utilization trigger-thresholdvalue

Not supported load-balancing {ingress-port enable |[tcp-udp-selection l4–destinationport | l4–source-port] | [ip-selection destination-ip | source-ip | protocol | vlan-id | l4–destination-port | l4–source-port] | [ipv6–selection destination-ip |source-ip | protocol | vlan-id | l4–destinationport | l4–source-port] | [mac-selection destination-mac | source-mac |ethertype | vlan-id]}

Not supported show enhanced-hashing resilient-hashing {lag| ecmp}

Not supported show enhanced-hashing symmetric-hashing [lag| ecmp]

Not supported show hash-algorithm

19

Table 16. OS9-to-OS10 ECMP commands (continued)

OS9 ECMP command OS10 ECMP command

Not supported show ip ecmp-group detailsNot supported show load-balance

FEFD

Table 17. OS9-to-OS10 FEFD commands

OS9 FEFD command OS10 FEFD command

debug fefd {events | packets} [interface] debug fefd {all | events | packets} [interface]

fefd {disable | interval | mode {aggressive| normal}}

fefd [disable | interval seconds | mode {normal |aggressive}]

fefd-global interval seconds fefd-global [mode {normal | aggressive} | intervalseconds]

fefd reset [interface] fefd reset [interface]Not supported show debug fefd

show fefd [interface] show fefd [interface]

Fibre channel

Table 18. OS9-to-OS10 Fibre channel commands

OS9 fibre channel command OS10 fibre channel command

Debug FC commands

Not supported debug fc {all | error| info | acl | port |tx | pse | ns | fspf | rx-{ all | disc |virt-inst | virt-mnt | vlan-disc | ns | pse| fspf | sw-rscn} [interface {fibrechannel/ethernet} node/slot/portid]}

Not supported show debug fcF_Port commands

fc alias alias-name fc alias alias-namefc zone zone-name fc zone zone-namefc zoneset zoneset-name fc zoneset zoneset-namefeature fc fport domain-id {1-239} feature fc domain-id {1-239}

member {alias-name | fcid-value | wwn-value} member {fc-alias alias-name | fcid fcid-value | wwnwwn-value}

member zone-name member zone-nameshow fc alias [alias-name] show fc alias [alias-name]Not supported show fc interface-area-id mappingshow fc ns switch show fc ns switchshow fc ns switch brief show fc ns switch briefshow fc zone [zone-name] show fc zone [zone-name]show fc zoneset show fc zoneset

20

Table 18. OS9-to-OS10 Fibre channel commands (continued)

OS9 fibre channel command OS10 fibre channel command

show fc zoneset active show fc zoneset activedefault-zone-allow all zone default-zone permit

active-zoneset zoneset-name zoneset activate zoneset-name

NPG commands

feature fc fport domain id domain-id fc port-mode F

Not supported feature fc npgshow npiv devices [brief] show npg devices [brief]

F_Port and NPG commands

Not supported clear fc statistics [vfabric vfabric-id|interfacefibrechannel node/slot/port]

fip-snooping fc-map fc-map-value fcoe {fcmap fc-map | fcf-priority fcf-priority-value |fka-adv-period adv-period | vlan-priority vlan-priority-value | keep-alive}

description text name vfabric-name

Not supported show fc statistics interface fibreChannel node/slot/port

Not supported show fc statistics vfabric vfabric-id | interfacefibrechannel

show fc switch show fc switchshow running-configuration fcoe-map show running-configuration vfabric

show fcoe-map show vfabric

fabric-id fabric-number vlan vlan-id vfabric fabric-id

fabric-id fabric-number vlan vlan-id vlan-id {1-4094}

FIP-snooping commands

feature fip-snooping feature fip-snooping [with-cvl]

fip-snooping enable fip-snooping enablefip-snooping fc-map fc-map fip-snooping fc-map fc-mapfip-snooping port-mode {fcf | fcoe-trusted} fip-snooping port-mode {enode | enode-transit | fcf |

fcf-transit}

FCoE commands

clear fip-snooping database interfacevlan vlan-id {fcoe-mac-address | enode-mac-address | fcf-mac-address}

clear fcoe database vlan vlan-id {enode enode-mac-address | fcf fcf-mac-address | session fcoe-mac-address}

clear fip-snooping statistics [interfacevlan vlan-id | interface port-type port/slot | interface port-channel port-channel-number]

clear fcoe statistics [interface interface-type]

Not supported fcoe delay fcf-adv timeoutNot supported re-balance fc npg sessions vfabric vfabric-

id [dry-run][brief]Not supported fcoe-pinned-port

fc-map {0EFC00-0EFCFF} fcoe fc-map {0EFC00-0EFCFF}

21

Table 18. OS9-to-OS10 Fibre channel commands (continued)

OS9 fibre channel command OS10 fibre channel command

fip-snooping max—sessions—per—enode—mac max-sessions-value

fcoe max-sessions-per-enodemac max-session-number

fcoe priority-bits priority-bitmap fcoe priority-bits priority-value

advertise DCBx-appln-tlv {fcoe | iscsi} lldp tlv-select dcbxp-appln fcoe

show fip-snooping enode [enode-mac-address] show fcoe enode [enode-mac-address]

show fip-snooping fcf [fcf-mac-address] show fcoe [fcf-mac-address]

Not supported show fcoe pinned-port [port-channel port-channel-id]

show fip-snooping sessions show fcoe sessions [interface vlan vlan-id]

show fip-snooping statistics [interfacevlan vlan-id | interface interface-type |interface port-channel port-channel-number]

show fcoe statistics [interface interface-type]

show fip-snooping system show fcoe system

show fip-snooping vlan show fcoe vlan

E_Port commands

Not supported clear fc flow-control-statistics

Not supported clear fc fspf statistics [interface type node/slot/port[:subport] | vfabric vfabric-id

Not supported clear fc ns switch statistics [interface type node/slot/port[:subport]|vfabric vfabric-id|vfabric vfabric-iddomain [domain-id]]

Not supported clear fc fabric statistics [interface type node/slot/port[:subport] | vfabric vfabric-id]

Not supported show fc ns fabric brief

Not supported show fc fabric

Not supported show vfabric fspf

Not supported show fc fspf interface [fibrechannel node/slot/port[:subport]]

Not supported show fc fspf database

Not supported show fc ns fabric

Not supported show fc fabric statistics [interface type node/slot/port[:subport] | vfabric vfabric-id]

Not supported domain-id preferred {1-239}

Not supported e_d_tov {1000-10000}

Not supported show interface fibrechannel node/slot/port[:subport]

Not supported show vfabric {1-255}

Not supported fc port-mode F | E

Not supported fspf cost {1-65535}

Not supported fspf dead-interval {1-65535}

Not supported fspf hello-interval {1-65535}

Not supported fspf hold-time {0-65535}

Not supported fspf retransmit-interval {1-65535}

22

Table 18. OS9-to-OS10 Fibre channel commands (continued)

OS9 fibre channel command OS10 fibre channel command

Not supported feature fc [domain-id {1-239} | npg | fip-snooping(with-cvl) | multi-switch]

Not supported show fc fabric interface

Not supported principal-priority {1, 3-255}

Not supported r_a_tov {5000-10000}

Not supported show fc ns switch statistics [interface type node/slot/port[:subport]|vfabric vfabric-id|vfabric vfabric-iddomain [domain-id]]

Not supported show fc flow-control-statistics [domain domain-id |vfabric vfabric-id]

Not supported show fc switch

Not supported show fc fspf route

Not supported show fc fspf neighbor

File management

Table 19. OS9-to-OS10 File management commands

OS9 DNS command OS10 DNS command

copy source-file-url destination-file-url● compressed-config: compressed-config● flash: [flash://]filepath● ftp: ftp://userid:password@hostip/filepath● http: http://hostip/filepath● nfsmount: nfsmount://mount-point/filepath● running-config: running-config● scp: scp://userid:password@hostip/filepath● startup-config: startup-config● tftp: tftp://hostip/filepath● usbflash: usbflash:

copy running-configuration [startup-configuration[insecure] config://filepath [insecure] | coredump://filepath | ftp://userid:passwd@hostip/filepath |home://filepath [insecure] | http://userid@hostip/filepath | scp://userid:passwd@hostip/filepath |sftp://userid:passwd@hostip/filepath | severity-profileprofile-name [insecure] | supportbundle://filepath |tftp://hostip/filepath [insecure] | usb://filepath}

delete {flash://filepath | nfsmount://filepath | usbflash://filepath} [no-confirm]

delete [config://filepath | coredump://filepath| home://filepath | image://filepath | startup-configuration | supportbundle://filepath | usb://filepath]

dir [flash: | nfsmount: | usbflash:] dir {config | coredump | home | image | supportbundle |usb}

Internet Group Management Protocol

Table 20. OS9-to-OS10 IGMP commands

OS9 IGMP command OS10 IGMP command

clear ip igmp [vrf vrf-name] groups clear ip igmp [vrf vrf-name] groupsip igmp access-group access-list Not supported

ip igmp immediate-leave ip igmp immediate-leave

23

Table 20. OS9-to-OS10 IGMP commands (continued)

OS9 IGMP command OS10 IGMP command

ip igmp last-member-query-intervalmilliseconds

ip igmp last-member-query-intervalmilliseconds

ip igmp query-interval seconds ip igmp query-interval secondsip igmp query-max-resp-time seconds ip igmp query-max-resp-time secondsip igmp snooping enable ip igmp snooping enableip igmp snooping fast-leave ip igmp snooping fast-leaveip igmp snooping last-member-query-intervalquery-interval-time

ip igmp snooping last-member-query-intervalquery-interval-time

ip igmp snooping mrouter interface interface—type

ip igmp snooping mrouter interface interface—type

ip igmp snooping querier ip igmp snooping querierNot supported ip igmp snooping query-interval query-

interval-time

Not supported ip igmp snooping query-max-resp-time query-response-time

ip igmp [vrf vrf-name] ssm-map std-access-list source-address

Not supported

ip igmp version version-number ip igmp version version-number

show ip igmp [vrf vrf-name] groups [group-address [detail] | detail | interface-name[group-address [detail]]]

show ip igmp [vrf vrf-name] groups [group-address [detail] | detail | interface-name[group-address [detail]]]

show ip igmp [vrf vrf-name] interface name show ip igmp [vrf vrf-name] interface nameshow ip igmp snooping groups [group-address[detail] | detail | interface [group-address[detail]]]

show ip igmp snooping groups [detail | [vlan vlan-id[detail | ip-address] | private-vlan pvlan-id]]

Not supported show ip igmp snooping interface [vlan vlan-id]

show ip igmp snooping mrouter [vlan vlan-id] show ip igmp snooping mrouter [vlan vlan-id]

Interfaces

Table 21. OS9-to-OS10 Interfaces commands

OS9 interfaces command OS10 interfaces command

Not supported allow high-wattage-optics

clear counters [interface {interface slot/port|vlan vlan-id|port-channel id|loopbackloopback-number}]

clear counters [interface {interface node/slot/port | vlan vlan-id | port-channel id |loopback loopback-number}]

clear counters vrrp {vr-id|ipv6 vr-id} Not supported

clear dampening [interface] Not supported

dampening [half-time [reuse-threshold[suppress-threshold [max-suppress-time]]]]

Not supported

default interface interface slot/port [-slot/port]

Not supported

24

Table 21. OS9-to-OS10 Interfaces commands (continued)

OS9 interfaces command OS10 interfaces command

description text description textduplex {full|half} Not supported

enable dom dom enable

enable dom traps snmp-server enable traps dom {temperature | voltage |rx-power | tx-power | bias}

fec {default|enable} fec {CL74-FC|CL91-RS|CL108-RS|off}flowcontrol {rx{off|on} tx{off|on}[negotiate|pause-threshold {1-4096}|resume-offset {1-4096}] [monitor {0-65535}]

flowcontrol {receive|transmit} {on|off}

interface{gigabit|fiftyGigE|fortyGigE|hundredGigE|tengigabitethernet|twentyFiveGigE} slot/port

interface ethernet node/slot/port[:subport]

Not supported [no] hardware l2 host-mode wideinterface group {interface|vlan vlan-id} Not supported

interface loopback {0-16383} interface loopback {0-16383}interface managementethernet slot/port interface management 1/1/1

interface null 0 interface null 0interface port-channel {1-4096} interface port-channel {1-128}

interface range {interface slot/port—slot/port , interface slot/port—slot/port}

interface range {interface node/slot/port[:subport] —node/slot/port[:subport]

interface range macro macro-name Not supported

interface vlan {1-4094} interface vlan {1-4093}

intf-type {cr4|cr2|cr1} autoneg Not supported

keepalive Not supported

monitor interface interface Not supported

mtu {594-12000} mtu {1312-9216}negotiation auto negotiation {auto|on|off}Not supported no switchport access vlanstack-unit unit-number port port-numberportmode {dual speed 50G|quad speed {25G|10G}| single speed 40G} [no-confirm]

port-group node/slot/port-group / port node/slot/portmode Eth port-mode

rate-interval seconds Not supported

show config show configshow interfaces [interface-type slot/port[-port]]

show interface interface

show interfaces configured Not supported

show interfaces dampening Not supported

show interfaces description show interface [ethernet node/slot/port[:subport] | loopback id | mgmt node/slot/port | port-channel id-number | vlanvlan-id | virtual-network id | fibrechannelnode/slot/port[:subport]] description

25

Table 21. OS9-to-OS10 Interfaces commands (continued)

OS9 interfaces command OS10 interfaces command

show interfaces interface link-status Not supported

show interfaces stack-unit unit-id Not supported

show interfaces status show interfaces statusshow interfaces switchport [interface-type|stack-unit unit-id|backup]

show interface switchport [ethernet node/slot/port[:subport] | port-channel id-number[summary]]

show interfaces transceiver show interface phy-eth [node/slot/port] [transceiver]

show interfaces vlan [vlan-id|vlan-name][description]

show interface vlan {1-4093}

Not supported show inventory media wattage

show range Not supported

show port-channel summary show port-channel summaryshow system stack-unit unit-id fanoutconfigured

show system node-id 1 fanout-configured

Not supported show hardware l2 host-mode[no] shutdown [no] shutdownspeed {10|100|1000|10000|auto} speed {10|100|1000|10000|auto}stack-unit unit-number port port-numberportmode {dual speed 50G|quad speed {25G|10G}| single speed 40G} [no-confirm]

interface breakout interface map {40g-1x|10g-4x}

Not supported stats-monitor stat-type ethernet polling-intervalinterval-value

switchport [backup interface {interface|port-channel number} | mode private-vlan{host|promisucous|trunk}]

switchport {access vlan vlan-id|mode {access|trunkallowed vlan vlan-id}

wavelength wavelength Not supported

Not supported default mtu <mtu-value>Not supported show default mtuNot supported switch-port-profile node/unit profile

Internet small computer system interface

Table 22. OS9-to-OS10 iSCSI commands

OS9 iSCSI command OS10 iSCSI command

advertise dcbxp-appln-tlv iscsi lldp tlv-select dcbxp-appln iscsi

iscsi aging [time minutes] iscsi aging [time minutes]iscsi enable iscsi enableiscsi enable iscsi session-monitoring enable

iscsi priority-bits priority-bitmap iscsi priority-bits priority-bitmapiscsi profile-compellant iscsi profile-storage device-name

iscsi target port tcp-port1 [tcp-port2, ...,tcp-port16] [ip-address ip-address]

iscsi target port tcp-port1 [tcp-port2, ...,tcp-port16] [ip-address ip-address]

26

Table 22. OS9-to-OS10 iSCSI commands (continued)

OS9 iSCSI command OS10 iSCSI command

show interface [ethernet node/slot/port[:subport]] pfc detail

show lldp dcbx interface [ethernet node/slot/port[:subport]] pfc detail

show iscsi show iscsishow iscsi session [detailed] show iscsi session [detailed]iscsi cos enable Not supported

iscsi cos disable Not supported

iscsi cos dot1p {0-7} [remark] Not supported

iscsi cos dscp {0-63} [remark] Not supported

Not supported show iscsi storage devices

IP routing

Table 23. OS9-to-OS10 IP routing commands

OS9 IP routing command OS10 IP routing command

Not supported clear ip arp [vrf vrf-name] [interface interface | ip ip-address] [no-refresh]

clear ip route {*|ip-address mask} clear ip route {*|ip-address mask}clear ipv6 neighbors [vrf vrf-name] [ipv6-address | interface]

clear ipv6 neighbors [vrf vrf-name] [ipv6-address |interface | virtual-network vn-id | all]

Not supported ipv6 nd ra-dns search-list seq sequence-numdnssl [dnssl-life-time]

Not supported ipv6 nd ra-dns search-list suppressNot supported ipv6 nd ra-dns server seq sequence-num ipv6-

addr [rdnss-life-time]Not supported ipv6 nd ra-dns server suppressip route destination-ip-address mask ip route destination-ip-address mask [bfd]

ip route destination-ip-address mask {next-hop-ip-address| interface}

{ip|ipv6} route destination-ip-address mask {next-hop-ip-address| interface}

ip route destination-ip-address maskforwarding-router-address {distance-metric|permanent|route-preference|tag value|vrfvrf-name|weight value}

{ip|ipv6} route {bfd interval | vrf vrf-name |destination-ip-address/mask {interface | [next-hop-ip-address [interface | route-preference]]}}

ip route destination-ip-addressmask {interface {distance-metric|ip-address|permanent|tag value}}

ip route {bfd interval | vrf vrf-name | destination-ip-address/mask {interface | [next-hop-ip-address[interface | route-preference]]}}

ip route destination-ip-address maskinterface forwarding-router-address route-preference {permanent|tag value}

ipv6 route {bfd interval | vrf vrf-name | destination-ip-address/mask {interface | [next-hop-ip-address[interface | route-preference]]}}

ipv6 route destination-ip-address mask ipv6 route destination-ip-address maskipv6 route destination-ip-addressmask interface forwarding-router-address{distance-metric|permanent|tag value}

ipv6 route {bfd interval | vrf vrf-name | destination-ip-address/mask {interface | [next-hop-ip-address[interface | route-preference]]}}

Not supported ipv6 routing-header-type0 deny fast-path[slow-path]

27

Table 23. OS9-to-OS10 IP routing commands (continued)

OS9 IP routing command OS10 IP routing command

Not supported show evpn arp-nd-suppressionNot supported show evpn mac-ip [count | evi evi [mac-

address mac-address] | mac-address mac-address | next-hop ip-address]

Not supported show ip arp [vrf vrf-name] [interface[ethernet | vlan | port-channel] | ip-address | mac-address | static | dynamic |summary]

Not supported show ipv6 nd ra-dns search-list [interfaceinterface-name]

Not supported show ipv6 nd ra-dns server [interfaceinterface-name]

show ip route {ip-address mask|all|bgp|connected|isis|list prefix-list|ospf|rip|static|summary|vrf vrf-name|hostname}

show {ip|ipv6} route [all|bgp|connected|ospf process-id|static |ip-prefix[/mask]|summary]

show ip route summary show {ip|ipv6} route summary

IPv4 addressing

Table 24. OS9-to-OS10 IPv4 commands

OS9 IPv4 command OS10 IPv4 command

ip address ip-address/mask ip address ip-address/maskip address dhcp ip address dhcpip address ip-address/mask secondary ip address ip-address/mask secondaryNot supported ip arp {A.B.C.D. | Gratuitous}

ip proxy-arp ip proxy-arp enable

show ip interface brief show ip interface briefshow arp [cpu {cp | rp} | vrf vrf-name |interface interface | ip ip-address [mask]| macaddress mac-address [mac-address mask]| retries | static | dynamic | inspection{database | statistics} | summary]

show ip arp [vrf vrf-name | interface interface | ip-address | mac-address | static | dynamic | summary]

IPv6 addressing

Table 25. OS9-to-OS10 IPv6 commands

OS9 IPv6 command OS10 IPv6 command

ipv6 access-group acl-name ipv6 access-group acl-nameipv6 address ipv6-address/mask ipv6 address X:X:X:X::X/nn

ipv6 address autoconfig ipv6 address autoconfigipv6 dhcp ipv6 address dhcp

Not supported ipv6 enable

ipv6 nd dad {attempts} ipv6 nd dad {disable | enable | disable-ipv6-on-dad-failure}

28

Table 25. OS9-to-OS10 IPv6 commands (continued)

OS9 IPv6 command OS10 IPv6 command

Not supported ipv6 unreachables

show ip interface brief show ip interface briefshow ipv6 {access-list | accounting | cam |control-plane | dhcp | error-stats | fib |interface | management-route | mbgproutes |mld | mld_host | mroute | multicast-cam |nd | neighbors | ospf | pim | prefix-list |protocol-queue-mapping | route | rpf}

show ipv6 {access-group | access-lists | dhcp |interface| management-route | mld | ospf | policy | prefix-list |route | neighbors}

Link aggregation control protocol

Table 26. OS9-to-OS10 LACP commands

OS9 LACP command OS10 LACP command

debug lacp [config | events | pdu [in | out|[interface [in | out]]]]

debug lacp {all | event | pdu [in | out | interfaceinterface-name node/slot/port[:subport]]}

interface port-channel number interface port-channel numberNot supported [no] lacp individuallacp port-priority priority-value lacp port-priority priority-valuelacp {short-timeout|long-timeout} lacp rate {fast|normal}

lacp ungroup member-independent {vlt | port-channel port-channel-id}

lacp fallback enable / lacp fallback timeout

port-channel number mode [active|passive|off]

channel-group number mode [active|passive|onf]

port-channel-protocol lacp Not supported

show debug show debug lacp

show lacp {port-channel-number|summary} show lacp interface ethernet node/slot/port / showlacp {counter|neighbor|port-channel} [interface port-channel number] / show lacp port-channel-numbersystem-identifier

Not supported show lacp port-channel [interface port-channel channel-number]

show lacp port-channel-number sys-id show lacp port-channel-number system-identifier

show lacp port-channel-number counters show lacp counter [interface port-channel number]

Not supported lldp tlv-select dcbxp

Link layer discovery protocol

Table 27. OS9-to-OS10 LLDP commands

OS9 LLDP command OS10 LLDP command

advertise dot1-tlv {port-protocol-vlan-id|port-vlan-id|vlan-name}

lldp tlv-select dot1tlv {port-vlan-id|link-aggregation |vlan-name}

advertise dot3-tlv {max-frame-size} lldp tlv-select dot3tlv {macphy-config|max-framesize}

29

Table 27. OS9-to-OS10 LLDP commands (continued)

OS9 LLDP command OS10 LLDP command

advertise management-tlv {management-address| system-capabilities | system-description |system-name}

lldp tlv-select basic-tlv {port-description | system-name | system-description | system-capabilities |management-address [ipv4 | ipv6]}

advertise interface-port-desc {description |port-id}

lldp port-description-tlv advertise [description | port-id]

clear lldp counters [interface interface] clear lldp countersclear lldp neighbors [interface interface] clear lldp table

debug lldp interface {interface|all}{events|packet {brief|detail} {tx|rx |both}}

debug lldp {all [interface interface-name node/slot/port[:subport] | events [interface interface-name node/slot/port[:subport] | pdu [[interface interface-namenode/slot/port[:subport]] | dir {both | in | out}] | tlv}

disable no lldp enable

Not supported lldp management-addr-tlv {ipv4 | ipv6} virtual-ip

hello seconds lldp timer seconds

mode {tx|rx} lldp transmit lldp receive

multiplier number lldp holdtime-multiplier

Not supported lldp vlan-name-tlv allowed vlan vlan-list

protocol lldp Not supported

show lldp neighbors [interface interface][detail]

show lldp neighbors [detail|interface ethernet node/slot/port[:subport]]

show lldp statistics show lldp traffic [interface ethernet node/slot/port[:subport]]

show running-config lldp show running-configuration lldpNot supported lldp reinit seconds

Not supported show lldp errors

Not supported show lldp interface ethernet node/slot/port[:subport][med|local-device]

Not supported show lldp timers

Not supported show lldp tlv-select interface {ethernet node/slot/port[:subport] | mgmt node/slot/port}

LLDP-MED

Table 28. OS9-to-OS10 LLDP-MED commands

OS9 LLDP-MED command OS10 LLDP-MED command

advertise med guest-voice {vlan-idlayer2_priority DSCP_value}|{priority-taggednumber} advertise med location-identification{coordinate-based value|civic-based value|ecs-elin value} advertise med power-via-mdi advertise med softphone-voice {vlan-id layer2_priority DSCP_value}|{priority-tagged number} advertise med streaming-video {vlan-id layer2_priority DSCP_value}|{priority-tagged number} advertise med

lldp-med network-policynumber app {voice|voice-signaling|guest-voice|guestvoice-signaling|softphone-voice|streaming-video|video-conferencing|video-signaling} {vlan vlan-id vlan-type {tag|untag} priority priority dscp dscp-value}

30

Table 28. OS9-to-OS10 LLDP-MED commands (continued)

OS9 LLDP-MED command OS10 LLDP-MED command

video-conferencing {vlan-id layer2_priorityDSCP_value}|{priority-tagged number}advertise med video-signaling {vlan-idlayer2_priority DSCP_value}|{priority-taggednumber} advertise med voice {vlan-idlayer2_priority DSCP_value}|{priority-taggednumber} advertise med voice-signaling {vlan-id layer2_priority DSCP_value}|{priority-tagged number}Not supported lldp med {enable|disable}

Not supported lldp-med fast-start-repeat-count number

Not supported lldp-med network-policy {add|remove} number

Not supported lldp med tlv-select {network-policy|inventory}

Not supported lldp port-description-tlv advertise [description | port-id]

Not supported show lldp med

Not supported show network-policy profile [profile number]

Multicast

Table 29. OS9-to-OS10 Multicast commands

OS9 multicast command OS10 multicast command

ip multicast-limit [vrf vrf-name] limit Not supported

ip multicast-routing [vrf vrf-name] ip multicast-routing [vrf vrf-name]multicast peer-routing-timeout value multicast peer-routing-timeout valueNot supported multicast snooping flood-restrict

MLD snooping

Table 30. OS9-to-OS10 MLD snooping commands

OS9 MLD snooping command OS10 MLD snooping command

clear ipv6 mld snooping groups [interface |group-address]

Not supported

ipv6 mld snooping ipv6 mld snoopingipv6 mld snooping ipv6 mld snooping enable

ipv6 mld snooping explicit-tracking Not supported

Not supported ipv6 mld snooping fast-leaveipv6 mld snooping last-member-query-intervalquery-interval-time

ipv6 mld snooping last-member-query-intervalquery-interval-time

ipv6 mld snooping mrouter interfaceinterface—type

ipv6 mld snooping mrouter interfaceinterface—type

ipv6 mld snooping querier ipv6 mld snooping querier

31

Table 30. OS9-to-OS10 MLD snooping commands (continued)

OS9 MLD snooping command OS10 MLD snooping command

Not supported ipv6 mld snooping query-interval query-interval-time

Not supported ipv6 mld snooping query-max-resp-time query-response-time

ipv6 mld version version-number ipv6 mld version version-numbershow ipv6 mld snooping groups [group-address] [summary] [interface interface[detail]]

show ipv6 mld snooping groups [vlan vlan-id | private-vlan pvlan-id] [ipv6-address]

show ipv6 mld snooping groups [group-address] [summary] [interface interface[detail]]

show ipv6 mld snooping groups [vlan vlan-id] [ipv6-address] detail

show ipv6 mld snooping interface [interface] show ipv6 mld snooping interface [vlan vlan-id]

show ipv6 mld snooping mrouter [vlan vlan-id]

show ipv6 mld snooping mrouter [vlan vlan-id]

Multiple spanning-tree protocol

You can enter the spanning-tree disable command in both the global CONFIGURATION and INTERFACE modes.

Table 31. OS9-to-OS10 MSTP commands

OS9 MSTP command OS10 MSTP command

forward-delay {4-30} spanning-tree mst forward-time {4-30}

hello-time {1-10} spanning-tree mst hello-time {1-10}

max-age {6-40} spanning-tree mst max-age {6-40}

max-hops {1-40} spanning-tree mst max-hops {1-40}

name region-name name region-namerevision {0-65535} revision {0-65535}msti inst bridge-priority {0-61440} spanning-tree mst range {0-63} priority {0-61440}

msti {1-63} vlan vlan-range instance {1-63} vlan vlan-range

no disable spanning-tree mode mst

no spanning-tree disable spanning-tree disable

protocol spanning-tree Not supported

Not supported spanning-tree mac-flush-timer timer-interval

show spanning-tree msti show spanning-tree mstiNot supported spanning-tree mst instance-number mac-flush-

threshold threshold-value

show spanning-tree msti {instance-number[brief|interface interface]}

show spanning-tree brief show spanning-tree msti[instance-number [brief|interface interface]]

show spanning-tree msti instance-numberinterface [FortyGigE|gigabitethernet|port-channel|tengigabitethernet]

show spanning-tree interface {ethernet node/slot/port[:subport] | port-channel number} [detail]

spanning-tree msti {0-63} cost {1-2000000} spanning-tree msti {0-63} cost {1-2000000}spanning-tree msti {0-63} priority {0-240} spanning-tree msti {0-63} priority {0-240}

32

Table 31. OS9-to-OS10 MSTP commands (continued)

OS9 MSTP command OS10 MSTP command

spanning-tree mstp edge-port spanning-tree port type edge

spanning-tree mstp edge-port [bpduguard|shutdown-on-violation]

spanning-tree bpduguard {enable|disable}

spanning-tree mstp {loopguard|rootguard} spanning-tree guard {loop|root|none}

spanning-tree {rstp | mstp | pvst | MSTi}edge-port bpduguard [shutdown-on-violation]

errdisable detect cause bpduguard

errdisable recovery cause {bpduguard | fefd| maclearnlimit | arp-inspection}

errdisable recovery cause bpduguard

errdisable recovery interval seconds errdisable recovery interval interval-value

Not supported show errdisable [detect | recovery]

tc-flush-standard Not supported

Not supported show spanning-tree active

Not supported show spanning-tree guard interface {ethernet node/slot/port [:subport] | port-channel number}

Not supported spanning-tree bpdufilter {enable|disable}

Not supported spanning-tree link-type {auto|point-to-point|shared}

Not supported spanning-tree mst force-version {stp|rstp}

Not supported spanning-tree mst instance-number root {primary|secondary}

Not supported spanning-tree rapid-pvst default-behavior

Not supported show spanning-tree compatibility-mode

Neighbor discovery protocol

Table 32. OS9-to-OS10 NDP commands

OS9 NDP command OS10 NDP command

ipv6 nd {dad|disable-reachable-timer|dns-server|hop-limit|managed-config-flag|max-ra-interval|mtu|other-config-flag|prefix|ra-guard|ra-lifetime|reachable-time|retrans-timer|suppress-ra}

ipv6 nd {hop-limit|managed-config-flag|max-ra-interval|min-ra-interval|mtu|other-config-flag|prefix|ra-lifetime|reachable-time|retrans-timer|send-ra}

ipv6 nd prefix {ipv6-address|default} {no-advertise|no-autoconfig|no-rtr-address|off-link|lifetime}

ipv6 nd prefix {ipv6-address|default} {no-advertise|no-autoconfig|no-rtr-address|off-link|lifetime}

ipv6 nd hop-limit {0-255} ipv6 nd hop-limit {0-255}ipv6 nd managed-config-flag ipv6 nd managed-config-flagipv6 nd max-ra-interval {4-1800} ipv6 nd max-ra-interval {4-1800}ipv6 nd mtu {1280-11982} ipv6 nd mtu {1280-65535}

ipv6 nd other-config-flag ipv6 nd other-config-flagipv6 nd ra-lifetime {0-9000} ipv6 nd ra-lifetime {0-9000}ipv6 nd reachable-time {0-3600000} ipv6 nd reachable-time {0-3600000}ipv6 nd retrans-timer {100-4294967295} ipv6 nd retrans-timer {100-4294967295}

33

Table 32. OS9-to-OS10 NDP commands (continued)

OS9 NDP command OS10 NDP command

show ipv6 neighbors {ipv6-address|interface|vrf}

show ipv6 neighbors {ipv6-address|interface|summary}

show ipv6 neighbors interface {fortyGigE|gigabitethernet|managementethernet|port-channel|tengigabitethernet|tunnel|vlan}

show ipv6 neighbors interface {ethernet|port-channel|vlan}

Network time protocol

Table 33. OS9-to-OS10 NTP commands

OS9 NTP command OS10 NTP command

ntp authenticate ntp authenticatentp authentication-key number md5 [0|7] key ntp authentication-key number md5 [0|7] keyntp broadcast client ntp broadcast clientntp disable ntp disablentp server [vrf {management | vrf-name}]{hostname | ipv4-address | ipv6-address}[key keyid] [prefer] [version number][minpoll polling-interval] [maxpoll polling-interval]

ntp enable vrf {management | vrf-name}

ntp master stratum-number ntp master stratum-numberntp multicast client multicast-address Not supported

ntp offset-threshold value Not supported

ntp server [vrf {management | vrf-name}]{hostname | ipv4-address | ipv6-address}[key keyid] [prefer] [version number][minpoll polling-interval] [maxpoll polling-interval]

ntp server {hostname| ipv4-address|ipv6-address} [keykeyid] [prefer]

ntp source interface ntp source interfacentp trusted-key number ntp trusted-key numbershow ntp associations show ntp associationsshow ntp vrf management associations show ntp associations vrf {management | vrf-name}

show ntp status show ntp statusshow ntp status show ntp status vrf {management | vrf-name}

Object tracking manager

Table 34. OS9-to-OS10 Object tracking commands

OS9 OTM command OS10 OTM command

delay {up|down} {0-180} delay {up|down} {0-180}probe icmp Not supported

reachability-refresh {0-3600} reachability-refresh {0-3600}threshold metric Not supported

34

Table 34. OS9-to-OS10 Object tracking commands (continued)

OS9 OTM command OS10 OTM command

track object-id interface interface line-protocol

track object-id interface interface line-protocol

track object-id interface interface {ip|ipv6} routing

track object-id {ip | ipv6} host-ip-address reachabilityvrf {vrf-name}

track object-id ip host host ip_addressreachability

ip host-ip-address reachability

track object-id {ip|ipv6} route ip-address{metric|reachability}

Not supported

track resolution {ip|ipv6} Not supported

show track brief show track briefshow track object-id [brief] show track object-id [brief]show track interface [brief] show track interface [brief]show track interface vrf vrf-name [brief] show track interface [brief]show track ip host [brief] show track {ip|ipv6}

show track ip vrf vrf-name [brief] show track {ip|ipv6}

show track ip route Not supported

show track {interface|ip} vrf vrf-name Not supported

Not supported ipv6 host-ipv6-address reachability

Not supported track object-id

OpenFlow

Table 35. OpenFlow commands

OS9 OpenFlow command OS10 OpenFlow command

connect retry-interval interval max-backoff interval

controller {controller-id}{ip-address}[portport-number]tcp {high-priority | rcvbuf |sndbuf}

controller ipv4 ipv4-address [port port-number][security {none | tls}]

debug openflow packets packet-type {packet-type} of-instance {of-id}

Not supported

echo-request interval interval probe-interval interval

fail-mode secure Not supported

flow-map {l2 | l3} enable Not supported

flow-misses drop Not supported

interface-type {any | port | vlan} Not supported

interface vlan vlan-id of-instance of-id Not supported

multiple-fwd-table enable Not supported

of-instance of-id Not supported

openflow of-instance of-id Not supported

of-version {1.0 | 1.3} protocol-version version

35

Table 35. OpenFlow commands (continued)

OS9 OpenFlow command OS10 OpenFlow command

openflow vlan vlan-id Not supported

show openflow [of-instance[of-id]] show openflow

show openflow flows[of-instance{of-id}][table{acl | mac | route | vlan}flow-id{flow-id}]

show openflow switch logical-switch-name flows

shutdown shutdownsrc-suppression Not supported

Not supported dpid-mac-address MAC-address

Not supported in-band-mgmt interface ethernet node/slot/port[:subport]

Not supported mode openflow-only

Not supported openflow

Not supported rate-limit packet_in controller-packet-rate [burstmaximum-packets-to-controller]

Not supported show openflow switch logical-switch-name ports

Not supported show openflow switch

Not supported show openflow switch logical-switch-name controllers

Not supported switch logical-switch-name

Open shortest path first V2

Table 36. OS9-to-OS10 OSPFv2 commands

OS9 OSPFv2 command OS10 OSPFv2 command

area area-id default-cost cost area area-id default-cost costarea area-id nssa [default-information-originate] [no-redistribution] [no-summary]

area area-id nssa [default-information-originate] [no-redistribution] [no-summary]

area area-id range ip-address/mask [no-advertise]

area area-id range ip-address/mask [no-advertise]

area area-id stub [no-summary] area area-id stub [no-summary]auto-cost reference-bandwidth value auto-cost reference-bandwidth valuebfd all-neighbors interval milliseconds bfd all-neighbors interval millisecondsclear ip ospf [process-id] [vrf vrf-name]process | statistics [interface name{neighbor router-id}]

clear ip ospf {instance-number} [vrf vrf-name] process |statistics

default-information originate [always][metric metric] [metric-type {1|2}] [route-map map-name]

default-information originate [always]

default-metric value default-metric valuedescription text Not supported

distance {weight|external weight|inter-areaweight|intra-area weight}

Not supported

distribute-list prefix-list-name Not supported

36

Table 36. OS9-to-OS10 OSPFv2 commands (continued)

OS9 OSPFv2 command OS10 OSPFv2 command

fast-converge number fast-converge numbergraceful-restart {grace-period seconds|helper-reject ip-address|mode {planned-only|unplanned-only}|role {helper-only|restart-only}}

graceful-restart role helper-only

ip ospf auth-change-wait-time seconds Not supported

ip ospf authentication-key [encryption-type]string

ip ospf authentication-key string

ip ospf bfd all-neighbors [disable|intervalmilliseconds]

ip ospf bfd all-neighbors [disable | [interval millisecmin_rx min_rx multiplier role {active | passive}]]

ip ospf cost value ip ospf cost valueip ospf dead-interval seconds ip ospf dead-interval secondsip ospf hello-interval seconds ip ospf hello-interval secondsip ospf message-digest-key key-id md5 string ip ospf message-digest-key key-id md5 stringip ospf mtu-ignore ip ospf mtu-ignoreip ospf network {broadcast|point-to-point} ip ospf network {broadcast|point-to-point}ip ospf priority number ip ospf priority numberip ospf retransmit-interval seconds ip ospf retransmit-interval secondsip ospf transmit-delay seconds ip ospf transmit-delay secondsip route bfd [prefix-list prefix-list-name][interval interval min_rx min_rx multipliervalue role {active | passive}]

ip route bfd [interval milliseconds min_rx millisecondsmultiplier number role {active | passive}]

log-adjacency-changes log-adjacency-changesmax-metric router-lsa [on-startup] max-metric router-lsa

maximum-paths number maximum-paths numbernetwork ip_address/mask area area_id ip ospf process-id area area_id

passive-interface {default|interface} ip ospf passive

redistribute {bgp as-numberconnected|isis[level-1|level-2|level-1-2]|ospf process-id|rip} [metric metric metric-type {1|2}route-map map-name tag value]|imported-ospf[route-map map-name]}

redistribute {bgp as-number route-map map-name|connected|static}

router ospf instance-number router ospf instance-numberrouter-id ip-address router-id ip-addressshow config show configuration [candidate]

show ip ospf [process-id | vrf vrf name] show ip ospf [instance-number]

show ip ospf [process-id | vrf vrf name]asbr

show ip ospf [process-id] asbr

show ip ospf [process-id | vrf vrf name]database [asbr-summary | external | network| nssa-external | opaque-area | opaque-as |opaque-link | router | summary] [link-state-id] [adv-router ip-address]

show ip ospf [process-id] database [asbr-summary |external | network | nssa-external | opaque-area |opaque-as | opaque-link | router | summary]

37

Table 36. OS9-to-OS10 OSPFv2 commands (continued)

OS9 OSPFv2 command OS10 OSPFv2 command

show ip ospf [process-id | vrf vrf-name]interface [interface]

show ip ospf [process-id] [vrf vrf-name]interface interface

show ip ospf [process-id | vrf vrf-name]neighbor

show ip ospf [process-id] [vrf vrf-name]neighbor

show ip ospf [process-id | vrf vrf-name]routes

show ip ospf [process-id] [vrf vrf-name] routes [prefixIP-prefix]

show ip ospf [process-id | vrf vrf-name]statistics global | [interface interface{neighbor router-id}]

show ip ospf [instance-number] [vrf vrf-name]statistics [interface interface]

show ip ospf [process-id] topology show ip ospf [process-id] [vrf vrf-name] topology

show ip ospf [process-id] timers rate-limit Not supported

show ip ospf [process-id] topology show ip ospf [process-id] topologysnmp context Not supported

summary-address ip-address/mask [not-advertise] [tag tag-value]

summary-address ip-address/mask [not-advertise] [tag tag-value]

timers lsa arrival milliseconds timers lsa arrival millisecondstimers spf seconds timers spf [start-time [hold-time [max-wait]]]

timers throttle lsa all {start-interval|hold-interval|max-interval}

timers throttle lsa all [start-interval |hold-interval | max-interval]

Open shortest path first V3

Table 37. OS9-to-OS10 OSPFv3 commands

OS9 OSPFv3 command OS10 OSPFv3 command

area area-id authentication ipsec spi number{MD5|SHA1} [key-encryption-type] key-string

area area-id authentication ipsec spi number {MD5 |SHA1} key

area area-id encryption ipsec spi numberesp encryption-algorithm [key-encryption-type] key-string authentication-algorithm[key-encryption-type] key-string

area area-id encryption ipsec spi number espencryption-type key authentication-type key

area area-id stub [no-summary] area area-id stub [no-summary]Not supported area area-id range A::B/mask [no-advertise]auto-cost [reference-bandwidth ref-bw] auto-cost [reference-bandwidth ref-bw]bfd all-neighbors interval milliseconds bfd all-neighbors interval millisecondsclear ipv6 ospf [vrf vrf-name] process clear ipv6 ospf {instance-number} [vrf vrf-name]

process

Not supported clear ipv6 ospf {instance-number} [vrf vrf-name]statistics

default-information originate [always][metric metric] [metric-type {1|2}] [route-map map-name]

default-information originate [always]

graceful-restart {grace-period seconds|mode{planned-only|unplanned-only}

Not supported

ipv6 ospf process-id area area-id ipv6 ospf process-id area area-id

38

Table 37. OS9-to-OS10 OSPFv3 commands (continued)

OS9 OSPFv3 command OS10 OSPFv3 command

ipv6 ospf authentication ipsec spi number{MD5|SHA1} [key-encryption-type] key-string

ipv6 ospf authentication {null | ipsec spi number {MD5 |SHA1} key}

ipv6 ospf bfd all-neighbors [disable |interval milliseconds]

ipv6 ospf bfd all-neighbors [disable |interval milliseconds]

ipv6 ospf cost value ipv6 ospf cost valueipv6 ospf dead-interval seconds ipv6 ospf dead-interval secondsipv6 ospf encryption {null|ipsec spi numberesp encryption-algorithm [key-encryption-type] key-string {MD5|SHA1} [key-encryption-type] key-string}

ipv6 ospf encryption {ipsec spi number esp encryption-type key authentication-type key | null}

ipv6 ospf graceful-restart helper-reject Not supported

ipv6 ospf hello-intervalseconds ipv6 ospf hello-intervalsecondsNot supported ipv6 ospf mtu-ignoreipv6 ospf network {broadcast|point-to-point} ipv6 ospf network {broadcast|point-to-point}ipv6 ospf priority number ipv6 ospf priority numberipv6 route bfd [vrf vrf-name] [prefix-listprefix-list-name] [interval interval min_rxmin_rx multiplier value role {active |passive}]

ipv6 route bfd [interval millisec min_rx min_rx multipliernumber role {active | passive}]

ipv6 router ospf process-id [vrf vrf-name] router ospfv3 instance-number [vrf vrf-name]

Not supported summary-address A::B/mask [not-advertise |tag tag-value]

log-adjacency-changes log-adjacency-changesmaximum-paths number maximum-paths numberpassive-interface interface} ipv6 ospf passive

redistribute {bgp as-number|connected|ospfprocess-id} [metric metric metric-type {1|2}route-map map-name tag value]|imported-ospf[route-map map-name]}

redistribute {bgp as-number|conencted|static} [route-map map-name]

router-id ip-address router-id ip-addressshow config show configuration [candidate]

show ipv6 ospf instance-number show ipv6 ospf instance-numbershow ipv6 ospf [process-id] [vrf vrf-name]database [database-summary | grace-lsa |external | inter-area-prefix | inter-area-router |link | network | router | nssa-external]

show ipv6 ospf process-id [vrf vrf-name] database

show ipv6 ospf [process-id] [vrf vrf-name]interface [interface]

show ipv6 ospf interface interface [vrf vrf-name]

show ipv6 ospf [process-id] neighbor[interface]

show ipv6 ospf [process-id] neighbor

timers spf seconds timers spf [start-time [hold-time [max-wait]]]

39

Protocol Independent Multicast

Table 38. OS9-to-OS10 PIM commands

OS9 PIM command OS10 PIM command

Not supported clear ip pim [vrf vrf-name] rp-mapping [ip-address]

clear ip pim [vrf vrf-name] tib clear ip pim [vrf vrf-name] tibip pim [vrf vrf-name] bsr-candidate{ethernet node/slot/port[:subport] |loopback loopback-interface-number | vlanvlan-number | port-channel port-channel-number} [hash-mask-length length] [prioritypriority-value]

ip pim [vrf vrf-name] bsr-candidate{ethernet node/slot/port[:subport] |loopback loopback-interface-number | vlanvlan-number | port-channel port-channel-number} [hash-mask-length length] [prioritypriority-value]

ip pim dr-priority priority-value ip pim dr-priority priority-valueip pim [vrf vrf-name] join-filter ext-access-list

ip pim join-filter access-list-name

ip pim [vrf vrf-name] neighbor-filter{access-list}

ip pim neighbor-filter access-list-name

ip pim query-interval seconds ip pim query-interval secondsNot supported ip pim [vrf vrf-name] anycast-rp rp-address

rp-set-address

ip pim [vrf vrf-name] register-filteraccess-list

ip pim [vrf vrf-name] register-filter access-list-name

ip pim [vrf vrf-name] rp-candidate{ethernet node/slot/port[:subport] |loopback loopback-interface-number | vlanvlan-number | port-channel port-channel-number} [priority priority-value] [acl-name]

ip pim [vrf vrf-name] rp-candidate{ethernet node/slot/port[:subport] |loopback loopback-interface-number | vlanvlan-number | port-channel port-channel-number} [priority priority-value] [acl-name]

ip pim [vrf vrf-name] rp-addressaddress {group-address group-address mask}[override]

ip pim [vrf vrf-name] rp-addressaddress {group-address group-address mask}[override]

ip pim sparse-mode ip pim sparse-modeip pim [vrf vrf-name] sparse-mode sg-expiry-timer seconds

ip pim [vrf vrf-name] sparse-mode sg-expiry-timer seconds

ip pim [vrf vrf-name] spt-threshold [value |infinity]

Not supported

ip pim [vrf vrf-name] ssm-range {access-list-name}

ip pim [vrf vrf-name] ssm-range {access-list-name}

show ip pim [vrf vrf-name] bsr-router show ip pim [vrf vrf-name] bsr-routershow ip pim [vrf vrf-name] interface show ip pim [vrf vrf-name] interfaceNot supported show ip pim [vrf vrf-name] mcache [group-

address [source-address]]show ip pim [vrf vrf-name] neighbor show ip pim [vrf vrf-name] neighborNot supported show ip pim [vrf vrf-name] register-filter

group-address source-address

show ip pim [vrf vrf-name] rp [mapping |group-address]

show ip pim [vrf vrf-name] rp [mapping |group-address]

show ip pim [vrf vrf-name] ssm-range show ip pim [vrf vrf-name] ssm-rangeshow ip pim [vrf vrf-name] summary show ip pim [vrf vrf-name] summary

40

Table 38. OS9-to-OS10 PIM commands (continued)

OS9 PIM command OS10 PIM command

show ip pim [vrf vrf-name] tib [group-address [source-address]]

show ip pim [vrf vrf-name] tib [group-address [source-address]]

show ip rpf [vrf vrf-name] [source-address][summary]

show ip rpf [vrf vrf-name] [summary]

Policy-based routing

Table 39. OS9-to-OS10 PBR commands

OS9 PBR command OS10 PBR command

Not supported [no] ip pbr disableNot supported [no] ipv6 pbr disableip redirect-group [redirect-list-name] {ip|ipv6} policy route-map [map-name]

{seq sequence-number} redirect {ip-address|tunnel tunnel-id} [track obj-id] {protocol-type} {source mask |any|host ip-address}{destination mask|any|host ip-address} [bit][operators]

match {ip|ipv6} address [name] set {ip|ipv6} next-hopaddress set {ip|ipv6} next-hop address track track-id

show cam pbr [interface interface|linecardslot-number port-set number] [summary]

Not supported

show ip redirect-list [list-name] show [ip|ipv6] policy [name]

Not supported show vlt domain-id pbrNot supported clear route-map map-name pbr-statisticsNot supported route-map map-name pbr-statisticsNot supported show route-map [map-name] pbr-statistics

Port monitoring

Table 40. OS9-to-OS10 Port monitoring commands

OS9 command OS10 command

flow-based enable flow-based enablemode remote-port-mirroring remote-span

monitor session session-id [type {rpm |erpm}

monitor session session-id [type {local | rpm-source |erpm-source}]

no disable no shutdown

no monitor session all no monitor session allshow monitor session [session-id] show monitor session [session-id]source {interface|range|any} destinationinterface direction {rx|tx|both}

source interface {ethernet node/slot/port[:subport]|port-channel id-number|vlan vlan-id} {both|rx|tx}destination {ethernet node/slot/port[:subport]|port-channel id-number|vlan vlan-id}

source interface interface destinationremote-vlan vlan-id direction {rx|tx|both}

destination remote-vlan rspan-vlan-id

41

Table 40. OS9-to-OS10 Port monitoring commands (continued)

OS9 command OS10 command

source remote-vlan vlan-id destinationinterface direction {rx|tx|both}

Not supported

Encapsulated Remote Port Monitoring

Table 41. OS9-to-OS10 Encapsulated remote port monitoring commands

OS9 command OS10 command

description text description textdisable shut

erpm source-ip source-ip-address dest-ipdestination-ip-address [gre-protocol value]

source-ip source-ip-address dest-ip destination-ip-address [gre-protocol value]

flow-based enable flow-based enablemonitor session session-ID [type { rpm |erpm [set ip dscp dscp_value | set ip ttlttl_value]}] [drop]

monitor session session-id type [local | rpm-source |erpm-source]

set ip dscp dscp-value ip dscp dscp-value

set ip ttl ttl-value ip ttl ttl-value

source {any | interface-type | vlan vlan-id | port-channel port-channel-number |[range {interface-type | vlan vlan-id| port-channel port-channel-number}]} destination{interface-type | port-channel port-channel-number} direction {rx | tx | both}

source interface {ethernet node/slot/port[:subport] |port-channel id-number | vlan vlan-id} {both | rx | tx}

PVLAN

Table 42. OS9-to-OS10 PVLAN commands

OS9 PVLAN command OS10 PVLAN command

ip local-proxy-arp ip local-proxy-arpprivate-vlan mapping secondary-vlan vlan-list

private-vlan mapping secondary-vlans vlan-list

private-vlan mode {community | isolated |primary}

private-vlan mode {community | isolated |primary}

switchport mode private-vlan promiscuousswitchport mode private-vlan host

private-vlan mode {promiscuous | secondary-port}

Not supported show interface private-vlan [interface-name]Not supported show vlan private-vlan vlan-idshow vlan private-vlan primary show vlan private-vlan primaryshow vlan private-vlan isolated show vlan private-vlan isolatedshow vlan private-vlan community show vlan private-vlan communityshow interfaces private-vlan [interfaceinterface-name]

show vlan private-vlan interface interface-name

Not supported show vlan private-vlan mapping

42

Table 42. OS9-to-OS10 PVLAN commands (continued)

OS9 PVLAN command OS10 PVLAN command

switchport mode private-vlan trunk Not supported

Port Security

Table 43. OS9-to-OS10 SNMP commands

OS9 SNMP command OS10 SNMP command

mac port-security switchport port-security

mac learning-limit address_limit [vlan vlan-id]

mac-learn {limit limit | no-limit }

Not supported disablemac learning-limit mac-address-sticky sticky

mac learning-limit learn-limit-violation{log | shutdown}

mac-learn limit violation { log | shutdown | drop |forward}

mac learning-limit station-move-violation{log | shutdown-both | shutdown-offending |shutdown-original}

mac-move violation {log | drop | shutdown-both|shutdown-offending | shutdown-original}

mac-address-table aging-time seconds aging {on | off}

Not supported mac-move-allowmac learning-limit reset errdisable reset cause {all | mac-learn-limit-violation |

mac-move-violation}

Not supported errdisable recovery cause {mac-learn-limit-violation | mac-move-violation}

Not supported clear mac address-table secure {{dynamic |sticky} {address mac_addr | vlan vlan-id |interface {ethernet node/slot/port[:subport]| port-channel channel-number}} | all}

show mac address-table show mac address-table secure virtual-network [all |address mac-address | aging aging-time | {{dynamic| static | sticky} {vlan vlan-id | interface {ethernetnode/slot/port[:subport] | port-channel}} | addressmac-address}]

Syntaxshow mac-address-table count [vlanvlan-id] [interface interface-type [slot [/port[/subport]]]

show mac address-table count [interface {ethernet slot/port:subport | port-channel number | vlan vlan-id}]

Not supported show switchport port-securityNot supported show switchport port-security interface

{ethernet | port-channel} {<node/slot/port[:subport] >| <1-128>}

Precision Time Protocol

Table 44. OS9-to-OS10 PTP commands

OS9 PTP command OS10 PTP command

Not supported clear ptp counters [{ethernet node/slot/port[:subport]} |{port-channel port-channel-id}]

43

Table 44. OS9-to-OS10 PTP commands (continued)

OS9 PTP command OS10 PTP command

Not supported debug ptp {all | bmca | protocol | servo | system |timestamps} {level level}

Not supported master ip-address [ ingress-delay-asymmetry ingress-delay-value] [egress-delay-asymmetry egress-delay-value]

Not supported ptp announce {[interval log2-seconds] | [timeoutmultiplier]}

Not supported ptp clock {boundary | end-to-end transparent} [profile{g8275.1 | g8275.2 | system-default}]

Not supported ptp delay-mechanism {end-to-end}Not supported ptp delay-req-min-interval log2-secondsNot supported ptp domain domain-numberNot supported ptp egress-delay-asymmetry egress-delay-valueNot supported ptp enableNot supported ptp ingress-delay-asymmetry ingress-delay-valueNot supported ptp local-priority priority-numberNot supported ptp priority1 priority-numberNot supported ptp priority2 priority-numberNot supported ptp role {dynamic | master | slave}Not supported ptp source {ipv4 ipv4-address | ipv6 ipv6-address}Not supported ptp sync-interval log2-secondsNot supported ptp system-time enableNot supported ptp transport {ipv4 {multicast | unicast {master

[negotiation-enable] | slave [negotiation-enable]}} | ipv6{multicast | unicast {master [negotiation-enable] | slave[negotiation-enable]}} | layer2 [address {forwardable |non-forwardable}]

Not supported ptp vlan vlan-idNot supported show ptpNot supported show ptp clockNot supported show ptp counters [{ethernet node/slot/port[:subport]} |

{port-channel port-channel-id}]Not supported show ptp foreign-masters [{ethernet node/slot/

port[:subport]} | {port-channel port-channel-id}]Not supported show ptp interface [{ethernet node/slot/port[:subport]} |

{port-channel port-channel-id}]Not supported show ptp parentNot supported show ptp peer [{ethernet node/slot/port[:subport]} | {port-

channel port-channel-id}]Not supported show ptp servoNot supported show ptp time-propertiesNot supported slave ip-addressNot supported source ip-address

44

Quality of service

Table 45. OS9-to-OS10 QoS commands

OS9 QoS command OS10 QoS command

bandwidth-percentage {1-100} bandwidth [remaining] percent {1-100}

buffer-stats-snapshot buffer-statistics-tracking

clear qos statistics clear copp statistics

clear qos statistics interface-name clear qos statistics [interface interface node/slot/port[:subport]]

clear qos statistics wred clear qos statistics [type {qos | queuing | control-plane| buffer-statistics-tracking}]

Not supported hardware deep-buffer-mode

dcb pfc-headroom-buffer-size headroom-buffer-size

pfc-shared-headroom-buffer-size headroom-buffer-size

dcb pfc-total-buffer-size buffer-size pfc-max-buffer-size max-buffer-size

dscp {yellow|red} dscp-list set dscp dscp-list [color {yellow|red}]

flow-controx rx {on|off} tx {on|off} flow-control receive {on|off} flow-control transmit {on|off}

match {ip|ipv6|ip-any} dscp dscp-list [set-ip-dscp value]

match {ip|ipv6|ip-any} dscp dscp-list set dscpvalue

match {ip|ipv6|ip-any} precedence precdence-list [set-ip-dscp value]

match {ip|ipv6|ip-any} precedence precdence-list set dscp value

match {ip|mac} access-group access-group-name

match access-group access-group-name

Not supported match ipv6 access-group name access-group-name

match ip vrf {0-63} Not supported

Not supported match ipv6 address {prefix-list prefix-list| {access-group | access-list}}

match mac dot1p dot1p-list match cos dot1p-list

match mac vlan {1-4094} match vlan {1-4094}

policy-aggregate qos-policy-name And rate-shape peak-rate peak-burst committedcommitted-rate committed-burst

class-map type queuing class-map-name

policy-map type queuing policy-map-name class class-map-name shape {min {mbps | pps} min-value [min-burst-size]} {max {mbps|pps} max- value [max-burst-size]}

interface ethernet node/slot/port service-policy output policy-map-name

qos dscp-color-policy color-map-name service-policy input policy-map-name

qos-policy-input mac-arp-q cpu-qos rate-police value peak valuecontrol-plan-cpuqos service-policy rate-limit-protocols mac-arp-p

policy-map policy-map-name type control-plane class class-map-name police cir value pir value set qos-group {0-11}control-plane service-policy input policy-map-name

45

Table 45. OS9-to-OS10 QoS commands (continued)

OS9 QoS command OS10 QoS command

qos-rate-adjust overhead-bytes qos-rate-adjust [value-of-adjust]

rate police committed-rate committed-burstpeak peak-rate peak-burst class-map type qos class-map-name

policy-map type qos policy-map-name class class-map-name police {cir committed-rate [bc committed-burst-rate]} {pir peak-rate [be peak-burst-rate]}

interface ethernet node/slot/port service-policy input policy-map-name

rate shape peak-rate peak-burst Andrate-shape peak-rate peak-burst committedcommitted-rate committed-burst

class-map type queuing class-map-name queue {0-7}policy-map type queuing policy-map-name class class-map-name shape {min {mbps | pps} min-value [min-burst-size]} {max {mbps| pps} max- value [max-burst-size]}

interface ethernet node/slot/port service-policy output policy-map-name

scheduler strict priority

service-class bandwidth-percentage queue0{1-100} queue1 {1-100} queue2 {1-100} queue3{1-100}

class-map type queuing class-map-name queue {0-7}

policy-map type queuing policy-map-name class class-map-name bandwidth percent value

interface ethernet node/slot/port service-policy output policy-map-name

Not supported queue-limit {queue-len value | thresh-mode[dynamic threshold-alpha-value | staticthreshold-value]}

service-class dot1p-mapping dot1p0 {0-3}dot1p1 {0-3} … dot1p6 {0-3} dot1p7 {0-3} trust dot1p-map dot1p-map-name

qos-group {0-7} dot1p {0-7} exit

system qos trust-map dot1p trust-policy-map-name

service-class dynamic dot1psystem qos trust dot1p default

service-queue {0-3} qos-policy policy-map-name class-map type queuing temp

match queue 1

service-policy {input|output} policy-map-name

service-policy {input|output} policy-map-name

set ip-dscp {0-63} set ip-dscp value

set mac-dot1p {0-7} set cos value

46

Table 45. OS9-to-OS10 QoS commands (continued)

OS9 QoS command OS10 QoS command

Not supported show hardware deep-buffer-modeshow cpu-queue rate cp show policy-map type control-plane [policy-map-name]

show {ip|ipv6|mac} protocol-queue-mapping show policy-map type control-plane [policy-map-name]

show qos dscp-color-map show policy-map type qos [policy-map-name]

show qos dscp-color-policy show policy-map type qos [policy-map-name]

show qos class-map show class-map [type {qos|queuing|network-qos}]class-map-name]

Not supported show control-plane {buffers | buffer-stats | info |statistics}

show hardware buffer-stats-snapshot resource{headroom-pool [detail] | service-pool[detail] interface interface {{priority-group {id | all} | queue ucast {id | all}mcast {id | all} | all} [detail]}

show qos egress buffer-statistics-tracking interfaceethernet [node/slot/port] [[mcast | ucast] queue {all |[0-7]}] [detail]

show hardware buffer-stats-snapshot resourceheadroom-pool [detail]

show qos headroom-pool buffer-statistics-tracking[detail]

show hardware buffer-stats-snapshot resource{headroom-pool [detail] | service-pool[detail] interface interface {{priority-group {id | all} | queue ucast {id | all}mcast {id | all} | all} [detail]}

show qos ingress buffer-statistics-tracking interfaceethernet [node/slot/port] [priority-group {0-7}] [detail]

Not supported show qos-rate-adjustshow hardware buffer-stats-snapshot resourceservice-pool [detail]

show qos service-pool buffer-statistics-tracking [detail]

show qos dot1p-queue-mapping show qos maps

Not supported show qos port-map detailsshow qos qos-policy-input [policy-map-name] show qos maps

show qos qos-policy-output [policy-map-name] show policy-map type qos

show qos statistics [interface] show qos statistics interface ethernet node/slot/port[queue {0-7}]

show qos statistics wred-profile [interface] show queuing interface ethernet node/slot/port

storm-control {broadcast|multicast|unknown-unicast} pps

storm-control {broadcast|multicast|unknown-unicast} {pps| level {0-100}}

● trust {diffserv [fallback] | dot1p[fallback]}

● service-policy input policy-map-name[layer2]

● service-class dynamic dot1p

trust—map dot1p {default | trust-map-name}

● trust {diffserv [fallback] | dot1p[fallback]}

● service-policy input policy-map-name[layer2]

trust—map dscp {default | trust-map-name}

threshold min number max number max-drop-drop number wred ecn wred {green|yellow}profile-name wred weight {1-15}

random-detect [color {green|yellow}] minimum-threshold min-threshold-value maximum-threshold max-threshold-value drop-probability value [weight value][ecn]

47

Table 45. OS9-to-OS10 QoS commands (continued)

OS9 QoS command OS10 QoS command

Not supported queue number qos-group traffic-class-numbertype {unicast | multicast}

Not supported show qos maps type tc-queue

Rapid per-VLAN spanning-tree plus

You can enter the spanning-tree disable command in both the global CONFIGURATION and INTERFACE modes.

Table 46. OS9-to-OS10 RPVST+ commands

OS9 RPVST+ command OS10 RPVST+ command

no disable spanning-tree mode rapid-pvst

no spanning-treedisable spanning-tree disable

protocol spanning-tree pvst Not supported

Not supported show debug spanning-treeshow spanning-tree pvst show spanning-tree

show spanning-tree pvst vlan vlan-id brief show spanning-tree vlan vlan-id brief

show spanning-tree pvstinterface [FortyGigE|gigabitethernet|port-channel|tengigabitethernet]

show spanning-tree interface {ethernet node/slot/port[:subport] | port-channel number} [detail]

show spanning-tree vlan vlan-id show spanning-tree vlan vlan-idNot supported show spanning-tree virtual-interface

[detail]Not supported spanning-tree mac-flush-timer timer-intervalNot supported spanning-tree vlan vlan-id mac-flush-

threshold threshold-valuespanning-tree pvst edge-port spanning-tree port type edge

spanning-tree pvst [loopguard|rootguard] spanning-tree guard {loop|root|none}

spanning-tree pvst vlan vlan-range cost{1-2000000}

spanning-tree vlan {1-4093} cost {1-2000000}

spanning-tree pvst vlan vlan-range priority{0-240}

spanning-tree vlan {1-4093} priority {0-240}

spanning-tree rstp edge-port [bpduguard|shutdown-on-violation]

spanning-tree bpduguard {enable|disable}

spanning-tree vlan {1-4093} max-age {6-40} spanning-tree vlan {1-4093} max-age {6-40}tc-flush-standard Not supported

vlan vlan-range bridge-priority {0-61440} spanning-tree vlan {1-4093} priority {0-61440}

vlan vlan-range forward-delay {4-30} spanning-tree vlan {1-4093} forward-time {4-30}

vlan vlan-range hello-time {1-10} spanning-tree vlan {1-4093} hello-time {1-10}

Not supported show spanning-tree activeNot supported show spanning-tree guard interface {ethernet

node/slot/port [:subport] | port-channelnumber}

48

Table 46. OS9-to-OS10 RPVST+ commands (continued)

OS9 RPVST+ command OS10 RPVST+ command

Not supported spanning-tree bpdufilter {enable|disable}Not supported spanning-tree link-type {auto|point-to-

point|shared}Not supported spanning-tree vlan {1-4093} root {primary-

secondary}

Rapid spanning-tree protocol

You can enter the spanning-tree disable command in both the global CONFIGURATION and INTERFACE modes.

Table 47. OS9-to-OS10 RSTP commands

OS9 RSTP command OS10 RSTP command

bridge-priority {0-61440} spanning-tree rstp priority {0-61440}

disable spanning-tree disable

forward-delay {4-30} spanning-tree rstp forward-time {4-30}

hello-time {1-10} spanning-tree rstp hello-time {1-10}

hello-time milli-second {50-950} Not supported

max-age {6-40} spanning-tree rstp max-age {6-40}

no disable spanning-tree mode rstp

no spanning-tree spanning-tree disable

protocol spanning-tree rstp Not supported

spanning-tree rstp cost {1-2000000} spanning-tree rstp cost {1-2000000}spanning-tree rstp priority {0-240} spanning-tree rstp priority {0-240}spanning-tree rstp [loopguard|rootguard] spanning-tree guard {loop|root|none}

spanning-tree rstp edge-port spanning-tree port type edge

spanning-tree rstp edge-port [bpduguard|shutdown-on-violation]

spanning-tree bpduguard {enable|disable}

Not supported spanning-tree mac-flush-timer timer-intervalNot supported spanning-tree rstp mac-flush-threshold

threshold-value

show spanning-tree rstp show spanning-tree detail

show spanning-tree rstp brief show spanning-tree brief

show spanning-tree rstpinterface [FortyGigE|gigabitethernet|port-channel|tengigabitethernet]

show spanning-tree interface {ethernet node/slot/port[:subport] | port-channel number} [detail]

tc-flush-standard Not supported

Not supported show spanning-tree activeNot supported show spanning-tree interface {ethernet node/

slot/port [:subport] | port-channel number}Not supported spanning-tree bpdufilter {enable|disable}Not supported spanning-tree link-type {auto|point-to-

point|shared}

49

Table 47. OS9-to-OS10 RSTP commands (continued)

OS9 RSTP command OS10 RSTP command

Not supported spanning-tree rstp force-version stp

RestConf configuration

Table 48. RestConf commands

OS9 RestConf command OS10 RestConf command

Not supported rest api restconfNot supported rest https cipher-suite cipher-listNot supported rest https server-certificate name hostnameNot supported rest https session timeout secondsNot supported cli mode rest-translateNot supported no cli modeNot supported show cli modeNot supported rest authentication token validityNot supported rest authentication token max-refreshNot supported rest authentication token algorithm [HS256 |

RS56 | ES256]

Security

Table 49. OS9-to-OS10 Security commands

OS9 security command OS10 security command

aaa authentication login {method-list-name |default} method [... method4]

aaa authentication login {console | default} {local |group radius | group tacacs+}

aaa tacacs-server group Not supported

Not supported boot protect {enable {username usernamepassword} | disable {username username}}

Not supported crypto fips enableNot supported [no] disableNot supported disable privilege-levelNot supported enable privilege-levelenable password [level level] [encryption-type] password

enable password encryption-type password-string priv-lvl privilege-level

ip radius source-interface interface ip radius source-interface interfaceip tacacs source-interface interface ip tacacs source-interface interfaceline console Not supported

line vty line vtylogin concurrent-session {limit number-of-sessions | clear—line enable}

login concurrent-session limit number-of-sessions

login statistics {enable | time-period days} login statistics enable

50

Table 49. OS9-to-OS10 Security commands (continued)

OS9 security command OS10 security command

password-attributes [min-length number][max-retry number] [lockout-periodminutes] [user-lockout-period minutes][character-restriction [upper number] [lowernumber] [numeric number] [special-charnumber]]

password-attributes {[min-length number] [max-retrynumber] [lockout-period minutes] [console-exempt][character-restriction {[upper number] [lower number][numeric number] [special-char number]]}}

privilege mode {level level command | resetcommand}

privilege mode priv-lvl privilege-level command-string

service obscure-passwords service obscure-passwordsNot supported service simple-passwordNot supported show boot protectshow crypto cert [filepath] show crypto cert [filename]

show login statistics [all | [[successful-attempts | unsuccessful-attempts] [userlogin-id] [time-period days]] | user login-id]

show login-statistics {user user-id | all}

show privilege show privilegeshow users show userstacacs-server group Not supported

username name [access-class access-list-name] [nopassword | {password | secret |sha256-password} [encryption-type] password[dynamic-salt]] [privilege level] [rolerole-name]

username username {password password role role [priv-lvl privilege-level]

Not supported username username sshkey {sshkey-string |"ssh-rsa publickey-string"}

Not supported username username sshkey filename filepathSecure Boot

Not supported image gpg-key key-server key-server-namekey-id {key-id-string | key-id-filename}

Not supported image secure-install image-filepath {sha256| gpg | pki signature signature-filepathpublic-key key-file}

Not supported image verify image-filepath {sha256 | gpg |pki certificate-filepath}

verified boot secure-boot enable

Not supported secure-boot protect startup-configNot supported secure-boot revoke key key-idNot supported secure-boot verify {kernel | file-system-

integrity | startup-config}Not supported show secure-boot {status | file-integrity-

status}Not supported show secure-boot pki-certificatesNot supported ip ssh server x509v3-authentication

security-profile profile-name [passwordless]

51

Table 49. OS9-to-OS10 Security commands (continued)

OS9 security command OS10 security command

Not supported ocsp-check [ocsp-url]Not supported ip ssh client cli enablessh {hostname} [-l username | -p port-number| -v {1 | 2}| -c encryption cipher | -m HMACalgorithm

ssh [vrf {management | vrf-name}] [-bsource_ip_address] [-B source_interface] [-cencryption_cipher] [-l username] [ -m HMAC_algorithm][-p port_number] [-h] destination

sFlow

Enter all OS10 sFlow configuration commands in the global CONFIGURATION mode, except for sflow enable, which isavailable in both CONFIGURATION and INTERFACE modes.

The default OS10 sflow polling-interval is 30 seconds. In OS9, the default sflow polling-interval is 20seconds.

Table 50. OS9-to-OS10 sFlow commands

OS9 sFlow Command OS10 sFlow Command

sflow collector ip-address agent-addr ipv4-address [port max-datagram-size datagram-size> vrf management]

sflow collector {ipv4-address | ipv6-address} agent-addr {ipv4-address | ipv6-address} [collector-port-number] [vrf vrf-name]

sflow enable sflow enable [all-interfaces]

sflow {enable|ingress-enable} sflow enable

sflow max-header-size sampling-size sflow max-header-size header-size

sflow polling-interval poll-interval sflow polling-interval poll-intervalsflow sample-rate sampling-rate sflow sample-rate sampling-rateshow sflow show sflowshow sflow interface show sflow interfaceNot supported sflow source-interface {ethernet node/slot/

port[:subport] | loopback loopback-ID |port-channel port-channel-ID | vlan vlan-ID}

Simple Network Management Protocol

Table 51. OS9-to-OS10 SNMP commands

OS9 SNMP command OS10 SNMP command

snmp-server community community-name {ro |rw} [ipv6 ipv6-access-list-name | access-list-name | security-name name]

snmp-server community community-name {ro | rw} [aclaclname]

show snmp Not supported

Not supported show snmp communityshow snmp engineID show snmp engineID {local | remote}

show snmp group show snmp groupshow snmp supported-mibs Not supported

show snmp supported-traps Not supported

52

Table 51. OS9-to-OS10 SNMP commands (continued)

OS9 SNMP command OS10 SNMP command

show snmp user show snmp userNot supported show snmp viewsnmp-server contact text snmp-server contact textsnmp-server enable traps [notification-type][notification-option]

snmp-server enable traps [notification-type][notification-option]

snmp-server engineID [local engineID][remote ip-address vrf vrf-name udp-portport-number engineID]

snmp-server engineID [local engineID][remote ip-address {[udp-port port-number]remote-engineID}]

Not supported snmp-server group group-name {v1 | v2c |v3 security-level} [access acl-name] [readview-name] [write view-name] [notify view-name]

snmp-server host ip-address | ipv6-address[vrf vrf-name] traps | informs [version1 | 2c | 3] [auth | no auth | priv][community-string] [udp-port port-number][notification-type]

snmp-server host {ipv4–address | ipv6–address} {informs version version-number| traps version version-number |version version-number} [snmpv3-security-level] [community-name] [udp-port port-number] [entity | envmon | lldp | snmp]

snmp-server location text snmp-server location textsnmp-server user name {group_name remote ip-address vrf vrf-name udp-port port-number}[1 | 2c | 3] [encrypted] [auth {md5 | sha}auth-password] [priv {des56 | aes128} privpassword] [access access-list-name | ipv6access-list-name | access-list-name ipv6access-list-name]

snmp-server user user-name group-name security-model [[noauth | auth {md5 | sha} auth-password][priv {des | aes} priv-password]] [localized] [access acl-name] [remote ip-address udp-port port-number]]

snmp-server view view-name oid-tree[included | excluded]

snmp-server view view-name oid-tree[included | excluded]

snmp-server vrf vrf-name snmp-server vrf management

snmp-server trap-source interface snmp-server source-interface interface

SmartFabric Services

Table 52. OS9-to-OS10 SmartFabric Services commands

OS9 SmartFabric Services command OS10 SmartFabric Services command

Not supported show smartfabric clusterNot supported show smartfabric cluster memberNot supported show smartfabric detailsNot supported show logging smartfabricNot supported show smartfabric networksNot supported show smartfabric nodesNot supported show smartfabric personalityNot supported show smartfabric upgrade-statusNot supported show smartfabric uplinksNot supported show smartfabric validation-error

53

Table 52. OS9-to-OS10 SmartFabric Services commands (continued)

OS9 SmartFabric Services command OS10 SmartFabric Services command

Not supported smartfabric l3fabric enable role {LEAF [vltiethernet node/slot/port] | SPINE}

SmartFabric Director

Table 53. OS9-to-OS10 SmartFabric Director commands

OS9 SmartFabric Services command OS10 SmartFabric Services command

Not supported switch-operating-modeNot supported gnmi-security-profileNot supported show switch-operating-modeNot supported show sfd status

Spanning-Tree Protocol

You can enter the spanning-tree disable command in both the global CONFIGURATION and INTERFACE modes.

Table 54. OS9-to-OS10 STP commands

OS9 STP command OS10 STP command

debug spanning-tree {stp-id [all | bpdu |config | events | exceptions | general |root] | protocol}

debug spanning-tree {all | bpdu [interface interface-name node/slot/port[:subport] | virtual-interface | tx[interface interface-name node/slot/port[:subport] |virtual-interface] | rx [interface interface-name node/slot/port[:subport] | virtual-interface]] | events}

SupportAssist

Table 55. OS9-to-OS10 SupportAssist commands

OS9 SupportAssist command OS10 SupportAssist command

activity {activity-name} activity {event-notification | full-transfer |performance-transfer} enable

address [city company-city] [{province |region | state} name] [country company-country] [{postalcode | zipcode} company-code]

address city name state name country name zipcodenumber

contact-company name {company-name}[company-next-name] ... [company-next-name]

contact-company name company-name

contact-person {first firstname lastlastname}

contact-person {first firstname lastlastname}

email—address primary email-id [alternateemail-id]

email—address primary email-id [alternateemail-id]

eula-consent support-assist { accept |reject }

eula-consent support-assist { accept |reject }

phone primary string [alternate string] phone primary string [alternate string]preferred-method {email | phone | no-contact}

preferred-method {email | phone | no-contact}

54

Table 55. OS9-to-OS10 SupportAssist commands (continued)

OS9 SupportAssist command OS10 SupportAssist command

Not supported server gateway {gateway-url-string}Not supported server gateway enableurl uniform-resource-locator server url { default | <url> }show eula-consent support-assist show eula-consent support-assistshow support-assist eula show support-assist eulaNot supported show support-assist logsshow support-assist status show support-assist statusNot supported show support-assist warranty detailedNot supported source-interface interfacestreet-address {address1} [address2]…[address8]

street-address {line-1} [line-2] [line-3]

support-assist support-assistsupport-assist activity {full-transfer |core-transfer} start-now

support-assist-activity full-transfer {start-now |[schedule {hourly minute | daily hour number minnumber | weekly day-of-week number hour number minnumber | monthly day number hour number min number| yearly month number day number hour number minnumber]}

Not supported support-assist warranty refresh

territory territory-name territory territory-nameNot supported support-assist generate universal-key

<access-key> <pin>Not supported vrf management

SyncE

Table 56. OS10-to-OS9 SyncE commands

OS9 SyncE command OS10 SyncE command

Not supported clear sync-e counters [ethernet node/slot/port]

Not supported clear sync-e lockout [ethernet node/slot/port]

Not supported clear sync-e switchNot supported clear sync-e wait-restore-time [ethernet

node/slot/port]Not supported debug sync-e {all | esmc | g781}Not supported show debug sync-eNot supported show sync-eNot supported show sync-e counters [ethernet node/slot/

port]Not supported show sync-e esmc

55

Table 56. OS10-to-OS9 SyncE commands (continued)

OS9 SyncE command OS10 SyncE command

Not supported show sync-e interface [ethernet node/slot/port]

Not supported sync-e enableNot supported sync-e esmc {disable | rx-only | rx-tx | tx-

only}Not supported sync-e hold-off-time millisecondsNot supported sync-e lockout [ethernet node/slot/port]Not supported sync-e mode {ql-disabled | ql-enabled}Not supported sync-e priority priority-numberNot supported sync-e quality-level valueNot supported sync-e ssm-network-option {1 | 2}Not supported sync-e switch force [ethernet node/slot/

port]Not supported sync-e switch manual [ethernet node/slot/

port]Not supported sync-e vlan vlan-idNot supported sync-e wait-to-restore-time seconds

System management

Table 57. OS9-to-OS10 System management commands

OS9 system management command OS10 system management command

banner login {acknowledgement | keyboard-interactive | delimiter text delimiter}

banner login delimiter + <Enter> text + <Enter>delimiter

banner motd delimiter text delimiter} banner motd delimiter + <Enter> text + <Enter>delimiter

Not supported clock set time year-month-dayclock timezone timezone-name offset clock timezone {standard-timezone standard-timezone-

name | {timezone-string Hours Minutes}}

crypto key generate {rsa} crypto ssh-key generate {rsa bits | ecdsa bits |ed25519}

Not supported [no] nlb cluster ip-address mac-addressinterface {ethernet node/slot/port[:subport]| port-channel {1-128}}

show clock [detail] show clock

Not supported show clock timezoneshow crypto key mypubkey {rsa} show crypto ssh-key {rsa | ecdsa | ed25119}

Not supported show file cert certificate-nameNot supported system-user linuxadmin {password password |

disable}Not supported show nlb-clusrer {vlan vlan-id | ip-address}

56

Table 57. OS9-to-OS10 System management commands (continued)

OS9 system management command OS10 system management command

Not supported username user_name {password password rolerole priv-lvl privilege-level | sshkey{{sshkey_string | file_name} | file_name}

password-attributes [min-length number][max-retry number] [lockout-periodminutes] [user-lockout-period minutes][character-restriction [upper number] [lowernumber] [numeric number] [special-charnumber]]

password-attributes {[min-length number] [max-retrynumber] [lockout-period minutes] [console-exempt][character-restriction {[upper number] [lower number][numeric number] [special-char number]]}}

Not supported reload onie [install | uninstall]Not supported show image {status | firmware}Not supported system identifier system-idNot supported switch-operating-modeLow Latency mode commands

asf-mode stack-unit {unit-id | all} queuesize

switching-mode cut-through

show asf stack-unit {unit-id | all} show switching-mode

Support bundle

Table 58. OS9-to-OS10 Support bundle commands

OS9 Support bundle command OS10 Support bundle command

Not supported generate support-bundle [enable-all-plugin-options | disable-all-pluginoptions] [scp://userid:passwd@hostip/directory-path]

Not supported show support-bundle status

Telemetry

Table 59. OS9-to-OS10 Telemetry commands

OS9 telemetry command OS10 telemetry command

Not supported debug telemetryNot supported destination {ip-address | domain-name} port-

number

Not supported destination-group group-nameNot supported enableNot supported encoding gpbNot supported gnmi-security-profile profile-nameNot supported sensor-group group-name sampling-intervalNot supported show telemetry [destination-group [group-

name] | sensor-group [group-name] |subscription-profile [profile-name]]

Not supported show switch-operating-mode

57

Table 59. OS9-to-OS10 Telemetry commands (continued)

OS9 telemetry command OS10 telemetry command

Not supported source interface{ ethernet | loopback | mgmt| port-channel | vlan}

Not supported subscription-profile profile-nameNot supported switch-operating-mode {fabric | full-switch

| sfd}Not supported telemetryNot supported transport grpc [no-tls]

Uplink Failure Detection

Table 60. OS9-to-OS10 UFD commands

OS9 UFD command OS10 UFD command

upstream interface upstream {interface-type | interface-range [ track-vlt-status ] | VLTi}

Virtual link trunking

Table 61. OS9-to-OS10 VLT commands

OS9 VLT command OS10 VLT command

back-up destination {ipv4–address ipv4-address [vrf management] [interval interval]| ipv6–address ipv6-address [intervalinterval]}

back-up destination {ipv4–address ipv4-address | ipv6–address ipv6-address} [vrf management] [intervalinterval]

clear vlt statistics Not supported

Not supported debug vlt events {all | backup-link | domain| forwarding | virtual-network | vlan | vlt-port-channel}

delay-restore {1-1200} delay-restore {1-1200}delay-restore abort-threshold {1-1200} Not supported

lacp ungroup member-independent {vlt | port-channel port-channel-id}

lacp fallback enable

Not supported lacp fallback timeout timer-valuemulticast peer-routing timeout Not supported

peer-domain-link port-channel exclude-vlan Not supported

peer-link port-channel port-channel-number discovery-interface ethernet {ethernet 1/1/1-1/1/32}

peer-routing peer-routingpeer-routing-timeout value peer-routing-timeout valueprimary-priority value primary-priority valueproxy-gateway {lldp|static} Not supported

proxy-gateway peer-timeout Not supported

remote-mac-address exclude-vlan Not supported

Not supported show debug vlt

58

Table 61. OS9-to-OS10 VLT commands (continued)

OS9 VLT command OS10 VLT command

show vlt brief show vlt domain-id

Not supported show vlt domain-id egress-mask-ruleNot supported show vlt domain-id error-disabled-portsshow vlt detail show vlt domain-id vlt-port-detail

show vlt backup-link show vlt domain-id backup-link

show vlt counters Not supported

show vlt inconsistency show vlt inconsistency ip mcache [vrf vrf-name]

show vlt mismatch show vlt domain-id mismatch port-security[dhcp-snooping | peer-routing | vlan |vlt-vlan vlt-port-id | virtual-network |private-vlan {mapping | port-mode | vlan-mode} | multicast-snooping | ra-guard |vlan-anycast |dhcp-relay | lacp-individual |evpn]

show vlt role show vlt domain-id role

Not supported show vlt mac-inconsistency vlanshow vlt statistics Not supported

show vlt proxy-gateway Not supported

show vlt private-vlan Not supported

system mac mac-address vlt-mac mac-address

unit-id [0|1] Not supported

vlt domain domain-id vlt domain domain-idvlt-peer-lag port-channel {1-128} vlt-port-channel {1-1024}

vlt-peer-mac transmit Not supported

Not supported show vlt mac-inconsistency

Virtual router redundancy protocol

Table 62. OS9-to-OS10 VRRP commands

OS9 VRRP command OS10 VRRP command

advertise-interval {seconds|centisecscentisecs}

advertise-interval {seconds|centisecscentisecs}

authentication-type simple [encryption-type]password

authentication-type simple-text password [auth-text]

clear counters vrrp [vrrp-id] [ipv6] Not supported

description text Not supported

disable Not supported

hold-time {seconds|centisecs centisecs} Not supported

Not supported [no] omit-skew-time [disable]preempt preemptshow vrrp {brief|vrrp-id|ipv6} show vrrp {brief|vrrp-id|ipv6}

59

Table 62. OS9-to-OS10 VRRP commands (continued)

OS9 VRRP command OS10 VRRP command

track interface [priority-cost value] track object-track-id [priority-cost value]track-interface {ethernet node/slot/port[:subport]} [line-protocol]

Not supported [no] vrrp omit-skew-timevirtal-address ip-address1 [...ip-address12] virtal-address ip-address1 [...ip-address10]

vrrp delay minimum seconds Not supported

vrrp delay reload seconds vrrp delay reload secondsvrrp version {2|3|both} vrrp version {2|3}vrrp-group vrrp-id vrrp-group vrrp-idvrrp-ipv6-group vrrp-id vrrp-ipv6-group vrrp-idNot supported vrrp mode active-active

Virtual routing and forwarding

Table 63. OS9-to-OS10 VRF commands

OS9 VRF command OS10 VRF command

Not supported ip vrf [management | vrf-name]ip ftp vrf management ip ftp vrf [management | vrf-name]

ip http vrf management ip http vrf [management | vrf-name]

ip route-export tag [route-map-name] ip route-export route-target [route-map route-map-name]

ip route-import tag [route-map—name] ip route-import route-target [route-map route-map-name]

Not supported ip scp vrf [management | vrf-name]Not supported ip sftp vrf [management | vrf-name]ip ssh server vrf management ip ssh server vrf {management | vrf-name}

ip telnet server enable ip telnet server enableip telnet server vrf {vrf-name | any |management}

ip telnet server vrf {management | vrf-name}

ip tftp vrf management ip tftp vrf managementipv6 route-export tag [route-map-name] ipv6 route-export route-target

ipv6 route-import tag [route-map-name] ipv6 route-import route-target [route-map route-map-name]

match source-protocol {bgp | ospf | static} match source-protocol {bgp {ebgp | evpn |ibgp} | connected | ospf | static}

Not supported ip virtual-router address ip-addressradius-server vrf management radius-server vrf {management | vrf-name}

redistribute imported-bgp [route-map route-map-name]

redistribute imported-bgp-routes vrf vrf-name [route-map route-map-name]

redistribute imported-ospf [route-map route-map-name]

redistribute imported-ospf-routes [route-maprmap-name]

60

Table 63. OS9-to-OS10 VRF commands (continued)

OS9 VRF command OS10 VRF command

Not supported redistribute l2vpn evpn [route-map rmap-name]

snmp-server ip-address | ipv6-address vrfmanagement

snmp-server ip-address | ipv6-address |hostname vrf management

Not supported update-source-ip interface interface-idNot supported set distance valueNot supported show ip vrf {management | vrf-name}

VLAN

Table 64. OS9-to-OS10 VLAN commands

OS9 VLAN command OS10 VLAN command

interface vlan vlan-id interface vlan vlan-idmac-address-table static mac-address{multicast vlan vlan-id output-rangeinterface} {output interface vlan vlan-id}

mac address-table static mac-address vlanvlan-id virtual-network VNI interface{ethernet node/slot/port[:subport] | port-channel number | VLTi}

untagged interface switchport access vlan vlan-id

show interface vlan vlan-id show interface vlan vlan-idshow vlan {brief|id vlan-id} show vlan [vlan-id]

Not supported ip virtual-router address ipv4–addressNot supported ip virtual-router mac-address mac-addressNot supported ipv6 virtual-router address ipv6–address

VXLAN

Table 65. OS9-to-OS10 VXLAN commands

OS9 VXLAN command OS10 VXLAN command

Not supported [no] arp-nd-suppressionclear vxlan vxlan-instance instance IDstatistics

clear virtual-network {interface interface-name node/slot/port[:subport] | virtual-network-id}

controller controller ID ip address portport-number [tcp | ssl]

Not supported

debug vxlan Not supported

fail-mode secure Not supported

Not supported hardware overlay-routing-profile {balanced-overlay-routing | scaled-overlay-routing |disable-overlay-routing}

Not supported interface virtual-network vn-idNot supported ip virtual-router address ip-addressNot supported ip virtual-router mac-address mac-address

61

Table 65. OS9-to-OS10 VXLAN commands (continued)

OS9 VXLAN command OS10 VXLAN command

Not supported member-interface {ethernet node/slot/port[:subport] | port-channel number} {vlan-tag vlan-id | untagged}

feature vxlan vxlan-instance instance ID [nsx| nuage | static]

nve

gateway-ip IP address Not supported

max_backoff time Not supported

peer-ovsdbserver-ip peer-ip-address Not supported

vni—profile profile name remote—vtep—ip IPAddress vni-profile profile name

remote-vtep ip-address

Not supported show hardware overlay-routing-profile mode[all]

Not supported show interface virtual-network [vn-id]show vxlan vxlan-instance instance ID vtep-vni-map remote-vtep-ip IP-Address

show nve remote-vtep [ip-address | summary]

show vxlan vxlan-instance instance IDstatistics remote-vtep-ip IP Address

show nve remote-vtep [ip-address] counters

Not supported show nve vxlan-vnishow vxlan vxlan-instance instance IDlogical-network [name name]

show virtual-network [vn-id]

Not supported show virtual-network [vn-id] countersshow vxlan vxlan-instance instance IDstatisitics interface interface VLAN-ID

show virtual-network interface {ethernet node/slot/port:subport | port-channel number} [vlan vlan-id]counters

Not supported show virtual-network interface {ethernetnode/slot/port:subport | port-channelnumber}

Not supported show virtual-network summaryNot supported show virtual-network vlan vlan-idshow vlan show vlanlocal-vtep-ip IP Address source-interface loopback number

vxlan-vnid VNID virtual-network vn-id

Not supported virtual-network untagged-vlan vlan-idvxlan-vni vni vxlan-vni vniMAC commands

clear mac-address-table dynamic vxlanremote-vtep-ip ip-address

clear mac address-table dynamic nve remote-vtep ip-address

clear mac-address-table dynamic vxlan vnidvnidclear mac-address-table dynamic vxlaninterface interface-type

clear mac address-table secure {dynamic |sticky} {all | address mac_addr | vlanvlan-id | interface {ethernet node/slot/port[:subport] | port-channel number}}

Not supported show mac address-table count extended[interface {ethernet node/slot/port:subport| port-channel number}]

62

Table 65. OS9-to-OS10 VXLAN commands (continued)

OS9 VXLAN command OS10 VXLAN command

show vxlan vxlan-instance instance IDunicast-mac-remote [logical-network name |vnid VNID]

show mac address-table count nve {vxlan-vni vni |remote-vtep ip-address}

show vxlan vxlan-instance instance IDunicast-mac-local [logical—network name |vnid VNID]

show mac address-table count virtual-network [dynamic| local | remote | static | interface {ethernet node/slot/port:subport | port-channel number} | vn-id]

Not supported show mac address-table extended [addressmac-address | interface {ethernet node/slot/port:subport | port-channel number} | static| dynamic]

show vxlan vxlan-instance instance IDunicast-mac-remote [logical-network name |vnid VNID]

show mac address-table nve {vxlan-vni vni | remote-vtep ip-address}

show vxlan vxlan-instance instance IDunicast-mac-local [logical—network name |vnid VNID]

show mac address-table virtual-network [vn-id | local| remote | static | dynamic | address mac-address| interface {ethernet node/slot/port:subport | port-channel number}]

VXLAN BGP commands

Not supported activateNot supported address-family l2vpn evpnNot supported allowas-in as-numberNot supported sender-side-loop-detectionNot supported show ip bgp l2vpn evpn [summary | neighbors]VXLAN EVPN commands

Not supported auto-eviNot supported evi idNot supported evpnNot supported rd {A.B.C.D:[1-65535] | auto}Not supported route-target {auto | value {import | export

| both} [asn4]}Not supported show evpn evi [id]Not supported show evpn mac {count | mac-address

nn.nn.nn.nn | evi id [mac-addressnn.nn.nn.nn | count | next-hop ip-addresscount]}

Not supported show evpn mac-ip [count | evi evi [mac-address mac-address] | mac-address mac-address | next-hop ip-address]

Not supported show evpn vrf [vrf-name]Not supported show evpn vxlan-vni [vni]Not supported vni vniController-provisioned VXLAN

vxlan-instance instance-ID NSX controller ovsdb

controller controller-id controller-ip portport-number tcp | ssl

ip ip-address port port-number ssl

63

Table 65. OS9-to-OS10 VXLAN commands (continued)

OS9 VXLAN command OS10 VXLAN command

max-backoff interval max-backoff intervalvxlan-instance instance-id [nsx | nuage |static]

nve-controller

Not supported nve controller ssl-key-generateshow vxlan vxlan-instance instance-id show nve controller

Not supported show nve controller ssl-certificateNot supported show nve replicators [vnid vnid]Not supported show ovsdb-tables mac-local-ucastNot supported show ovsdb-tables mac-remote-ucastNot supported show ovsdb-tables managerNot supported show ovsdb-tables tunnelNot supported disable-rt-asn

Weighted Random Early Detection and Explicit CongestionNotification

Table 66. OS9-to-OS10 NDP commands

OS9 WRED/ECN command OS10 WRED/ECN command

S4200-ON only

Not supported random-detect ecn [[minimum-threshold minimum[maximum-threshold maximum [drop-probability{%}]]]]

All other platforms

● service-pool wred [{yellow | green}[{pool0} [{profile-name} [{pool1}[{profile-name}]]]]]

● service-pool wred [weight [{pool0}[{weight-value} [{pool1} [{weight-value}]]]]]

random-detect pool pool-value wred-profile-name

threshold [min {KB} [max {KB} [max-drop-rate{rate in %}]]]

random-detect color color-name minimum-thresholdminimum-value maximum-threshold maximum-valuedrop-probability drop-rate

wred ecn random-detect ecn

wred [{green | yellow}] [{profile-name}] random-detect wred-profile-name

wred-profile profile-name wred wred-profile-name

wred [weight {weight value}] random-detect weight weight-value

show qos wred-profile wred-profile-name show qos wred-profile wred-profile-name

64

X.509v3

Table 67. OS9-to-OS10 X.509v3 commands

OS9 X.509v3 command OS10 X.509v3 command

Not supported certificate certificate-nameNot supported cluster security-profile profile-namecrypto ca-cert delete [index] crypto ca-cert delete {ca-cert-filepath | all}

crypto ca-cert install path crypto ca-cert install ca-cert-filepath [filename] [home| usb]

crypto cert delete crypto cert delete filename [fips]

crypto cert generate {self-signed |request} [cert-file cert-path key-file{private | key-path}] [country 2-lettercode] [state state] [locality city][organization organization-name] [orgunitunit-name] [cname common-name] [email email-address] [validity days] [length length][altname alt-name]

crypto cert generate {request | self-signed} [cert-file cert-path key-file{private | keypath}] [country 2-lettercode] [state state] [locality city][organization organization-name] [orgunitunit-name] [cname common-name] [email email-address] [validity days] [length length][altname alt-name]

crypto cert install cert-file cert-pathkey-file {key-path | private} [passwordpassphrase]

crypto cert install cert-file cert-path key-file {key-path| private} [password passphrase] [fips] [verify]

Not supported crypto cert validate {ca-cert cert-path |host-cert cert-path | file filepath}

Not supported crypto security-profile profile-nameshow crypto ca-certs show crypto ca-certs [filename]

show crypto cert {path} show crypto cert [filename]

Not supported show crypto security-profileNot supported ip ssh server x509v3-authentication

security-profile profile-name[password-less]Not supported ip ssh server x509-key-types rsa x509v3-key-

algorithms

Not supported ip ssh server x509-key-types rsa disableNot supported ip ssh server x509-key-types dss x509v3-key-

algorithms

Not supported ip ssh server x509-key-types dss disableNot supported ip ssh server x509-key-types ecdsa x509v3-

key-algorithms

Not supported ip ssh server x509-key-types ecdsa disableNot supported ocsp-check [ocsp-url]Not supported username username certificate subject

"x509v3-subject-string"

Not supported username username certificate principal-name"user-principal-name-string"

Not supported username username certificates fingerprintfingerprint-value

65

Table 67. OS9-to-OS10 X.509v3 commands (continued)

OS9 X.509v3 command OS10 X.509v3 command

Not supported username username certificate filename("home://PEM-file-name" | "usb://PEM-file-name")

Not supported username username certificate text

Zero touch deployment

Table 68. OS9-to-OS10 ZTD commands

OS9 ZTD command OS10 ZTD command

reload-type bmp reload ztd

reload-type normal reload

show reload-type show ztd-status

stop bmp ztd cancel

reload-type bmp ztd start

reload-type normal-reload ztd stop

66