Transition Networks SISPM1040‐582‐LRT CLI Reference Table of Contents 1. Introduction .............................. 5 1.1 Key Features ............................... 5 1.2 Manual Overview ............................... 5 1.3 Related Manuals .............................. 5 2. CLI Management ............................ 6 2.1 Login ................................... 6 2.2 Navigating the Command Line ........................... 6 2.3 CLI Command Modes ............................ 7 2.4 Changing Between Command Modes ........................ 7 2.5 Global Commands .............................. ...
Page 4
Transition Networks SISPM1040‐582‐LRT CLI Reference 28. CLI Command Summary .......................... 1 35 28.1 Privilege Levels ............................ 135 28.2 Command Summary ............................ 135 29. Service, Warranty, and Tech Support ...................... 1 61 29.1 Recording Device and System Information .................... 161 29.2 Limited Lifetime Warranty .......................... 162 29.3 Contact Us .............................. 162 Appendix A. DHCP Per Port .......................... 1 63 Appendix B. How to Get the Google Map API Key ................... 1 66 Appendix C. Service, Warranty & Tech Support .................... 1 71 Appendix D. Compliance Information ...................... ...
Transition Networks SISPM1040‐582‐LRT CLI Reference 1. Introduction The SISPM1040‐582‐LRT industrial L2+ managed GbE PoE++ switch is the next generation industrial grade Ethernet switch offering powerful L2 and basic L3 features for better functionality and usability. Along with its extensive management features, the SISPM1040‐582‐LRT also provides Carrier Ethernet features such as OAM, ERPS, EPS, and PTPv2, making it suitable for industrial and Carrier Ethernet applications. The SISPM1040‐582‐LRT delivers 8 (10M/100M/1G) RJ45 with PoE++ (802.3 at/af/bt for up to 480W total) ports, 2 GbE SFP ports and an RJ45 Console port. The SISPM1040‐582‐LRT provides high hardware performance and operating environment flexibility for Industrial and Carrier Ethernet applications. The embedded Device Managed System (DMS) feature makes it easy to use, configure, install, and troubleshoot in video surveillance, wireless access, and other industrial applications. 1.1 Key Features Rapid Ring / Ring To Ring / Rapid Chain DMS (Device Management System) built in ITU‐T G.8031 Ethernet Linear Protection Switching (EPS) ITU‐T G.8032 Ethernet Ring Protection Switching (ERPS) IEEE 1588v2 PTP ...
Transition Networks SISPM1040‐582‐LRT CLI Reference 2. CLI Management Follow the steps below to make a network connection for CLI command management. 1. Locate the correct DB‐9 (RS‐232) cable with a female DB‐9 connector. RS‐232 cable is used for connecting a terminal or terminal emulator to the Managed Switch’s RJ45 port to access the command‐line interface. 2. Attach the RJ45 serial port on the switch’s front panel which used to connect to the switch for console configuration 3. Attach the other end of the DB‐9 cable to an ASCII terminal emulator or PC Com‐1, 2 port. For example, PC runs Microsoft Windows HyperTerminal utility. 4. At “Com Port Properties” menu, configure the parameters as below (see the next section). Baud rate 115200 Stop bits 1 Data bits 8 Parity N ...
Transition Networks SISPM1040‐582‐LRT CLI Reference 2.3 CLI Command Modes The CLI is divided into several modes. If a user has enough privilege to run a particular command, the user has to run the command in the correct mode. To see the commands of the mode, enter a “?” after the system prompt, then all commands will be listed in the screen. The command modes are listed as below: Command Modes Mode Prompt Command Function in this Mode exec <sys_name># Display current configuration, diagnostics, maintenance config <sys_name>(config)# Configure features other than those below Config-if <sys_name>(config-interface)# Configure ports...
Transition Networks SISPM1040‐582‐LRT CLI Reference 2.5 Global Commands Enter a question mark (?) at the command line prompt to display the global Exec mode commands. SISPM1040‐582‐LRT# ? CableDiag Cable Diagnostic keyword clear Reset functions configure Enter configuration mode copy Copy from source to destination debug Debugging functions delete Delete one file in flash: file system dir Directory of all files in flash: file system disable Turn off privileged commands do To run exec commands in config mode dot1x IEEE Standard for port‐based Network Access Control enable Turn on privileged commands erps Ethernet Ring Protection Switching exit Exit from EXEC mode firmware Firmware upgrade/swap help Description of the interactive help system ip IPv4 commands ipv6 IPv6 configuration commands link‐oam Link OAM configuration logout Exit from EXEC mode more Display file no Negate a command or set its defaults ping Send ICMP echo messages ...
Page 9
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: Help Description: Description of the interactive help system. Syntax : help Parameters: None Example: SISPM1040‐582‐LRT# help Help may be requested at any point in a command by entering a question mark '?'. If nothing matches, the help list will be empty and you must backup until entering a '?' shows the available options. Two styles of help are provided: 1. Full help is available when you are ready to enter a command argument (e.g. 'show ?') and describes each possible argument. 2. Partial help is provided when an abbreviated argument is entered and you want to know what arguments match the input (e.g. 'show pr?'.) ...
Page 10
Transition Networks SISPM1040‐582‐LRT CLI Reference Example 2: Enter two question marks (??) in the command line to display the syntax available. SISPM1040‐582‐LRT# show? show Show running system information SISPM1040‐582‐LRT# show? show aaa show access management [ statistics | <access_id_list> ] show access‐list [ interface [ ( <port_type> [ <v_port_type_list> ] ) ] ] [ rate ‐limiter [ <rate_limiter_list> ] ] [ ace statistics [ <ace_list> ] ] show access‐list ace‐status [ static ] [ link‐oam ] [ loop‐protect ] [ dhcp ] [ ptp ] [ upnp ] [ arp‐inspection ] [ evc ] [ mep ] [ ipmc ] [ ip‐source‐guard ] [ ip‐mgmt ] [ tt‐loop ] [ y1564 ] [ dms‐client ] [ dms‐server ] [ dms‐ssdp ] [ dm s‐onvif ] [ agv‐car ] [ dms‐mdns ] [ ztp ] [ rapid‐ring ] [ lacp‐on‐air ] [ conf licts ] [ switch <switch_list> ] show aggregation [ mode ] show clock show clock detail show dot1x statistics { eapol | radius | all } [ interface ( <port_type> [ <v_po rt_type_list> ] ) ] show dot1x status [ interface ( <port_type> [ <v_port_type_list> ] ) ] [ brief ] show eps [ <inst> ] [ detail ] show erps { [ <groups> ] } [ detail | statistics ] show evc statistics { [ <evc_id> | all ] } [ ece [ <ece_id> ] ] [ interface ( <p ort_type> [ <port_list> ] ) ] [ pw <pw_num_list> ] [ cos <cos> ] [ green | yello w | red | discard ] [ frames | bytes ] show evc { [ <evc_id> | all ] } [ ece [ <ece_id> ] ] ‐‐ more ‐‐, next page: Space, continue: g, quit: ^C ...
Page 11
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: CableDiag Description: Run Cable Diagnostic test on copper ports. Syntax : CableDiag interface <port_type> <port_type_id> Parameters: interface Interface keyword GigabitEthernet 1 Gigabit Ethernet Port <port_type_id> Port ID in 1/1‐8 Example: SISPM1040‐582‐LRT# CableDiag interface GigabitEthernet 1/3 Starting Cable Diagnostic ‐ Please wait Interface Link Status Test Result Length ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐‐‐‐‐‐‐‐ ...
Page 26
Transition Networks SISPM1040‐582‐LRT CLI Reference broadcast Broadcast destination MAC address multicast Multicast destination MAC address unicast Unicast destination MAC address any Don't‐care the frame type ...
Page 27
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: aggregation Description: Configure Aggregation mode. Syntax : aggregation mode { [ smac ] [ dmac ] [ ip ] [ port ] }*1 Parameters: dmac Destination MAC affects the distribution ip IP address affects the distribution port IP port affects the distribution smac ...
Page 28
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: default Description: Set a command to its defaults. Syntax : default access‐list rate‐limiter [ <rate_limiter_list> ] Parameters: rate‐limiter Rate limiter <cr> Example: SISPM1040‐582‐LRT(config)# default access‐list rate‐limiter ? <1~16> Rate limiter ID <cr> ...
Page 30
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: end Description: Go back to EXEC mode. Syntax : end <cr> Parameters: end Go back to EXEC mode <cr> Example: SISPM1040‐582‐LRT(config)# end SISPM1040‐582‐LRT# Command: eps Description: Configure Ethernet Protection Switching. ...
Page 31
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: erps Description: Configure Ethernet Ring Protection Switching. Syntax : 1‐64 ERPS group number guard Guard holdoff Hold‐off time major Major ring mep MEP revertive Revertive ...
Page 33
Transition Networks SISPM1040‐582‐LRT CLI Reference vid Setup added tag VLAN ID vid‐mode Setup inner tag VLAN ID mode <0‐1> Added tag DEI disable Disable learning ...
Page 35
Transition Networks SISPM1040‐582‐LRT CLI Reference Warm‐Start Group ID Warm Start Example: SISPM1040‐582‐LRT(config)# event group Mgmt‐IP‐Change ? level Severity level smtp smtp mode syslog syslog mode trap trap mode SISPM1040‐582‐LRT(config)# event group Mgmt‐IP‐Change trap ? disable trap mode disable enable trap mode enable SISPM1040‐582‐LRT(config)# event group Mgmt‐IP‐Change trap enable SISPM1040‐582‐LRT(config)# event group Auth‐Failed level ? <0‐7> <0> Emergency ,<1> Alert ,<2> Critical ,<3> Error ,<4> Warning ,<5> Notice ,<6> Informationl ,<7> Debug SISPM1040‐582‐LRT(config)# event group Auth‐Failed level 2 SISPM1040‐582‐LRT(config)# Command: green‐ethernet Description: Set EEE to be optimized for least power consumption (the default is optimized for least traffic latency). Syntax : ...
Page 36
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: interface Description: Select an interface to configure. See chapter 26. Configure Interface Commands on page 123. Syntax : interface ( <port_type> [ <plist> ] ) interface vlan <vlist> Parameters: * All switches or All ports ...
Page 37
Transition Networks SISPM1040‐582‐LRT CLI Reference ip ssh keyregen ip ssh port <port> ip telnet port <port> ip verify source ip verify source translate Parameters: arp Address Resolution Protocol dhcp Dynamic Host Configuration Protocol ...
Page 38
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: ipmc Description: Configure IPv4/IPv6 multicast parameters. Syntax : ipmc profile ipmc profile <profile_name> ipmc range <entry_name> { <v_ipv4_mcast> [ <v_ipv4_mcast_1> ] | <v_ipv6_mcast> [ <v_ipv6_mcast_1> ] } Parameters: profile IPMC profile configuration range A range of IPv4/IPv6 multicast addresses for the profile Example: SISPM1040‐582‐LRT(config)# ipmc? ipmc IPv4/IPv6 multicast configuration ...
Page 39
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: lacp Description: Configure LACP settings. Syntax : lacp on‐air index <v_1_to_8> { { port <port_type> <in_port_type_id> } | { couple‐ip <ip1> <ip2> } } lacp system‐priority <v_1_to_65535> Parameters: on‐air This command lets you set up LACP on Air ports and the Couple IP address for access management. Apple’s AirPort Express provides simultaneous dual‐band wireless 802.11n Wi‐Fi networking. system‐priority System priority Example: lacp system‐priority <v_1_to_65535> SISPM1040‐582‐LRT(config)# lacp system‐priority 333 ...
Page 40
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: lldp Description: LLDP configuration commands. Syntax : lldp holdtime <val> lldp med datum { wgs84 | nad83‐navd88 | nad83‐mllw } lldp med fast <v_1_to_10> lldp med location‐tlv altitude { meters | floors } <v_word11> lldp med location‐tlv civic‐addr { { country <country> } | { state | county | city | district | block | street | leading‐street‐direction | trailing‐street‐suffix | street‐suffix | house‐no | house‐no‐suffix | landmark | additional‐info | name | zip‐code | building | apartment | floor | room‐number | place‐type | postal‐community‐name | p‐o‐box | additional‐code } <v_line> } lldp med location‐tlv elin‐addr <v_word25> lldp med location‐tlv latitude { north | south } <v_word8> lldp med location‐tlv longitude { west | east } <v_word9> lldp med media‐vlan‐policy <policy_index> { voice | voice‐signaling | guest‐voice‐signaling | guest‐voice | softphone‐voice | video‐conferencing | streaming‐video | video‐signaling } { untagged | tagged <v_vlan_id> [ l2‐priority <v_0_to_7>] } [ dscp <v_0_to_63> ] lldp reinit <val> lldp timer <val> lldp transmission‐delay <val> Parameters: ...
Page 41
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: logging Description: Configure System logging messages. Syntax : logging host { <ipv4_addr> | <domain_name> } logging on logging port <port_no> Parameters: <domain_name> The domain name is to provide a mechanism for naming resources on the Internet. A complete domain name consists of one or more subdomain names separated by dots (.). <ipv4_ucast> The IPv4 address of the log server. <1‐65535> ...
Page 42
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: map‐api‐key Description: Set Google Map key string. This command lets you set up the Google Map API Key from https://console.developers.google.com/, so you can use the DMS Map View for enterprise applications. See Appendix B – How to Get the Google Map API Key for more information. Syntax : map‐api‐key <key_str> Parameters: map‐api‐key <word127> Example: SISPM1040‐582‐LRT(config)# map‐api‐key? map‐api‐key Set google map key string SISPM1040‐582‐LRT(config)# map‐api‐key ? <word127> SISPM1040‐582‐LRT(config)# map‐api‐key semiphore ? <cr> SISPM1040‐582‐LRT(config)# map‐api‐key semiphore SISPM1040‐582‐LRT(config)# Command: ...
Page 44
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: mvr Description: Multicast VLAN Registration configuration. Syntax : name MVR multicast name vlan MVR multicast vlan <cr> channel MVR channel configuration frame MVR control frame in TX igmp‐address ...
Page 45
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: no Negate a command or set its defaults. Table : no Commands (Config mode). Command Function aaa Authentication, Authorization and Accounting ...
Page 46
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: no Negate a command or set its defaults. Table : no Commands (Exec mode). Command Function debug Debugging functions port‐security Port security (MAC limit) ...
Page 47
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: ntp Description: Configure NTP server. Syntax : ntp server <index_var> ip‐address { <ipv4_var> | <ipv6_var> | <name_var> } Parameters: server Configure NTP server <cr> <1‐5> index number ip‐address ...
Page 48
Transition Networks SISPM1040‐582‐LRT CLI Reference class‐consumption Max. port power determined by class, and power is managed according to power consumption. class‐reserved‐power ...
Page 53
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: rapid‐ring / rapid‐chain Description: Configure Rapid Ring parameters. Note that STP must be disabled. Note that Rapid Ring and Rapid Chain can be configured via the front panel DIP switch (i.e., without using the Web UI or CLI). See the Install Guide for details. Syntax : rapid‐ring entry <entryindex> role disabled port1 <port_type> <rport1> port2 <port_type> <rport2> rapid‐ring entry <entryindex> role master port1 <port_type> <rport1> port2 <port_type> <rport2> rapid‐ring entry <entryindex> role member port1 <port_type> <rport1> port2 <port_type> <rport2> rapid‐ring entry <entryindex> role rapid‐chain port1 <port_type> <rport1> port2<port_type> <rport2> Parameters: <uint8> index disabled role value disabled master role value master ...
Page 54
Transition Networks SISPM1040‐582‐LRT CLI Reference SISPM1040‐582‐LRT(config)# $rapid‐chain port1 GigabitEthernet 1/5 port2 1/6 ? SISPM1040‐582‐LRT(config)# $1 GigabitEthernet 1/5 port2 GigabitEthernet ? <port_type_id> Port ID in 1/1‐10 SISPM1040‐582‐LRT(config)# $1 GigabitEthernet 1/5 port2 GigabitEthernet 1/6 ? <cr> SISPM1040‐582‐LRT(config)# $1 GigabitEthernet 1/5 port2 GigabitEthernet 1/6 SISPM1040‐582‐LRT(config)# do show rapid‐ring Entry Index : 1 Rapid Ring Role : Rapid‐Chain Rapid Ring Port 1 : 5 Rapid Ring Port 2 : 6 Rapid Ring Port 1 State : Discarding Rapid Ring Port 2 State : Discarding Entry Index : 2 Rapid Ring Role : Member Rapid Ring Port 1 : 3 Rapid Ring Port 2 : 4 Rapid Ring Port 1 State : Discarding Rapid Ring Port 2 State : Forwarding Ring‐to‐Ring Role : Active Ring‐to‐Ring Port : 5 Ring‐to‐Ring Port State : Discarding SISPM1040‐582‐LRT(config)# Command: ...
Page 55
Transition Networks SISPM1040‐582‐LRT CLI Reference Entry Index : 1 Rapid Ring Role : Rapid‐Chain Rapid Ring Port 1 : 5 Rapid Ring Port 2 : 6 Rapid Ring Port 1 State : Discarding Rapid Ring Port 2 State : Discarding Entry Index : 2 Rapid Ring Role : Member Rapid Ring Port 1 : 3 Rapid Ring Port 2 : 4 Rapid Ring Port 1 State : Discarding Rapid Ring Port 2 State : Forwarding Ring‐to‐Ring Role : Backup Ring‐to‐Ring Port : 8 Ring‐to‐Ring Port State : Discarding SISPM1040‐582‐LRT# Message: R_TO_R_ICLI_system_set error in port 4, same with rapid ring port Meaning: You configured a port as both a ring‐to‐ring port and as a rapid‐ring port. Recovery: Change either the ring‐to‐ring port or the rapid‐ring port. 33757 Rev. A https://www.transition.com Page 55 of 172 ...
Page 62
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: recovery Description: Configure Spanning tree recovery interval Syntax : spanning‐tree recovery interval <interval> Parameters: interval The interval <30‐86400> Range in seconds Example: SISPM1040‐582‐LRT(config)# spanning‐tree recovery interval 6000 SISPM1040‐582‐LRT(config) Command: transmit Description: Configure Spanning tree transmit hold‐count Syntax : hold‐count ...
Page 63
Transition Networks SISPM1040‐582‐LRT CLI Reference * All switches or All ports GigabitEthernet 1 Gigabit Ethernet Port SISPM1040‐582‐LRT(config)# $agement port‐name interface GigabitEthernet ? <port_type_list> Port list in 1/1‐10 SISPM1040‐582‐LRT(config)# $rt‐name interface GigabitEthernet 1/4‐6 ? <line47> Up to 47 characters describing this interface * All switches or All ports GigabitEthernet 1 Gigabit Ethernet Port SISPM1040‐582‐LRT(config)# $terface GigabitEthernet 1/4‐6 myintrfce ? <line47> Up to 47 characters describing this interface <cr> SISPM1040‐582‐LRT(config)# $terface GigabitEthernet 1/4‐6 myintrfce SISPM1040‐582‐LRT(config)# switch2go‐management port‐role ? interface Select an interface to configure SISPM1040‐582‐LRT(config)# switch2go‐management port‐role interface ? * All switches or All ports GigabitEthernet 1 Gigabit Ethernet Port SISPM1040‐582‐LRT(config)# $rt‐role interface GigabitEthernet 1/3‐4 ? * All switches or All ports GigabitEthernet 1 Gigabit Ethernet Port client Client Port Role server Server Port Role <cr> SISPM1040‐582‐LRT(config)# $rt‐role interface GigabitEthernet 1/3‐4 server SISPM1040‐582‐LRT(config)# switch2go‐management server ? <word47> Switch2go Management IP address or host name SISPM1040‐582‐LRT(config)# switch2go‐management server 192.168.1.50 ...
Page 64
Transition Networks SISPM1040‐582‐LRT CLI Reference <word47> Switch2go Management IP address or host name SISPM1040‐582‐LRT(config)# switch2go‐management server 192.168.1.30 ? <cr> SISPM1040‐582‐LRT(config)# switch2go‐management server 192.168.1.30 SISPM1040‐582‐LRT(config)# switch2go‐management port? port‐name Interface specific description port‐role Configure Port Role SISPM1040‐582‐LRT(config)# switch2go‐management port‐name ? interface Select an interface to configure SISPM1040‐582‐LRT(config)# switch2go‐management port‐name interface ? * All switches or All ports GigabitEthernet 1 Gigabit Ethernet Port SISPM1040‐582‐LRT(config)# $agement port‐name interface GigabitEthernet ? <port_type_list> Port list in 1/1‐10 SISPM1040‐582‐LRT(config)# $agement port‐name interface GigabitEthernet 1/2 % Incomplete command. SISPM1040‐582‐LRT(config)# $port‐name interface GigabitEthernet 1/2 ? <line47> Up to 47 characters describing this interface * All switches or All ports GigabitEthernet 1 Gigabit Ethernet Port SISPM1040‐582‐LRT(config)# $port‐name interface GigabitEthernet 1/2 sams ? <line47> Up to 47 characters describing this interface <cr> SISPM1040‐582‐LRT(config)# $port‐name interface GigabitEthernet 1/2 sams SISPM1040‐582‐LRT(config)# switch2go‐management ? delete Delete Mobile in List ...
Page 65
Transition Networks SISPM1040‐582‐LRT CLI Reference Show switch2go management Example 1: SISPM1040‐582‐LRT# show switch2go‐management ? mobile‐link Show Registered Mobile Device List options Show Port Name Service configuration setting Show Switch2go Management configuration SISPM1040‐582‐LRT# show switch2go‐management mobile‐link Server Time Out ! SISPM1040‐582‐LRT# show switch2go‐management options Port Port Name Role 1 Client 2 two Server 3 three Client 4 four Client 5 Client 6 Client 7 Client 8 Client 9 Client 10 Client SISPM1040‐582‐LRT# show switch2go‐management setting Switch2go Mode : enabled Server Address : ipush.cloudapp.net Server State : Successful connection to the server. SISPM1040‐582‐LRT# ...
Page 66
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: switchport Description: Set switching mode characteristics. Syntax : switchport vlan mapping <gid> <vlan_list> <tvid> Parameters: vlan VLAN mapping Add VLAN translation entry into a group. <1‐10> Group id <vlan_list> <vlan_id> <cr> Example: SISPM1040‐582‐LRT(config)# switchport vlan mapping 1 100‐300 10 ...
Page 67
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: tacacs‐server Description: Configure TACACS+ server. Syntax : tacacs‐server deadtime <minutes> tacacs‐server host <host_name> [ port <port> ] [ timeout <seconds> ] [ key <key> ] tacacs‐server key <key> tacacs‐server timeout <seconds> Parameters: deadtime Time to stop using a TACACS+ server that doesn't respond host Specify a TACACS+ server key ...
Transition Networks SISPM1040‐582‐LRT CLI Reference 5. Copy Commands Command: copy Description: Copy from source to destination. Syntax : copy { startup‐config | running‐config | <source_path> } { startup‐config | running‐config | <destination_path> } [ syntax‐check ] [ { merge | replace } ] Parameters: <url_file> File in FLASH or on TFTP server. Syntax: <flash:filename |tftp://server/path‐and‐filename>. A valid file name is a text string drawn from alphabet (A‐Za‐z), digits (0‐9), dot (.), hyphen (‐), under score(_). The maximum length is 63 and hyphen must not be first character. The file name content that only contains '.' is not allowed. running‐config Currently running configuration startup‐config Startup configuration. | Output modifiers. ...
Transition Networks SISPM1040‐582‐LRT CLI Reference 6. Delete Commands Command: delete Description: Delete one file in flash: file system. Syntax : delete <path> Parameters: <url_file> File in FLASH. Syntax: <flash:filename>. A valid file name is a text string drawn from alphabet (A‐Za‐z), digits (0‐9), dot (.), hyphen (‐), under score(_). The maximum length is 63 and hyphen must not be first character. The file name content that only contains '.' is not allowed. Example: SISPM1040‐582‐LRT# delete text SISPM1040‐582‐LRT# Message: % Invalid word detected at '^' marker. 7. Dir Commands Command: ...
Transition Networks SISPM1040‐582‐LRT CLI Reference 13. Firmware Commands Command: firmware Description: Firmware upgrade/swap Syntax : firmware swap firmware upgrade <url_file> Parameters: swap Swap between Active and Alternate firmware image. upgrade Firmware upgrade. <url_file> Uniform Resource Locator. It is a specific character string that constitutes a reference to a resource. ...
Transition Networks SISPM1040‐582‐LRT CLI Reference 20. Debug Commands WARNING: The use of 'debug' commands may negatively impact system behavior. Do not enable unless instructed to. Note: 'debug' command syntax, semantics and behavior are subject to change without notice. See the 'platform debug deny' and 'platform debug allow commands in the previous chapter. Command Function aaa Authentication, Authorization and Accounting acl Access list ...
Page 86
Transition Networks SISPM1040‐582‐LRT CLI Reference Config Mode Debug Commands WARNING: The use of 'debug' commands may negatively impact system behavior. Do not enable unless instructed to. See 'platform debug deny' and 'platform debug allow commands in the previous chapter. enable Enable mac MAC table entries/configuration ...
Transition Networks SISPM1040‐582‐LRT CLI Reference 24. Show Commands Command Function aaa Authentication, Authorization and Accounting methods ...
Page 90
Transition Networks SISPM1040‐582‐LRT CLI Reference switchport Display switching mode characteristics system system ...
Page 91
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: access Description: Show Access Management statistics Syntax : show access Parameters: <1~16> ID of access management entry | Output modifiers statistics ...
Page 92
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: aggregation Description: Show Aggregation port configuration. Syntax : show aggregation mode Parameters: Example: SISPM1040‐582‐LRT# show aggregation mode Aggregation Mode: SMAC : Enabled DMAC : Disabled IP : Enabled Port : Enabled SISPM1040‐582‐LRT# Command: clock Description: Show Clock parameters. ...
Page 93
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: dot1x Description: Show IEEE Standard for port‐based Network Access Control. Syntax : Parameters: statistics Shows statistics for either eapol or radius. status Shows dot1x status, such as admin state, port state and last source. all Show all dot1x statistics ...
Page 94
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: eps Description: Show Ethernet Protection Switching. Syntax : show eps [ <inst> ] [ detail ] Parameters: | Output modifiers <range_list> The range of EPS instances. detail Show detailed state including configuration information. <cr> ...
Page 95
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: evc Description: Show Ethernet Virtual Connections . Syntax : show evc statistics { [ <evc_id> | all ] } [ ece [ <ece_id> ] ] [ interface ( <port_type> [ <port_list> ] ) ] [ pw <pw_num_list> ] [ cos <cos> ] [ green | yellow | red | discard ] [ frames | bytes ] show evc { [ <evc_id> | all ] } [ ece [ <ece_id> ] ] Parameters: | Output modifiers <1‐256> EVC identifier all ...
Page 96
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: event Description: Show trap event configurations. Syntax : show event <cr> show event port <cr> Parameters: show event show event port Example: SISPM1040‐582‐LRT# show event Group Name Severity Level Syslog Mode Trap Mode SMTP Mode Digital Out ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐‐‐‐ ACL Info enable disable disable N/A ACL‐Log ...
Page 97
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: show green‐ethernet Description: Show Green Ethernet (Power reduction). Syntax : show green‐ethernet [ interface ( <port_type> [ <port_list> ] ) ] show green‐ethernet eee [ interface ( <port_type> [ <port_list> ] ) ] show green‐ethernet energy‐detect [ interface ( <port_type> [ <port_list> ] ) ] Parameters: | Output modifiers eee ...
Page 98
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: interface Description: Show Interface status and configuration. Syntax : show interface ( <port_type> [ <in_port_list> ] ) switchport [ access | trunk |hybrid ] show interface ( <port_type> [ <v_port_type_list> ] ) CableDiag show interface ( <port_type> [ <v_port_type_list> ] ) capabilities [ detail ] show interface ( <port_type> [ <v_port_type_list> ] ) description show interface ( <port_type> [ <v_port_type_list> ] ) statistics [ { packets | bytes | errors | discards | filtered | { priority [ <priority_v_0_to_7> ] } } ] [ { up | down } ] show interface ( <port_type> [ <v_port_type_list> ] ) status show interface vlan [ <vlist> ] Parameters: interface Interface status and configuration * All switches or All ports GigabitEthernet ...
Page 99
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: ip Description: Show Internet Protocol config. Syntax : show ip arp show ip arp inspection [ interface ( <port_type> [ <in_port_type_list> ] ) | vlan <in_vlan_list> ] show ip arp inspection entry [ dhcp‐snooping | static ] [ interface ( <port_type> [ <in_port_type_list> ] ) ] show ip dhcp detailed statistics { server | client | snooping | relay | normal‐forward | combined } [ interface ( <port_type> [ <in_port_list> ] ) ] show ip dhcp excluded‐address show ip dhcp pool [ <pool_name> ] show ip dhcp relay [ statistics ] show ip dhcp server show ip dhcp server binding <ip> show ip dhcp server binding [ state { allocated | committed | expired } ] [ type show ip dhcp server binding [ state { allocated | committed | expired } ] [ type show ip dhcp server declined‐ip show ip dhcp server declined‐ip <declined_ip> show ip dhcp server statistics show ip dhcp snooping [ interface ( <port_type> [ <in_port_list> ] ) ] show ip dhcp snooping table show ip domain show ip http ...
Page 100
Transition Networks SISPM1040‐582‐LRT CLI Reference Example: SISPM1040‐582‐LRT# show ip interface brief Vlan Address Method Status ‐‐‐‐ ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐ 1 192.168.1.77/24 Manual UP SISPM1040‐582‐LRT# show ip verify source IP Source Guard Mode : disabled Port Port Mode Dynamic Entry Limit ‐‐‐‐ ‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ GigabitEthernet 1/1 disabled unlimited GigabitEthernet 1/2 disabled unlimited GigabitEthernet 1/3 disabled unlimited GigabitEthernet 1/4 disabled unlimited GigabitEthernet 1/5 disabled unlimited GigabitEthernet 1/6 disabled unlimited GigabitEthernet 1/7 disabled unlimited GigabitEthernet 1/8 disabled unlimited GigabitEthernet 1/9 disabled unlimited GigabitEthernet 1/10 disabled unlimited SISPM1040‐582‐LRT# Command: ipmc Description: ...
Page 101
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: ipv6 Description: Show IPv6 configuration commands. Syntax : show ipv6 dhcp‐client [ interface vlan <v_vlan_list> ] show ipv6 interface [ vlan <v_vlan_list> { brief | statistics } ] show ipv6 mld snooping [ vlan <v_vlan_list> ] [ group‐database [ interface ( <port_type> [ <v_port_type_list> ] ) ] [ sfm‐information ] ] [ detail ] show ipv6 mld snooping mrouter [ detail ] show ipv6 neighbor [ interface vlan <v_vlan_list> ] show ipv6 route [ interface vlan <v_vlan_list> ] show ipv6 statistics [ system ] [ interface vlan <v_vlan_list> ] [ icmp ] [ icmp‐msg <type> ] Parameters: dhcp‐client Manage DHCPv6 client service interface Select an interface to configure mld ...
Page 102
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: line Description: Show TTY line information. Syntax : show line [ alive ] Parameters: | Output modifiers alive Display information about alive lines <cr> Example: SISPM1040‐582‐LRT# show line alive ...
Page 108
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: monitor Description: Show Monitoring of different system events. Syntax : show monitor [ session { <session_number> | all | remote } ] Parameters: Example: SISPM1040‐582‐LRT# show monitor Session 1 ‐‐‐‐‐‐‐‐‐ Mode : Disabled Type : Mirror Source VLAN(s) : CPU Port : SISPM1040‐582‐LRT# Command: mvr Description: ...
Page 109
Transition Networks SISPM1040‐582‐LRT CLI Reference RX MLD Query:0 V1Report:0 V2Report:0 V1Done:0 TX MLD Query:0 / (Source) Specific Query:0 Interface Channel Profile: <No Associated Profile> MLD MVR VLAN 20 (Name is not set) interface is enabled. Querier status is IDLE RX MLD Query:0 V1Report:0 V2Report:0 V1Done:0 TX MLD Query:0 / (Source) Specific Query:0 Interface Channel Profile: <No Associated Profile> SISPM1040‐582‐LRT# Command: ntp Description: Show NTP status. Syntax : show ntp status Parameters: Example: SISPM1040‐582‐LRT# show ntp status NTP Mode : enabled Idx Server IP host address (a.b.c.d) or a host name string ...
Page 110
Transition Networks SISPM1040‐582‐LRT CLI Reference 9 Default 1G PD ‐ ‐ ,No 10 Default 1G PD ‐ ‐ ,No SISPM1040‐582‐LRT# SISPM1040‐582‐LRT# show platform debug Platform debug command function is allowed. SISPM1040‐582‐LRT# Command: poe Description: Show Power Over Ethernet config. Syntax : show poe config [ interface ( <port_type> [ <v_port_type_list> ] ) ] show poe power‐delay [ interface ( <port_type> [ <v_port_type_list> ] ) ] show poe profile [ id <has_id> ] show poe reboot show poe status [ interface ( <port_type> [ <v_port_type_list> ] ) ] show poe { auto‐check | auto‐power‐reset } [ interface ( <port_type> [ <v_port_type_list> ] ) ] Parameters: auto‐power‐reset Show PoE Auto Power Reset configuration. ...
Page 111
Transition Networks SISPM1040‐582‐LRT CLI Reference 60 1.6 35 Low GigabitEthernet 1/5 ‐ No PD detected 0 0 0.0 0 Low GigabitEthernet 1/6 ‐ No PD detected 0 0 0.0 0 Low GigabitEthernet 1/7 1 PoE turned ON 60 60 1.6 36 Low GigabitEthernet 1/8 ‐ No PD detected 0 0 0.0 0 Low Total Power Request : 120.0 [W] Total Power Alloctaed : 120.0 [W] Total Power Used : 3.2 [W] Total Current Used : 71 [mA] Capacitor Detection : No Command: port‐security Description: Show Port Security status. Port Security is a module with no direct configuration. Syntax : show port‐security port [ interface ( <port_type> [ <v_port_type_list> ] ) ] show port‐security switch [ interface ( <port_type> [ <v_port_type_list> ] ) ] Parameters: port Show MAC Addresses learned by Port Security switch ...
Page 112
Transition Networks SISPM1040‐582‐LRT CLI Reference GigabitEthernet 1/6 ‐‐‐ No users 0 GigabitEthernet 1/7 ‐‐‐ No users 0 GigabitEthernet 1/8 ‐‐‐ No users 0 GigabitEthernet 1/9 ‐‐‐ No users 0 GigabitEthernet 1/10 ‐‐‐ No users 0 SISPM1040‐582‐LRT# Command: privilege Description: Display command privilege levels. Syntax : show privilege <cr> Parameters: Example: SISPM1040‐582‐LRT# show privilege? privilege Display command privilege <cr> SISPM1040‐582‐LRT# show privilege SISPM1040‐582‐LRT# ...
Page 113
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: ptp Description: Show Precision time Protocol (1588). Syntax : show ptp <clockinst> local‐clock show ptp <clockinst> slave‐cfg show ptp <clockinst> slave‐table‐unicast show ptp <clockinst> { default | current | parent | time‐property | filter | servo | servo‐extended | clk | ho | uni | master‐table‐unicast | slave | { { port‐state | port‐ds | wireless | foreign‐master‐record } [ interface ( <port_type> [<v_port_type_list> ] ) ] } } show ptp ext show ptp system‐time Parameters: <0‐3> Show various PTP data for an instance. ext ...
Page 114
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: pvlan Description: Show PVLAN configuration. Syntax : show pvlan [ <pvlan_list> ] show pvlan isolation [ interface ( <port_type> [ <plist> ] ) ] Parameters: <range_list> PVLAN ID to show configuration for the specified range. isolation Show isolation configuration. <cr> ...
Page 116
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: rapid‐ring Description: Show Rapid Ring configuration. Syntax : show rapid‐ring <cr> Parameters: Example: SISPM1040‐582‐LRT# show rapid‐ring Entry Index : 1 Rapid Ring Role : Master Rapid Ring Port 1 : 1 Rapid Ring Port 2 : 2 Rapid Ring Port 1 State : Forwarding Rapid Ring Port 2 State : Discarding Entry Index : 2 Rapid Ring Role : Member Rapid Ring Port 1 : 3 Rapid Ring Port 2 : 4 Rapid Ring Port 1 State : Discarding Rapid Ring Port 2 State : Forwarding ...
Page 117
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: running‐config Description: Show running system information. Syntax : show running‐config [ all‐defaults ] show running‐config feature <feature_name> [ all‐defaults ] show running‐config interface ( <port_type> [ <list> ] ) [ all‐defaults ] show running‐config interface vlan <list> [ all‐defaults ] show running‐config line { console | vty } <list> [ all‐defaults ] show running‐config vlan { [ <vlan_list> ] } [ all‐defaults ] Parameters: | Output modifiers all‐defaults Include most/all default values feature Show configuration for specific feature interface ...
Page 121
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: system Description: Show system Syntax : show system show system cpu status show system di‐do show system reboot Parameters: cpu CPU load. CPU load is a measure of the amount of computational work that a computer system performs. The load average represents the average system load over a period of time. It conventionally appears in the form of three numbers which represent the system load during the last one‐, five‐, and ...
Page 122
Transition Networks SISPM1040‐582‐LRT CLI Reference Tuesday ‐ ‐ Wednesday ‐ ‐ Thursday ‐ ‐ Friday ‐ ‐ Saturday ‐ ‐ Sunday ‐ ‐ SISPM1040‐582‐LRT# Command: tacacs‐server Description: Show TACACS+ configuration. Syntax : show tacacs‐server <cr> Parameters: Example: SISPM1040‐582‐LRT# show tacacs‐server Global TACACS+ Server Timeout : 5 seconds Global TACACS+ Server Deadtime : 0 minutes Global TACACS+ Server Key : ...
Page 123
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: udld Description: Show Unidirectional Link Detection(UDLD) configurations, statistics and status. Syntax : show udld [ interface ( <port_type> [ <plist> ] ) ] Parameters: | Output modifiers interface Choose port <cr> Example: SISPM1040‐582‐LRT# show udld GigabitEthernet 1/1 ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ UDLD Mode : Disable Admin State : Disable Message Time Interval(Sec): 7 Device ID(local) : 00‐C0‐F2‐49‐38‐FF ...
Page 124
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: user‐privilege Description: Display Users privilege configuration. Syntax : show user‐privilege <cr> Parameters: Example: SISPM1040‐582‐LRT# show user‐privilege username admin privilege 15 password encrypted YWRtaW4= SISPM1040‐582‐LRT# Command: users Description: Display information about terminal lines. Syntax : show users [ myself ] Parameters: Example: ...
Page 125
Transition Networks SISPM1040‐582‐LRT CLI Reference System Time : 2018‐07‐25T19:46:09+00:00 System Uptime : 8d 19:46:47 Active Image ‐‐‐‐‐‐‐‐‐‐‐‐ Image : (managed) Version : SISPM1040‐582‐LRT (standalone) v7.10.1445 Date : 2018‐06‐21T14:21:49+08:00 Alternate Image ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ Image : (managed.bk) Version : SISPM1040‐582‐LRT (standalone) v7.10.1376 Date : 2018‐03‐09T17:00:04+08:00 SISPM1040‐582‐LRT# Command: vlan Description: Show VLAN status. Syntax : show vlan [ id <vlan_list> | name <name> | brief ] [ all ] ...
Page 127
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: web Description: Show Web privilege levels. Syntax : show web privilege group [ <group_name> ] level Parameters: <cword> ...
Transition Networks SISPM1040‐582‐LRT CLI Reference 27. Configure Interface Commands These commands let you configure a specific interface and are not documented elsewhere in this manual. Command Function description Configures port description. duplex Interface duplex. excessive‐restart Restart backoff algorithm after 16 collisions . flowcontrol ...
Page 130
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: flowcontrol Description: Enable or disable Traffic flow control for an interface. Syntax : flowcontrol { on | off } Parameters: off Disable flow control. on Enable flow control. Example: SISPM1040‐582‐LRT(config‐if)# flowcontrol on SISPM1040‐582‐LRT(config‐if)# ...
Page 131
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: mtu Description: Configure Maximum Transmission Unit (frame size) for an interface. Syntax : mtu <max_length> Parameters: 1518‐9600 Maximum frame size in bytes. Example: SISPM1040‐582‐LRT(config‐if)# mtu? mtu Maximum transmission unit SISPM1040‐582‐LRT(config‐if)# mtu ? 1518‐9600 Maximum frame size in bytes. SISPM1040‐582‐LRT(config‐if)# mtu? mtu Maximum transmission unit SISPM1040‐582‐LRT(config‐if)# mtu? mtu <max_length> SISPM1040‐582‐LRT(config‐if)# mtu 9600 ...
Transition Networks SISPM1040‐582‐LRT CLI Reference 28. CLI Command Summary This chapter describes CLI privilege levels and command modes. The privilege level determines whether a user can run each particular command. To run the particular command, you must be in the correct command. 28.1 Privilege Levels Every command has a privilege level (0‐15). Users can run a command if the session’s privilege level is greater than or equal to the command’s privilege level. The session’s privilege level initially comes from the login account’s privilege level, though it is possible to change the session’s privilege level after logging in. Privilege Level Types of Commands 0 Display basic system information. 13 ...
Page 136
Transition Networks SISPM1040‐582‐LRT CLI Reference mirror. The access-list interface configuration will affect the received frames if it doesn't match any ACE. access-list logging Use the access-list logging interface configuration command to enable INTERFACE_PORT_LIST access-list logging.
Page 138
Transition Networks SISPM1040‐582‐LRT CLI Reference ip arp inspection vlan <vlan_list> Use the ip arp inspection global configuration command to globally GLOBAL_CONFIG enable ARP inspection. Use the no form of this command to globally disable ARP inspection.
Page 139
Transition Networks SISPM1040‐582‐LRT CLI Reference tacacs-server timeout <1-1000> Use the tacacs-server timeout command to configure the global GLOBAL_CONFIG TACACS+ timeout value. no tacacs-server timeout Use the no tacacs-server timeout command to reset the global GLOBAL_CONFIG TACACS+ timeout value to default.
Page 140
Transition Networks SISPM1040‐582‐LRT CLI Reference the statistics maintained by IP DHCP realy. show ip dhcp relay [ statistics ] Use the show ip dhcp relay user EXEC command without keywords to EXEC display the DHCP relay configuration, or use the statistics keyword to display statistics.
Page 142
Transition Networks SISPM1040‐582‐LRT CLI Reference ip name-server { <ipv4_ucast> | dhcp Set the DNS server for resolving domain names GLOBAL_CONFIG [ interface vlan <vlan_id> ] } no ip name-server Stop resolving domain names by accessing DNS server GLOBAL_CONFIG show ip name-server Display the active domain name server information...
Page 146
Transition Networks SISPM1040‐582‐LRT CLI Reference no lldp transmission-delay GLOBAL_CONFIG lldp cdp-aware Configures if the interface shall be CDP aware (CDP discovery INTERFACE_PORT_LIST information is added to the LLDP neighbor table) show lldp med remote-device [ interface Show LLDP-MED neighbor device information.
Page 147
Transition Networks SISPM1040‐582‐LRT CLI Reference loop-protect transmit-time <1-10> Loop protection transmit time interval GLOBAL_CONFIG no loop-protect transmit-time GLOBAL_CONFIG loop-protect shutdown-time <0-604800> Loop protection shutdown time interval GLOBAL_CONFIG no loop-protect shutdown-time GLOBAL_CONFIG loop-protect Loop protection configuration INTERFACE_PORT_LIST...
Page 150
Transition Networks SISPM1040‐582‐LRT CLI Reference dot1x re-authenticate Refresh (restart) 802.1X authentication process. INTERFACE_PORT_LIST dot1x initialize [ interface <port_type_list> ] Force re-authentication immediately EXEC dot1x system-auth-control Set the global NAS state GLOBAL_CONFIG dot1x port-control { force-authorized | Sets the port security state.
Page 151
Transition Networks SISPM1040‐582‐LRT CLI Reference poe delay-mode <range_list> Configure PoE Power Delay mode. GLOBAL_CONFIG no poe delay-mode <range_list> GLOBAL_CONFIG poe delay-time <range_list> <0-300> Configure PoE Power Delay time. GLOBAL_CONFIG poe hour <0-23> This command is used to set hour time per week to enable PoE.
Page 152
Transition Networks SISPM1040‐582‐LRT CLI Reference port-security Enable/disable port security globally. GLOBAL_CONFIG port-security aging Enable/disable port security aging. GLOBAL_CONFIG port-security aging time <10-10000000> Time in seconds between check for activity on learned MAC addresses. GLOBAL_CONFIG no port-security aging time GLOBAL_CONFIG...
Page 155
Transition Networks SISPM1040‐582‐LRT CLI Reference <1-65535> no sflow collector-port [receiver Collector UDP port. Valid range is 0-65536. GLOBAL_CONFIG <range_list>] sflow max-datagram-size [receiver Maximum datagram size. GLOBAL_CONFIG <range_list>] <200-1468> no sflow max-datagram-size [receiver Maximum datagram size.
Page 156
Transition Networks SISPM1040‐582‐LRT CLI Reference v2c | v3 } name <word32> group <word32> no snmp-server security-to-group model GLOBAL_CONFIG { v1 | v2c | v3 } name <word32> snmp-server access <word32> model { v1 GLOBAL_CONFIG | v2c | v3 | any } level { auth | noauth | priv } [ read <word255>...
Page 157
Transition Networks SISPM1040‐582‐LRT CLI Reference network-clock clk-source <range_list> Nominate a clk input to become a selectable clock source. GLOBAL_CONFIG nominate { clk-in | {interface <port_type_id>} } no network-clock clk-source <range_list> GLOBAL_CONFIG nominate network-clock input-source { 1544khz | Sets the station clock input frequency...
Page 158
Transition Networks SISPM1040‐582‐LRT CLI Reference show clock Show running system information EXEC show version System hardware and software status EXEC password unencrypted <line31> Use the password encrypted <password> global configuration command GLOBAL_CONFIG to configure administrator password with unencrypted password for the local switch access.
Page 159
Transition Networks SISPM1040‐582‐LRT CLI Reference switchport vlan ip-subnet id <1-128> INTERFACE_PORT_LIST <ipv4_subnet> vlan <vlan_id> no switchport vlan ip-subnet id <1~128> INTERFACE_PORT_LIST switchport mode {access | trunk | hybrid} Use the switchport mode command to define the type of the port. INTERFACE_PORT_LIST no switchport mode INTERFACE_PORT_LIST...
Page 160
Transition Networks SISPM1040‐582‐LRT CLI Reference voice vlan aging-time <10-10000000> Use the voice vlan aging-time global configuration command to configure GLOBAL_CONFIG default voice vlan aging-time. no voice vlan aging-time Use the no voice vlan aging-time global configuration command to GLOBAL_CONFIG restore the default voice vlan aging-time.
Transition Networks Tech Support Specialist. 1. Select the SISPM1040-582-LRT Configuration > System > Information menu path. From the CLI, use the show commands to gather the information below or as requested by the TN Support Specialist.
Transition Networks SISPM1040‐582‐LRT CLI Reference 29.2 Limited Lifetime Warranty To return a defective product for warranty coverage, contact Transition Networks’ technical support department for a return authorization number. 29.3 Contact Us Technical Support Technical support is available 24‐hours a day US and Canada: 1‐800‐260‐1312 International: 00‐1‐952‐941‐7600 Main Office tel: +1.952.941.7600 | toll free: 1.800.526.9267 | fax: 952.941.2322 sales@transition.com | techsupport@transition.com | customerservice@transition.com Address ...
Transition Networks SISPM1040‐582‐LRT CLI Reference Appendix A. DHCP Per Port You can configure DHCP Per Port via the CLI and Web UI. The DHCP Per Port factory default mode is Disabled. See the SISPM1040‐582‐LRT Web User Guide for web UI mode operation. The switch’s DHCP server assigns IP addresses. Clients get IP addresses in sequence and the switch assigns IP addresses to on a per‐port basis starting from the configured IP range. For example, if the IP address range is configured as 192.168.10.20 ‐ 192.168.10.37 with one DHCP device connected to port 1, the client will always get IP address 192.168.10.20, then port 3 is always distributed IP address 192.168.10.22, even if port 2 is an empty port (because port 2 is always distributed IP address 192.168.10.21). The switch does not allow a DHCP per Port pool to include the switch’s address. IP address assigned range and VLAN 1 should stay in the same subnet mask. The configurable IP address range is allowed to configure over 18 IP addresses, but the switch always assigns one IP address per port connecting device. The DHCP Per Port function is only supported on VLAN 1. When the DHCP Per Port function is enabled, the switch software will automatically create the related DHCP pool named “DHCP_Per _Port”. Once the DHCP Per Port function is enabled on one switch, IPv4 DHCP client at VLAN1 mode (DMS DHCP mode), DHCP server mode are all limited to be enabled at the same time (an error message displays if attempted). If the DHCP server pool has been configured, once you enable the DHCP Per port function that DHCP server pool configuration will be overwritten. Only for VLAN 1, clients issued DHCP packets will not be broadcast/forwarded to other ports. DHCP packets in others VLANs will be broadcast/forwarded to others ports. ...
Page 164
Transition Networks SISPM1040‐582‐LRT CLI Reference The CLI commands to configure and show DHCP Per Port are described below. Command: Show the current DHCP Server and DHCP Per Port configuration Syntax: show ip dhcp server <cr> Description: Show if DHCP server is globally enabled or disabled, if all VLANs are disabled or enabled, and if the DHCP server Per Port function is disabled or enabled. Example: Display the current DHCP Server and Per Port configuration, change the config, and display the results: SISPM1040‐582‐LRT(config)# do show ip dhcp server DHCP server is globally enabled. Enabled VLANs are 1. DHCP server per port is disabled. SISPM1040‐582‐LRT(config)# ip dhcp server per‐port SISPM1040‐582‐LRT(config)# do show ip dhcp server ...
Page 165
Transition Networks SISPM1040‐582‐LRT CLI Reference Command: Configure the DHCP Per Port function Syntax: ip dhcp server per‐port <cr> Description: Toggle the DHCP Per Port function from Disabled (default) to Enabled. Example: Toggle the DHCP Per Port function and show the resulting config: SISPM1040‐582‐LRT# show ip dhcp server DHCP server is globally disabled. All VLANs are disabled. SISPM1040‐582‐LRT# con ter SISPM1040‐582‐LRT(config)# ip dhcp ? excluded‐address Prevent DHCP from assigning certain addresses pool Configure DHCP address pools relay DHCP relay agent configuration server Enable DHCP server snooping DHCP snooping SISPM1040‐582‐LRT(config)# ip dhcp server ? <cr> SISPM1040‐582‐LRT(config)# ip dhcp server SISPM1040‐582‐LRT(config)# end SISPM1040‐582‐LRT# show ip dhcp server ...
Transition Networks SISPM1040‐582‐LRT CLI Reference Appendix B. How to Get the Google Map API Key To use the Google Maps Embed API, you must register your app project on the Google API Console and get a Google API key which you can add to your app or website. If loading over 25,000 maps loaded per day over the network, an administrator can request a new key from https://console.developers.google.com/ then apply the new key at the page for displaying the map view completely. Google APIs is a set of application programming interfaces (APIs) developed by Google which allow communication with Google Services and their integration to other services. Examples of these include Search, Gmail, Translate or Google Maps. Third‐party apps can use these APIs to take advantage of or extend the functionality of the existing services. Usage of some of the APIs requires authentication and authorization using the OAuth 2.0 protocol. OAuth 2.0 is a simple protocol. To start, it is necessary to obtain credentials from the Developers Console. Then the client app can request an access token from the Google Authorization Server, and uses that token for authorization when accessing a Google API service. From Wikipedia. 1: Run your Web browser and access the web address https://console.developers.google.com/. 2: Sign in to your Google account, or click more option to create a new one. 3: Click “Create a project” before enable the API. 4: Click “set up” for a new project. 33757 Rev. A https://www.transition.com Page 166 of 172 ...
Page 167
Transition Networks SISPM1040‐582‐LRT CLI Reference 5: Specify your Project name then Click “set up”. 6: Click “database” to API library. 33757 Rev. A https://www.transition.com Page 167 of 172 ...
Page 168
Transition Networks SISPM1040‐582‐LRT CLI Reference 7: Click “Google Maps JavaScript API” 8: Click “ENABLED” for Google Maps JavaScript API. 9. On the Dashboard click the Disable” icon. 33757 Rev. A https://www.transition.com Page 168 of 172 ...
Page 169
Transition Networks SISPM1040‐582‐LRT CLI Reference 10: Click “Credentials”, this is necessary step to have a voucher before using API. 11: Select “Google Maps JavaScript API(certificate page), then click “What documents do I need?”. 12: Click “carry out” to add the voucher in the project. 33757 Rev. A https://www.transition.com Page 169 of 172 ...
Page 170
Transition Networks SISPM1040‐582‐LRT CLI Reference 13: This procedure is successfully completed when the Google Map API Key displays as shown below in the certificate tab. For More Information The Information home page has Use rate, pricing‐and‐plans and more support from APIs at https://console.developers.google.com/apis/api/maps‐backend.googleapis.com/quotas?project=balmy‐cab‐1860 07&duration=P30D Use rate: https://developers.google.com/maps/premium/usage‐limits Pricing‐and‐plans: https://developers.google.com/maps/pricing‐and‐plans/#details 33757 Rev. A https://www.transition.com Page 170 of 172 ...
Transition Networks SISPM1040‐582‐LRT CLI Reference Appendix C. Service, Warranty & Tech Support See the SISPM1040‐582‐LRT Install Guide for related information. Appendix D. Compliance Information See the SISPM1040‐582‐LRT Install Guide for related information. 33757 Rev. A https://www.transition.com Page 171 of 172 ...
Need help?
Do you have a question about the SISPM1040-582-LRT and is the answer not in the manual?
Questions and answers