Дерево страниц
Перейти к концу метаданных
Переход к началу метаданных

alarm

Switch to alarm configuration mode.

Syntax
alarm
Parameters

The command does not contain parameters.

Privilege group

config-general

Command mode

CONFIG

Example
LTP-16N(configure)# alarm

cli timeout

CLI session timeout configuration. (timeout - user inactivity time after which the session ends).

Syntax
cli timeout <VALUE>
no cli timeout
Parameters

<VALUE> - timeout value in the range [5-157680000] seconds.

Default value

1800

Privilege group

config-cli

Command mode

CONFIG

Example
LTP-16N(configure)# cli timeout 3600

cli max-session

Set the maximum number of CLI sessions that can be simultaneously connected to the device.

Syntax
cli max-sessions <VALUE>
no cli max-session
Parameters

<VALUE> - number of sessions [1-5].

Default value

5

Privilege group

config-cli

Command mode

CONFIG

Example
LTP-16N(configure)# cli max-session 2

interface 10G-front-port

Switch to the front ports configuration mode.

Syntax

[no] interface 10G-front-port <ID>

Parameters

<ID> - port index in the range [1-8]. The parameter can be set by a range or enumeration (For example: interface 10G-front-port 1-5 or interface 10G-front-port 1,5).

Privilege group

config-interface-front-port

Command mode

CONFIG

Example
LTP-16N(configure)# interface 10G-front-port 1-5

interface gpon-port

Switch to the gpon ports configuration mode.

Syntax
[no] interface gpon-port <ID>
Parameters

<ID> - port index in the range [1-16]. The parameter can be set by a range or enumeration (For example: interface gpon-port 1-5 or interface gpon-port 10,12).

Privilege group
config-interface-gpon-port
Command mode

CONFIG

Example
LTP-16N(configure)# interface gpon-port 2-4,5

interface ont

Switch to ONT configuration mode.

Syntax
[no] interface ont <PORT-ID>[/ONT-ID]
Parameters

<PORT-ID> - gpon port index in the range [1-16]. The parameter can be set by a range or enumeration (For example: interface ont 1-3 ot interface ont 1,3,5,7).

[ONT-ID] - ONT index in the range [1-128]. The parameter can be set by a range or enumeration (For example: interface ont 1/5-7 or interface ont 1-7/1,3,5,7).

Privilege group
config-interface-ont
Command mode

CONFIG

Example
LTP-16N(configure)# interface ont 1/68,69

interface port-channel

Switch to the port-channel configuration mode.

Syntax
[no] interface port-channel <PORT-CHANNEL-ID>
Parameters

<PORT-CHANNEL-ID> - port-channel group index in the range of [1-32].

Privilege group
config-interface-front-port
Command mode

CONFIG

Example
LTP-16N(configure)# interface port-channel

interface port-channel  load-balance polynomial

This command sets the polynomial to calculate the CRC.

Syntax
interface port-channel load-balance polynomial <POLYNOMIAL>
no interface port-channel load-balance polynomial
Parameters

<POLYNOMIAL> - polynomial. Possible values:

  • 0x8003
  • 0x8101
  • 0x84a1
  • 0x9019
Privilege group
config-interface-front-port
Command mode

CONFIG

Example
LTP-16N(configure)# interface port-channel load-balance polynomial 0x8101

interface port-channel  load-balance hash

This command sets the fields in the package from which the hash will be calculated.

Syntax
interface port-channel load-balance hash <PACKAGE-FIELDS>
no interface port-channel load-balance hash
Parameters

<PACKAGE-FIELDS> - fields in the package from which the hash will be calculated. You can select from one to three fields:

  • src-mac - source MAC address
  • dst-mac - destination MAC address 
  • vlan - vlan field;
  • ethertype - ethertype field. 
Privilege group
config-interface-front-port
Command mode

CONFIG

Example
LTP-16N(configure)# interface port-channel load-balance hash src-mac vlan ethertype 

ip dhcp

Switch to the DHCP configuration mode.

Syntax
ip dhcp
Parameters

The command does not contain parameters.

Privilege group
config-dhcp
Command mode

