Security – RADIUS

radius-server host Use the radius-server host Global Configuration mode command to configure a RADIUS server host. Use the no form of the command to delete the specified RADIUS server host. Syntax radius-server host {ip-address | hostname} [auth-port auth-port-number] [acct-port acct-port-number] [timeout timeout] [retransmit retries] [deadtime deadtime] [key key-string] [priority priority] […]

Security – Authentication, Authorization and Accounting (AAA)

aaa authentication login Use the aaa authentication login Global Configuration mode command to set one or more authentication methods to be applied during login. Use the no form of this command to restore the default authentication method. Syntax aaa authentication login {default | list-name} method1 [method2…] no aaa authentication login […]

Basics – IP Address and OutOfBand Port

The switch supports an IP stack on the OutOfBand (OOB) port. This IP stack is separate from the IP stack running on the ASIC ports, and it has a separate routing table. If the switch supports more than one IP interface, when you specify a remote IP address or a […]

Basics – IPv6z Address Conventions

The following describes how to write an IPv6z address, which is a link-local IPv6 address: The format is: <ipv6-link-local-address>%<egress-interface> where: egress-interface (also known as zone) = vlan<vlan-id> | po <number> | tunnel <number> | port<number> | 0 If the egress interface is not specified, the default interface is selected. Specifying […]

Basics – Entering Commands

A CLI command is a series of keywords and arguments. Keywords identify a command, and arguments specify configuration parameters. For example, in the command “show interfaces status gi1/1/5“, show, interfaces and status are keywords, gi is an argument that specifies the interface type, and [application-specific] is an argument that specifies […]

Basics – Interface Naming Conventions

Within the CLI, interfaces are denoted by concatenating the following elements: Type of interface—The following types of interfaces are found on the various types of devices: GigabitEthernet ports (10/100/1000 bits)—This can be written as either GigabitEthernet or gi or TenGigabit thernet ports (10000 bits)—This can be written as either TenGigabitEthernet […]

Basics – CLI Command Conventions

The following table describes the command syntax conventions. [ ] In a command line, square brackets indicates an optional entry { } In a command line, curly brackets indicate a selection of compulsory parameters separated by the | character. One option must be selected. For example: flowcontrol {auto|on|off} means that […]

Basics – Starting the CLI

Verge Documentation – English/Administration Guide/Basic Configuration Items Angora Networks Product Support Portal Starting the CLI Created by Taylan Esen12 Feb , 2019 The switch can be managed over a direct connection to the switch console port, or via a Telnet connection. The switch is managed by entering command keywords and […]

Basics – CLI command modes

To configure devices, the CLI is divided into various command modes. Each command mode has its own set of specific commands. Entering a question mark “?” at the console prompt displays a list of commands available for that particular command mode. A specific command, which varies from mode to mode, […]

Basics – User (Privilege) Levels

Users can be created with one of the following user levels: Level 1 —Users with this level can only run User EXEC mode commands. Users at this level cannot access the web GUI or commands in the Privileged EXEC mode. Level 15 —Users with this level can run all commands. […]