CONFIG

Example
LTP-16N(configure)# ip dhcp

ip pppoe

Switch to the PPPoE configuration mode.

Syntax
ip pppoe
Parameters

The command does not contain parameters.

Privilege group
config-pppoe
Command mode

CONFIG

Example
LTP-16N(configure)# ip pppoe

ip ssh enable

Enable terminal availability via SSH protocol.

Syntax
[no] ip ssh enable
Parameters

The command does not contain parameters.

Default value

Enabled.

Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# ip ssh enable

ip telnet enable

Enable terminal availability via TELNET protocol.

Syntax
[no] ip telnet enable
Parameters

The command does not contain parameters.

Default value

Enabled.

Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# ip telnet enable

ip snmp community

SNMP community configuration.

Syntax
ip snmp community <ID> <NAME> <ACCESS>
no ip snmp community <ID>
Parameters

<ID> - Community ID. May take values from 1 to 6;

<NAME> - SNMP community name. String, from 1 to 64 characters;

<ACCESS> - Level of access to SNMP tables. May take two values:

  • ro - read only;
  • rw - read write.
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# ip snmp community 1 myCommunity access rw

ip snmp contact

This command sets the SNMP contact.

Syntax
ip snmp contact <NAME>
no ip snmp contact
Parameters

<NAME> - SNMP community name. String, from 1 to 255 characters.

Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# ip snmp contact ELTEX

ip snmp enable

This command enables SNMP on the device.

Syntax
[no] ip ssh enable
Parameters

The command does not contain parameters.

Default value

Enabled.

Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# ip snmp enable

ip snmp engine-id

This command sets SNMP engine id.

Syntax
ip snmp engine-id <ENGINE-ID>
no ip snmp engine-id
Parameters

<ENGINE-ID> - SNMP engine id. Possible values:

  • generate - generate engine-id;
  • A string of hex numbers, ranging in length from 10 to 64 characters.
Default value

Enabled.

Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# ip snmp engine-id 53e679ad83da7419350904efb9

ip snmp location

This command sets the device location for SNMP.

Syntax
ip snmp location <LOCATION>
no ip snmp location
Parameters

<LOCATION> - device location for SNMP. String, from 1 to 255 characters.

Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# ip snmp location Novosibirsk

ip snmp trap-community

This command sets trap community for SNMP.

Single SNMP trap community is used for all SNMP trap destination addresses.

Syntax
ip snmp trap-community <COMMUNITY>
no ip snmp trap-community
Parameters

<COMMUNITY> - SNMP trap community name. String, from 1 to 64 characters.

Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# ip snmp trap-community myCommunity

ip snmp traps

This command sets destination addresses and types of SNMP traps they accept.

Syntax
ip snmp traps <IP-ADDR> type <TYPE>
Parameters
  • <IP-ADDR> - ip-address where the SNMP traps will be sent;
  • <TYPE> - type of sent SNMP traps.
Default value

Enabled.

Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# ip snmp traps 192.168.1.5 type v2

ip snmp user

This command is used to configure SNMPv3 users.

Syntax
ip snmp traps <NAME> auth-passsword [AUTH-PASS] enc-password [ENC-PASS] access [ACCESS]
Parameters
  • <NAME> - user name. String from 1 to 31 characters. Must not contain such characters as: '-', '_', '=', '+';
  • [AUTH-PASS] - authentication password. String from 8 to 31 characters;
  • [ENC-PASS] - encryption password. String from 8 to 31 characters;
  • [ACCESS] - user access level. Possible values:
    • ro - read only;
    • rw - read/write.
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# ip snmp user USER enc-password 1234567890 access rw

logging

Switch to the logging configuration mode.

Syntax
logging
Parameters

The command does not contain parameters.

Privilege group
config-logging
Command mode

CONFIG

Example
LTP-16N(configure)# logging

management ip

Set device IP address.

Syntax
management ip <IP>
no management ip
Parameters

<IP> - IP address, specified as AAA. BBB. CCC. DDD, where each part takes the value [0..255].

Default value

192.168.1.2

Privilege group
config-management
Command mode

CONFIG

Example
LTP-16N(configure)# management ip 192.168.1.3

management mask

Set device IP mask.

Syntax
management mask <IP>
no management mask
Parameters

<IP> - IP mask, specified as AAA. BBB. CCC. DDD, where each part takes the value [0..255].

Default value

255.255.255.0

Privilege group
config-management
Command mode

CONFIG

Example
LTP-16N(configure)# management mask 255.255.0.0

management gateway

Set the default gateway address.

Syntax
management gateway <IP>
no management gateway
Parameters

<IP> - IP address, specified as AAA. BBB. CCC. DDD, where each part takes the value [0..255].

Default value

0.0.0.0

Privilege group
config-management
Command mode

CONFIG

Example
LTP-16N(configure)# management gateway 192.168.100.1

management vid

Set vlan to access the device.

Syntax
management vid <VID>
no management vid
Parameters

<VID> - VLAN ID, in the range [1-4094].

Default value

1

Privilege group
config-management
Command mode

CONFIG

Example
LTP-16N(configure)# management vid 100

profile cross-connect

Switch to the cross-connect profile configuration mode.

Syntax
[no] profile cross-connect <NAME>
Parameters

<NAME> - profile name. Character set from 1 to 15 symbols long.

Privilege group
config-interface-ont-profile
Command mode

CONFIG

Example
LTP-16N(configure)# profile cross-connect HSI

profile ports

Switch to the ports profile configuration mode.

Syntax
[no] profile ports <NAME>
Parameters

<NAME> - profile name. Character set from 1 to 15 symbols long.

Privilege group
config-interface-ont-profile
Command mode

CONFIG

Example
LTP-16N(configure)# profile ports BRIDGRE

profile dba

Switch to the DBA profile configuration mode.

Syntax
[no] profile ports <NAME>
Parameters

<NAME> - profile name. Character set from 1 to 15 symbols long.

Privilege group
config-interface-ont-profile
Command mode

CONFIG

Example
LTP-16N(configure)# profile dba DBA-HSI

profile management

Switch to the Management profile configuration mode.

Syntax
[no] profile management <NAME>
Parameters

<NAME> - profile name. Character set from 1 to 15 symbols long.

Privilege group
config-management
Command mode

CONFIG

Example
LTP-16N(configure)# profile management MANAGE-PROFILE

profile dhcp-opt82

Switch to the Dhcp-opt82 profile configuration mode.

Syntax
[no] profile dhcp-opt82 <NAME>
Parameters

<NAME> - profile name. Character set from 1 to 15 symbols long.

Privilege group
config-dhcp
Command mode

CONFIG

Example
LTP-16N(configure)# profile dhcp-opt82 DHCP-PROFILE

profile pppoe-ia

Switch to the Pppoe-ia profile configuration mode.

Syntax
[no] profile pppoe-ia <NAME>
Parameters

<NAME> - profile name. Character set from 1 to 15 symbols long.

Privilege group
config-pppoe
Command mode

CONFIG

Example
LTP-16N(configure)# profile pppoe-ia PPPOE-PROFILE

system fan speed

Set fan rotation speed. 

Syntax
system fan speed <VALUE>
no system fan speed
Parameters

<VALUE> - fan rotation level in percents [15-100] or automatic mode - auto.

Default value

auto

Privilege group
config-system
Command mode

CONFIG

Example
LTP-16N(configure)# system fan speed 65

system hostname

Set device name.

Syntax
system hostaname <VALUE>
no system hostname
Parameters

<VALUE> - character set from 1 to 64. It may not start or end with "-" and "_" characters.

Default value

LTP-16N

Privilege group
config-system
Command mode

CONFIG

Example
LTP-16N(configure)# system hostname test

vlan

Switch to VLAN configuration mode.

Syntax
[no] vlan <VID>
Parameters

<VID> -  VLAN ID, in the range [1-4094]. Parameter can be set by a range or enumeration (For example: vlan 1-100 or vlan 100,200,300).

Default value

LTP-16N

Privilege group
config-vlan
Command mode

CONFIG

Example
LTP-16N(configure)# system hostname test
  • Нет меток