Avaya Reference Guide AVAYA C460 MULTILAYER MODULAR SWITCH SOFTWARE VERSION 2.
avaya.com © 2003 Avaya Inc. All rights reserved. All trademarks identified by the ® or TM are registered trademarks or trademarks, respectively, of Avaya Inc. All other trademarks are the property of their respective owners Document no.
Contents Chapter 1 Using the CLI ................................................................................................................. 1 CLI Architecture.................................................................................................... 1 Conventions Used ................................................................................................. 2 CLI Help .................................................................................................................
Contents clear fragment .............................................................................................18 clear interface ..............................................................................................19 clear ip route ................................................................................................19 clear ip route (Layer 3) ...............................................................................19 clear ip traffic ........................................
Contents ip access-list-dscp name ............................................................................ 40 ip access-list-dscp operation ..................................................................... 40 ip access-list-dscp precedence .................................................................. 41 ip access-list-dscp trust .............................................................................. 42 ip access-list-name .................................................................
Contents ip vrrp primary ...........................................................................................64 ip vrrp priority ............................................................................................65 ip vrrp timer ................................................................................................66 line .................................................................................................................66 network (RIP) ................................
Contents set inband vlan ............................................................................................ 88 set intelligent-multicast ............................................................................. 88 set intelligent-multicast client port pruning time .................................. 88 set intelligent-multicast group-filtering delay time .............................. 89 set intelligent-multicast router port pruning time ................................
Contents set port redundancy on/off ....................................................................115 set port redundancy-intervals .................................................................115 set port spantree ........................................................................................116 set port spantree cost ................................................................................117 set port spantree force-protocol-migration ...........................................
Contents set timezone .............................................................................................. 137 set trunk ..................................................................................................... 138 set vlan ....................................................................................................... 138 set vlan (Layer 3) ...................................................................................... 139 set web aux-files-url .........................
Contents show ip ospf ..............................................................................................160 show ip ospf database ..............................................................................161 show ip ospf interface ..............................................................................161 show ip ospf neighbor .............................................................................162 show ip protocols .............................................................
Contents show ppp configuration .......................................................................... 201 show ppp incoming timeout .................................................................. 201 show ppp session ..................................................................................... 201 show radius authentication .................................................................... 202 show rmon alarm ................................................................................
Contents Layer 2 CLI Commands............................................................................................ 233 Layer 3 CLI Commands............................................................................................ 237 Glossary.......................................................................................................................
Chapter 1 Using the CLI This chapter describes the Avaya C460 CLI architecture and conventions, and provides instructions for accessing the Avaya C460 for configuration purposes. The configuration procedure involves establishing a Telnet session or a serial connection and then using the Avaya C460’s internal CLI. For details on establishing a connection, see the User’s Guide that accompanies the switch. The CLI is command-line driven and does not have any menus.
Chapter 1 Using the CLI Conventions Used • • • • • • • Mandatory keywords are in the computer bold font. Information displayed on screen is displayed in computer font. Variables that you supply are in pointed brackets <>. Optional keywords are in square brackets []. Alternative but mandatory keywords are grouped in braces {} and separated by a vertical bar |. Lists of parameters from which you should choose are enclosed in square brackets [ ] and separated by a vertical bar |.
Chapter 1 Using the CLI The command line prompt looks as follows: London-1(configure router:ospf)# The command prompt is not hierarchical in structure. If you wish to use several commands, each beginning with the same keyword, you must retype all parts of the command each time. For example, if after you want to set the system contact and the system name you must type both set system contact and set system name. However, you can use command abbreviations.
Chapter 1 Using the CLI Navigation, Cursor Movement and Shortcuts The CLI contains a simple text editor with these functions: Table 1.1 Navigation, Cursor Movement and Shortcuts Keyboard Functions Backspace Deletes the previous character Up arrow/Down arrow Scrolls back and forward through the command history buffer Left arrow/Right arrow Moves the cursor left or right Tab Completes the abbreviated command. Type the minimum number of characters unique to the command.
Chapter 1 Using the CLI Universal Commands Universal commands are commands that can be issued anywhere in the hierarchical tree. Retstatus command Use the retstatus command to show whether the last CLI command you performed was successful. It displays the return status of the previous command. The syntax for this command is: retstatus Example:: C460-1# set port negotiation 2/4 disable Link negotiation protocol disabled on port 2/4.
Chapter 1 Using the CLI terminal width Use the terminal width command to set the terminal width of the terminal display. The syntax for this command is: terminal width [] character none - Displays the current width in characters. number - Set the new screen width in characters Example: C460-1> terminal width 80 terminal width: 80 terminal length Use the terminal length command to set the length of the terminal display.
Chapter 1 Using the CLI clear screen Use the clear screen command to clear the current terminal display. The syntax for this command is: clear screen Example: C460-1> clear screen Welcome to C460 SW version 1.0.
Chapter 1 Using the CLI Avaya C460 Sessions You can use sessions to switch between C460 Supervisor modules or to switch between Layer 2 and Layer 3 commands in the C460 CLI. To switch between C460 modules use the command: session [] . The is the number of the module in the chassis, counting from the top down. The can be either switch or router. When Module Number is not specified, the command switches between the modes in the local module.
Chapter 1 Using the CLI Security Levels There are four security access levels (modes) – User, Privileged, Configure and Supervisor. • The User mode is a general access level used to show system parameter values. • The Privileged mode is used by site personnel to access switch configuration options. • The Configure mode is used by site personnel for Layer 3 configuration. • The Supervisor mode is used to define user names, passwords, and access levels of up to 10 local users.
Chapter 1 Using the CLI Entering the CLI To enter the CLI, enter your username and password.
Chapter 1 Using the CLI Router Configuration Contexts You can either use the general C460 commands available from the Router(configure)# prompt or you can enter one of two router configuration context modes: • Router interface context: This allows you to define parameters individually for each interface.
Chapter 1 12 Using the CLI Avaya C460 Reference Guide
Chapter 2 Avaya C460 CLI Commands This chapter describes all the C460 CLI commands and parameters in alphabetical order. access list See “ip access-list” area User level: read-write, admin. L You can only access this command in Router-OSPF mode. Type router ospf at the command prompt to enter Router -OSPF mode if necessary. Use the area command to configure the area ID of the router. Use the no area command to delete the area ID of the router (set it to 0) and remove the stub definition.
Chapter 2 Avaya C460 CLI Commands arp User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. Use the arp command to add a permanent entry to the Address Resolution Protocol (ARP) cache. Use the no arp command to remove an entry, either static entry or dynamically learned.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: [no] arp timeout seconds The amount of time, in seconds, that an entry remains in the arp cache. Example: To set the arp timeout to one hour: C460-1(configure)# arp timeout 3600 To restore the default arp timeout: C460-1(configure)# no arp timeout banner login Use the banner login command to enter the login banner configuration mode. Use the no banner login command to set the login banner to the default value.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: [no] banner post-login Example: C460-1(super)# banner post-login C460-1(super)# banner post-login line See “line” clear arp-cache User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. Use the clear arp-cache command to delete dynamic entries from the ARP cache and the IP route cache.
Chapter 2 Avaya C460 CLI Commands clear cam User level: read-write, admin. Use the clear cam command to delete all entries from the CAM table. The syntax for this command is: clear cam Example: C460-1# clear cam CAM table cleared. clear dot1x config User level: privileged, supervisor. Use the clear dot1x config command to disable dot1x on all ports and return values to the default settings..
Chapter 2 Avaya C460 CLI Commands Example: C460-1# clear dynamic vlans This command will delete all the vlans that were dynamically learned by the device - do you want to continue (Y/N)? y Dynamic vlans were deleted from device tables clear event-log User level: read-write, admin. Use the clear event-log command to delete the log file of a Supervisor module.
Chapter 2 Avaya C460 CLI Commands clear interface User level: read-write, admin. Use the clear interface command to clear the inband or outband interface from the NVRAM. The syntax for this command is: clear interface [outband | inband] outband Clears the outband interface inband Disables the inband interface Example: C460-1# clear interface outband Interface outband Cleared. You must reset the device in order for the change to take effect. clear ip route User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands Use the clear ip route command to delete all the dynamic routing entries from the Routing Table. The syntax for this command is: clear ip route * | [] ip-addr IP address ip-mask IP mask address Example: C460-1(configure)# clear ip route 192.168.49.1 255.255.255.0 clear ip traffic User level: read-write, admin. Use the clear ip traffic command to clear the ip traffic statistics counters.
Chapter 2 source port Source port number dest module Destination module number dest port Destination port number Avaya C460 CLI Commands Example: C460-1# clear port mirror 9/2/10/4 this command will delete the port mirror entry - do you want to continue (Y/N)? y Mirroring packets from port 9/2 to port 10/4 is cleared clear port static-vlan User level: read-write, admin. Use the clear port static-vlan command to delete VLANs statically configured on a port.
Chapter 2 Avaya C460 CLI Commands Example: C460-1(super)# clear radius authentication server secondary clear rmon2 statistics User level: read-write, admin. Use the clear rmon2 statistics command to delete rmon2 (AnyLayer SMON) statistics. The syntax for this command is: clear rmon2 statistics Example: Router-1# clear rmon2 statistics Done! clear screen User level: read-only, read-write, admin. Use the clear screen command to clear the screen.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# clear snmp trap 192.168.173.42 SNMP trap deleted. clear system-log User level: read-write, admin. Use the clear system-log command to delete the log file of a Supervisor Module. The syntax for this command is: clear system-log [] spv_num (Optional) Number of Supervisor Module (1 to 2) Example: C460-1# clear system-log *** Clearing the reset file *** - do you want to continue (Y/N)? y C460-1# clear timezone User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands clear vlan User level: read-write, admin. Use the clear vlan command to delete an existing VLAN and return ports from this VLAN to the default VLAN #1. When you clear a VLAN, all ports assigned to that VLAN are assigned to the default VLAN #1.
Chapter 2 Avaya C460 CLI Commands If you wish to define a name which includes spaces, you must enclose the entire name in quotation marks, for example “new york”. configure User level: read-write, admin. Use the configure command to enter configure mode. The syntax for this command is: configure Example: C460-1(super)# configure C460-1(configure)# copy l2-config tftp User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: copy running-config startup-config Example: C460-1# copy running-config startup-config 1 copy running-config tftp User level: privileged, supervisor. Use the copy running-config tftp command to upload the policy configuration to a TFTP server. The syntax for this command is: copy running-config tftp filename Destination file name in the tftp server (full path). ip The ip address of the tftp server.
Chapter 2 Avaya C460 CLI Commands Example (for Windows): Router-1# copy startup-config tftp c:\c460\startup.cfg 149.49.100.41 Example: (for Unix): C460-1# copy startup-config tftp /folder/c460/startup.cfg 149.49.100.41 copy tftp EW_archive User level: read-write, admin. Use the copy tftp EW-archive command to download the C460 Manager application into the switch via TFTP. L To use this command, you need to have an active TFTP server and to create a file into which to download the data.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: copy tftp l2-config filename file name (including full path) ip IP address of the host Example: C460-1# copy tftp l2-config c:\C460\backup 149.49.152.36 Beginning download operation ... This operation may take a few minutes... Please refrain from any other operation during this time.
Chapter 2 Avaya C460 CLI Commands additional TFTP server. copy tftp SW_imageA filename file name (including full path) ip IP address of the host Example: C460-1# copy tftp SW_imageA c:\imgA.bin 149.49.36.200 Beginning download operation ... This operation may take a few minutes... Please refrain from any other operation during this time.
Chapter 2 Avaya C460 CLI Commands default-metric User level: read-write, admin. L You can only access this command in interface mode. Type interface [name] at the command prompt to enter interface mode if necessary. Use the default metric command to set the interface RIP route metric. Use the no default metric command to restore the default value. The default metric is 1. The syntax for this command is: [no] default-metric rip interface metric The interface RIP route metric value.
Chapter 2 Avaya C460 CLI Commands default-metric (RIP) User level: read-write, admin. L You can only access this command in the RIP context Type router rip at the command prompt to enter interface mode if necessary. Use the default metric command to set the interface RIP route metric. Use the no default metric command to restore the default value. The default metric is 1. The syntax for this command is: [no] default-metric number The interface RIP route metric value. The range is 1 to 15.
Chapter 2 Avaya C460 CLI Commands enable interface User level: read-write, admin. Use the enable interface command to enable the inband and outband interfaces. The syntax for this command is: en[able] interface {outband | inband} outband Enables the outband interface inband Enables the inband interface Example: C460-1# en interface inband This command will RESET the device *** Reset *** - do you want to continue (Y/N)? Y Attaching network interface lo0... done. Welcome to C460 SW version 1.0.
Chapter 2 Avaya C460 CLI Commands erase startup-config User level: read-write, admin. Use the erase startup-config command to clear the startup configuration. The syntax for this command is: erase startup-config Example: C460-1# erase startup-config fragment chain Use the fragment chain command to set the maximum number of fragments that can comprise a single IP packet destined to the router. Use the no fragment chain command to set the fragment chain to the default value (64).
Chapter 2 Avaya C460 CLI Commands Example: Router-1# fragment size 150 fragment timeout Use the fragment timeout command to set the maximum number of seconds to reassemble a fragmented IP packet destined to the router. Use the no form of this command to set the fragment timeout to the default value (10). L The router does not perform reassembly of packets in transit.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: [no] hostname [] hostname_string • none – displays current hostname • string – the string to be used as the hostname (up to 20 characters). Example: C460-1# hostname Session hostname is ‘C460’ C460-1# hostname “gregory” C460-1(super)# If you wish to enter a name which includes spaces, you must enclose the entire name in quotation marks, for example “new york”. hostname (Layer 3) User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands interface User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. Use the interface command to create and enter the Interface Configuration Mode. Use the no interface command to delete a specific IP interface.
Chapter 2 Avaya C460 CLI Commands ip access-default-action User level: read-write, admin. L If you are at the ”read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode if necessary. Use the ip access-default-action command to set the default action for a specific policy list.
Chapter 2 Avaya C460 CLI Commands ip access-list User level: read-write, admin. L If you are at the ”read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode if necessary. Use the ip access list command to create a specific policy rule.
Chapter 2 Avaya C460 CLI Commands Example: C460-1(configure)# ip access-list 101 23 deny ip any 1.2.0.0 0.0.255.255 ip access-list-cookie User level: read-write, admin. L If you are at the ”read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode if necessary. Use the ip access-list-cookie command to set the list cookie for a specific policy list.
Chapter 2 Avaya C460 CLI Commands Example: C460-1(configure)# ip access-list-copy 100 101 ip access-list-dscp name User level: read-write, admin. L If you are at the ”read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode if necessary. Use the ip access-list-dscp name command to set a name for a dscp entry.
Chapter 2 Avaya C460 CLI Commands policylistnumber A valid id number for a policy list currently defined for the module (100 - 149) dscp Range of dscp. For example: • 0 to 63 • - -: apply the map to all packets with DSCP from to .
Chapter 2 Avaya C460 CLI Commands Example: C460-1(configure)# ip access-list-dscp precedence C460-1(configure)# ip access-list-dscp trust User level: read-write, admin. Use the ip access-list-dscp trust command to decide which original frame fields influence the selection of packet priority.
Chapter 2 Avaya C460 CLI Commands list name Example: C460-1(configure)# ip access-list-name 101 morning If you wish to define a name which includes spaces, you must enclose the entire name in quotation marks, for example “new york”. ip access-list-owner User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode.
Chapter 2 Avaya C460 CLI Commands mask Mask for the associated IP subnet admin-state The administration status – either Up or Down Example: To assign the IP address 192.168.22.33 with mask 255.255.255.0 to the interface “marketing”: Router-1(config-if:marketing)# ip address 192.168.22.33 255.255.255.0 Done! ip admin-state User level: read-write, admin. L You can only access this command in interface mode. Type interface [name] at the command prompt to enter interface mode.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: [no] ip bootp-dhcp network ip-address The IP address of the network. Example: To select the network 192.168.169.0 as the network from which an address shall be allocated for bootp/dhcp requests: Router-1(configure-if:marketing) # ip bootp-dhcp network 192.168.169.0 Done! ip bootp-dhcp relay User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode.
Chapter 2 Avaya C460 CLI Commands ip bootp-dhcp server User level: read-write, admin. L You can only access this command in Interface mode. Type interface [name] at the command prompt to enter Interface mode if necessary. Use the ip bootp-dhcp server command to add a bootp/dhcp server to handle bootp/dhcp requests received by this interface. Use the no ip bootp-dhcp server command to remove the server. A maximum of two servers can be added to a single interface.
Chapter 2 Avaya C460 CLI Commands ip default-gateway User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. Use the ip default-gateway command to define a default gateway (router). Use the no ip default gateway command to remove the default gateway.
Chapter 2 Avaya C460 CLI Commands ip icmp-errors User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. Use the icmp-error command to turn ICMP error messages on. Use the no icmp-error command to turn ICMP error messages off.
Chapter 2 Avaya C460 CLI Commands To restore the maximum number of ARP cache entries to its default: C460-1(configure)# no ip max-arp-entries ip max-route-entries User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. The ip max-route-entries command exists for compatibility with Avaya™ P580.
Chapter 2 Avaya C460 CLI Commands The possible values of mode are: both Netbios packets received on the interface rebroadcasted to other interfaces and netbios packets received on other interfaces are rebroadcasted into this interface. disable Netbios packets are not rebroadcasted into or out of this interface.
Chapter 2 Avaya C460 CLI Commands Example: To display netmasks in decimal format: C460-1(configure)# ip netmask-format bitcount decimal Done! ip ospf authentication-key User level: read-write, admin. L You can only access this command in Interface mode. Type interface [name] at the command prompt to enter Interface mode if necessary. Use the ip ospf authentication-key command to configure the interface authentication password. Use the no ip ospf authentication-key command to remove the OSPF password.
Chapter 2 Avaya C460 CLI Commands Example: Router-1(configure-if:marketing) # ip ospf cost 10 Done! ip ospf dead-interval User level: read-write, admin. L You can only access this command in Interface mode. Type interface [name] at the command prompt to enter Interface mode if necessary. Use the ip ospf dead-interval command to configure the interval before declaring the neighbor as dead. Use no ospf dead-interval to set the dead-interval to its default value of 40.
Chapter 2 Avaya C460 CLI Commands Example: Router-1(configure-if:marketing) # ip ospf hello-interval 5 Done! ip ospf priority User level: read-write, admin. L You can only access this command in Interface mode. Type interface [name] at the command prompt to enter Interface mode if necessary. Use the ip ospf priority command to configure interface priority used in DR election. Use the no ip ospf priority to set the OSPF priority to its default value. The default is 1.
Chapter 2 Avaya C460 CLI Commands Example: Router-1> ip ospf router-id 192.168.49.1 ip proxy-arp User level: read-write, admin. L You can only access this command in interface mode. Type interface [name] at the command prompt to enter interface mode. Use the ip proxy-arp command to enables proxy ARP on an interface. Use the no ip proxy-arp command to disable proxy ARP on an interface.
Chapter 2 Avaya C460 CLI Commands Type interface [name] at the command prompt to enter interface mode if necessary. Use the ip rip authentication key command to set the authentication string used on the interface. Use the no ip rip authentication key command to clear the password. The syntax for this command is: [no] ip rip authentication key password The authentication string for the interface. Up to 16 characters are allowed.
Chapter 2 Avaya C460 CLI Commands “marketing”. Router-1(configure-if:marketing) # ip rip authentication mode simple ip rip default-route-mode User level: read-write, admin. L You can only access this command in interface mode. Type interface [name] at the command prompt to enter interface mode if necessary. Use the ip rip default-route-mode command to enable learning of the default route received by the RIP protocol. The default state is talk-listen.
Chapter 2 Avaya C460 CLI Commands loops. Poison reverse updates explicitly indicate that a network or subnet is unreachable rather than implying they are not reachable. Poison reverse updates are sent to defeat large routing loops. The syntax for this command is: [no] ip rip poison-reverse Example: Router-1(configure-if:marketing) # ip rip poison-reverse Done! ip rip rip-version User level: read-write, admin. L You can only access this command in interface mode.
Chapter 2 Avaya C460 CLI Commands necessary. Use the ip rip send-receive command to set the RIP Send and Receive mode on an interface. The default state is talk-listen. The syntax for this command is: ip rip send-receive-mode [] mode talk-listen - Set RIP to receive and transmit updates on the interface. talkdefault-listen - Set RIP to receive updates on the interface and send only a default route.
Chapter 2 Avaya C460 CLI Commands Example: Router-1(configure-if:marketing) # no ip rip split-horizon Done! ip route User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. Use the ip route command to establish a static route. Use the no ip route command to remove a static route.
Chapter 2 Avaya C460 CLI Commands Use the ip routing command to enable IP routing. Use the no ip routing command to disable the IP routing process in the device. By default, IP routing is enabled. The syntax for this command is: [no] ip routing Example: C460-1(configure)# ip routing Done! ip routing-mode User level: read-write, admin. L You can only access this command in interface mode. Type interface [name] at the command prompt to enter interface mode if necessary.
Chapter 2 Avaya C460 CLI Commands ip simulate User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. Use the ip simulate command to check the policy for a simulated packet. The command contains the addressed list number, and the packet parameters.
Chapter 2 Avaya C460 CLI Commands default VLAN. The syntax for this command is: [no] ip vlan Example: To specify VLAN developmental as the VLAN used by interface “products”: Router-1(config-if:marketing)# ip vlan name development If you wish to define a name which includes spaces, you must enclose the entire name in quotation marks, for example “new york”. ip vrrp User level: read-write, admin. L You can only access this command in Interface mode.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: [no] ip vrrp address vr-id Virtual Router ID (1-255) ip-address The IP address to be assigned to the virtual router. Example: To assign address 10.0.1.2 to virtual router 1: Router-1(configure-if:marketing) # ip vrrp 1 address 10.0.1.2 Done! ip vrrp auth-key User level: read-write, admin. L You can only access this command in Interface mode.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: [no] ip vrrp override addr owner vr-id Virtual Router ID (1-255) Example: Router-1(configure-if:marketing) # ip vrrp 1 override addr owner Done! ip vrrp preempt User level: read-write, admin. L You can only access this command in Interface mode. Type interface [name] at the command prompt to enter Interface mode if necessary.
Chapter 2 Avaya C460 CLI Commands for the virtual router instance. By default, the primary address is selected automatically by the device. The syntax for this command is: [no] ip vrrp primary vr-id Virtual Router ID (1-255) ip-address Primary IP address of the virtual router. This address should be one of the router addresses on the VLAN. Example: Router-1(configure-if:marketing) # ip vrrp 1 primary 192.168.66.23 Done! ip vrrp priority User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands To set the virtual router simple password for virtual router 1 to abcd: Router-1(configure-if:marketing) # ip vrrp 1 auth-key abcd Done! ip vrrp timer User level: read-write, admin. L You can only access this command in Interface mode. Type interface [name] at the command prompt to enter Interface mode if necessary. Use the ip vrrp timer command to set the virtual router advertisement timer value (in seconds) for the virtual router ID.
Chapter 2 Avaya C460 CLI Commands Example: C460-1(super)# line 5 “C460 CLI” Done! network (RIP) User level: read-write, admin. L You can only access this command in router-RIP mode. Type router rip at the command prompt to enter router-RIP mode if necessary. Use the network command to specify a list of networks on which the RIP is running. Use the no network command to remove an entry.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: network [ [area ]] net addr IP address wildcard-mask Wildcard mask address area id Area ID. This parameter exists for compatibility with P550. Example: Router-1 (configure router:ospf) # network 192.168.0.0 Router-1 (configure router:ospf) # area 192.168.0.0 0.0.255.255 area 0.0.0.0 no rmon alarm User level: read-write, admin. Use the no rmon history command to delete an existing RMON alarm entry.
Chapter 2 Avaya C460 CLI Commands no rmon history User level: read-write, admin. Use the no rmon history command to delete an existing RMON history entry. The syntax for this command is: no rmon history History Index User level: read-only, read-write, admin.History index defined using rmon history command or RMON management tool Example: C460-1# no rmon history 1026 no username User level: admin. Use the no username command to remove a local user account.
Chapter 2 Avaya C460 CLI Commands nvram initialize {switch | all} switch Resets all the switch information (Layer 2 only). all Resets all parameters including routing parameters in the switch. Example: C460-1# nvram initialize This command will restore factory defaults, and can disconnect your telnet session *** Reset *** - do you want to continue (Y/N)? y Connection closed by foreign host L The nvram initialize command does not alter the Active/Standby status of the Supervisor modules.
Chapter 2 Avaya C460 CLI Commands ping User level: read-only, read-write, admin. Use the ping command to send ICMP echo request packets to another node on the network. The syntax for this command is: ping [host] host Host IP address/Internet address of route destination. If you do not specify a host IP, then the last host IP is used. Example: to ping the IP number 149.49.48.1: C460-1> ping 149.49.48.1 149.49.48.
Chapter 2 Avaya C460 CLI Commands Example: to ping the IP number 149.49.48.1 three times: Router-1> ping 149.49.48.1 3 PING 149.49.48.1: 56 data bytes 64 bytes from 149.49.48.1: icmp_seq=0. time=0. ms 64 bytes from 149.49.48.1: icmp_seq=1. time=0. ms 64 bytes from 149.49.48.1: icmp_seq=2. time=0. ms ----149.49.48.1 PING Statistics---3 packets transmitted, 3 packets received, 0% packet loss round-trip (ms) min/avg/max = 0/0/0 redistribute (OSPF) User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands The default is disabled. The syntax for this command is: [no] redistribute protocol Either Static or OSPF Example: Router-1 (configure router:rip) # redistribute ospf Done! reset User level: read-only, read-write, admin. Use the reset command to restart the system or an individual Supervisor module.
Chapter 2 Avaya C460 CLI Commands C460-1(super)# reset chassis This command will reset the chassis *** Reset *** - do you want to continue (Y/N)? y Reseting chassis... C460-1(super)# Avaya C460 Boot Creation date: Jan 6 2003, 18:29:57 Press any key to stop auto-boot... 0 auto-booting... Bank B is OK. SW runs from bank B ..... .......................................................... ...................... ...................................................... Welcome to C460 SW version 1.0.
Chapter 2 Avaya C460 CLI Commands rmon alarm User level: read-write, admin. Use the rmon alarm command to create a new RMON alarm entry. The syntax for this command is: rmon alarm rising-threshold fallingthreshold alarm number This is the alarm index number of this entry (it is advisable to use the same interface number as your alarm index number.
Chapter 2 Avaya C460 CLI Commands rmon event User level: read-write, admin. Use the rmon event command to create an RMON event entry. The syntax for this command is: rmon event description owner event number This is the event index number of this entry. type The type of the event.
Chapter 2 owner name Avaya C460 CLI Commands The owner name string. Example: C460-1# rmon history 1026 1026 3/2 30 buckets 20 owner amir history 1026 was created successfully If you wish to define a name which includes spaces, you must enclose the entire name in quotation marks, for example “new york”. rmon2 protocol-dir User level: privileged, supervisor. L If you are at the ”privileged” level, you can only access this command in Configure mode.
Chapter 2 Avaya C460 CLI Commands application. Use the no rmon2 protocol-dist command to disable the application. The syntax for this command is: [no] rmon2 protocol-dist Example: Router-1# rmon2 protocol-dist Done! router ospf User level: read-write, admin. Use the router ospf command to enable the OSPF protocol on the system. Use the no router ospf command to disable the OSPF one the system. The default is disabled.
Chapter 2 Avaya C460 CLI Commands To enable the RIP protocol: C460-1(configure)# router rip Done! router vrrp User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. Use the command to enable VRRP routing globally. Use the no router vrrp command to disable VRRP routing.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> session router Router-1 (super) # L The security level stays the same when you use the session command. set allowed managers User level: read-write, admin. Use the set allowed managers command to enables or disable the Allowed Managers feature. When this feature is enabled, only those stations whose IP addresses are listed in the Allowed Managers table can access the device over Telnet, SNMP, or HTTP.
Chapter 2 Avaya C460 CLI Commands Example: C460-1(super)# set allowed managers ip add 149.49.32.134 Ip was added to the table set arp-aging-interval User level: read-write, admin. Use the set arp-aging interval command to set the ARP table aging interval for gateways’ entries in the agent ARP table. The MAC value for the default gateway of the agent in the ARP table, is deleted at the end of every aging interval. The default value is 10 minutes.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set arp-tx-interval 15 ARP tx interval was set to 15 seconds. set boot bank User level: read-write, admin. Use the set boot bank command to set the system boot bank (for the active Supervisor Module). The syntax for this command is: set boot bank value • bank-a – set the boot bank to A • bank-b – set the boot bank to B Example: C460-1# set boot bank A boot bank is A set broadcast storm control User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands set broadcast storm control threshold User level: read-write, admin. Use the set broadcast storm control threshold command to set the broadcast storm control threshold. The syntax for this command is: set broadcast storm control threshold threshold In pps (packets per second) from 10 to 144,000 pps The default value is 500 Example: C460-1# set broadcast storm control threshold 1000 Done! set device-mode User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands set device-mode (Layer 3) User level: read-write, admin. Use the set device-mode command to change the basic mode of operation of the C460 switch between Router and Layer 2 modes.
Chapter 2 Avaya C460 CLI Commands Example: C460-1(super)# set dot1x quiet-period 90 Done! set dot1x re-authperiod User level: supervisor Use the set dot1x re-authperiod command to set the idle time between reauthentication attempts.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set dot1x supp-timeout Seconds Timeout in seconds (0 to 65535) Example: C460-1(super)# set dot1x supp-timeout 90 set dot1x system-auth-control disable User level: supervisor Use the set dot1x system-auth-control disable command to globally disable the PBNAC (802.1x) feature.
Chapter 2 • Avaya C460 CLI Commands When a RADIUS server is not defined: C460-1(super)# set dot1x system-auth-control enable *** Warning : Authentication server ( RADIUS ) is disabled/ not-exist and so, *** no authentication can be made dot1x system-auth-control enabled set dot1x tx-period User level: supervisor Use the set dot1x tx-period command to set the time interval between attempts to access the Authenticated Station.
Chapter 2 Avaya C460 CLI Commands set inband vlan User level: read-write, admin. Use the set inband vlan command to set the inband management VLAN. The syntax for this command is: set inband vlan vlan_num The number of the VLAN. Example: C460-1# set inband vlan 1 Management VLAN number set to 1 set intelligent-multicast User level: read-write, admin. Use the set intelligent-multicast command to enable or disable the IPmulticast filtering application.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set intelligent-multicast client-port-pruning-time 40 Done! set intelligent-multicast group-filtering delay time User level: read-write, admin. Use the set intelligent-multicast group-filtering delay time command to set group filtering time delays. The syntax for this command is: set intelligent-multicast group-filtering-delay time seconds The time in seconds.
Chapter 2 Avaya C460 CLI Commands set interface inband User level: read-write, admin. Use the set interface inband command to configure the inband interface on the Supervisor Module. The syntax for this command is: set interface inband vlan The number of the VLAN to be assigned to the interface ip_addr IP address netmask Subnet mask Example: To configure the inband interface on VLAN 1, IP address 1.1.1.1 and netmask 255.255.255.0: C460-1# set interface inband 1 1.1.1.
Chapter 2 Avaya C460 CLI Commands To configure the outband interface on VLAN 1, IP address 149.49.75.174 and netmask 255.255.255.24 C460-1# set interface outband 149.49.75.174 24 Interface outband IP address set. You must reset the device in order for the change to take effect. set interface ppp User level: read-write, admin. Use the set interface ppp command to configure the C460 Supervisor Module PPP interface IP parameters, exit modem mode, disconnect the PPP session, or reset the connected modem.
Chapter 2 Avaya C460 CLI Commands set interface ppp {enable|enable-always|disable|off|reset} enable Enable PPP and enter modem mode. enable-always Enter modem mode every time that the proprietary modem cable is plugged into the console port. disable Disable PPP and enter terminal mode off Disconnect the active PPP session. reset Reset the connected modem. Example: C460-1# set interface ppp reset PPP has reset the connected modem.
Chapter 2 Avaya C460 CLI Commands Example: This example shows how to add a default route to the IP routing table: C460-1# set ip route 0.0.0.0 24 192.168.1.1 destination = 0.0.0.0 done! Avaya C460 Reference Guide mask = 255.255.255.0 gateway = 192.168.1.
Chapter 2 Avaya C460 CLI Commands set license User level: read-write, admin. Use the set license command to activate a licensed feature on a specific C460 chassis. For a full description of the Feature License and the installation procedure please refer to the Installation Guide provided with the Feature License. The syntax for this command is: set license [license] [featureName] license The license number featureName The name of the feature, currently either smon or routing.
Chapter 2 Avaya C460 CLI Commands Example: To set the time until the system disconnects an idle session automatically to 20 minutes: C460-1# set logout 20 Sessions will be automatically logged out after 20 minutes of idle time. set mac-aging User level: privileged, supervisor. L This command is available on the P330-ML switches only. Use the set mac-aging command to enable or disable the MAC aging function.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set mac-aging-time 5 mac aging time is set to 5 minutes. L The entered value is the aging-time lower bound. The actual aging-time might be up to three minutes longer. set outband duplex User level: read-write, admin. Use the set outband duplex command to configure the duplex type of the Ethernet Console port. You can configure the Ethernet Console interface to either full duplex or half duplex.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set outband negotiation {enable | disable} enable Enable link negotiation protocol. disable Disable link negotiation protocol. Example: C460-1# set outband negotiation enable Auto-negotiation for outband port set successfully set outband speed User level: read-write, admin. Use the set outband speed command to configure the speed of Ethernet Console port. In auto negotiation mode, the port's speed is determined by auto negotiation.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set policy type value all | router all - apply policy to all packets entering the C460 through Fast Ethernet ports router - apply policy on routed packets only Example: Router-1# set policy type all 98 Avaya C460 Reference Guide
Chapter 2 Avaya C460 CLI Commands set port auto-negotiation-flowcontrol-advertisement User level: read-write, admin. Use the set port auto-negotiation-flowcontrol-advertisement command to set the flowcontrol advertisement for a Gigabit port when performing autonegotiation. The syntax for this command is: set port auto-negotiation-flowcontrol-advertisement / [mode] module Number of the module (3-6). port Number of the port on the module.
Chapter 2 Avaya C460 CLI Commands otherwise you will get an error message. L When adding a port to an existing LAG, type the same LAG name, otherwise you will create a new LAG.
Chapter 2 Avaya C460 CLI Commands set port disable User level: read-write, admin. Use the set port disable command to disable a port or range of ports. The syntax for this command is: set port disable [module>/
Chapter 2 Avaya C460 CLI Commands set port dot1x max-req User level: admin. Use the set port dot1x max-req command to set the maximal number of times the port tries to retransmit requests to the Authenticated Station before the session is terminated. The syntax for this command is: set port dot1x max-req module/ port Module and port number. You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4.
Chapter 2 Avaya C460 CLI Commands set port dot1x quiet-period User level: admin. Use the set port dot1x quiet-period command to set the 802.1x quiet period per port. The syntax for this command is: set port dot1x quiet-period module/ port Module and port number. You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set port dot1x re-authentication module/ port Module and port number You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4. mode • enable • disable Example: C460-1(super)# set port dot1x re-authentication 1/2 enable port 1/2 re-authenticate was set to enable set port dot1x re-authperiod User level: admin.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set port dot1x server-timeout module/ port Module and port number You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4. seconds Timeout in seconds – 0 to 65535 Example: C460-1(super)# set port dot1x server timeout 1/2 400 set port dot1x supp-timeout User level: admin.
Chapter 2 Avaya C460 CLI Commands seconds Time interval in seconds — 0-65535 Example: C460-1(super)# set port dot1x quiet-period 1/2 5000 set port duplex User level: read-write, admin. Use the set port duplex command to configure the duplex type of an Ethernet or Fast Ethernet port or range of ports.You can configure Ethernet and Fast Ethernet interfaces to either full duplex or half duplex. The duplex status of a port in auto-negotiation mode is determined by autonegotiation.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set port edge admin state module Number of the module (3-6). port Number of the port on the module. If you do not specify a number, all the the admin state for all ports on the module is set. You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4. admin state You can set the port admin state to: • edge-port • non-edge-port.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set port enable 4/1 Port 4/1 enabled.
Chapter 2 Avaya C460 CLI Commands set port flowcontrol User level: read-write, admin. Use the set port flowcontrol command to set the send/receive mode for flow-control frames (IEEE 802.3x or proprietary) for a full duplex port. Each direction (send or receive) can be configured separately. The syntax for this command is: set port flowcontrol [direction] [value] direction • receive – determines whether the port can receive administrative status from a remote device.
Chapter 2 Avaya C460 CLI Commands set port level User level: read-write, admin. Use the set port level command to set the priority level of a port or range of ports on the switching bus. Packets traveling through a port set at normal priority should be served only after packets traveling through a port set at high priority are served. The syntax for this command is: set port level / [value] module Number of the module (3-6). port Number of the port on the module.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set port mirror source-port 3/9 mirror-port 4/10 direction both Mirroring both Rx and Tx packets from port 3/9 to port 4/10 is enabled set port name User level: read-write, admin. Use the set port name command to configure a name for a port. If you do not specify a name, the port name remains blank. The syntax for this command is: set port name / [value] module Number of the module (3-6). port Number of the port on the module.
Chapter 2 Avaya C460 CLI Commands ports. The syntax for this command is: set port negotiation / {enable|disable} module Number of the module (3-6). If you do not specify a number, the ports on all the modules are configured. port Number of the port on the module. If you do not specify a number, the negotiation is set for all the ports on the module. You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set port point-to-point admin status 1/1 force-true port 1/1 point to point admin status is set to force-true set port powerinline User level: read-write, admin. Use the set port powerinline command to enable or disable the load detection process on the port. The syntax for this command is: set port powerinline {enable | disable} module Number of the module (3-6). port Number of the port on the module.
Chapter 2 Avaya C460 CLI Commands port Number of the port on the module. If you do not specify a number, all the ports on the module are shown. You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4.
Chapter 2 Avaya C460 CLI Commands set port redundancy on/off User level: read-write, admin. Use the set port redundancy command to defines or remove redundancy pairs. The link can be any port that does not belong to a LAG, or a LAG interface. Ensure that there is no redundancy scheme already defined on any of the links.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set port redundancy-intervals | none min-time-between-switchovers The minimum time between redundancy switchovers for each pair (in milliseconds). switchback-interval The period the primary port link has to be “up” before the system switches back (in milliseconds).
Chapter 2 Avaya C460 CLI Commands set port spantree cost User level: read-write, admin. Use the set port spantree cost command to set the cost of a port. This value defines which port will be allowed to forward traffic if two ports with different costs cause a loop. The syntax for this command is: set port spantree cost [module/port] [value] module Number of the module (3-6). port Number of the port on the module.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set port spantree force-protocol-migration 1/1 port 1/1 is forced to send a Rapid spanning tree BPDU set port spantree priority User level: read-write, admin. Use the set port spantree command to set the Spanning Tree priority level of a port. This value defines the priority of a port to be blocked in case two ports with the same costs cause a loop.
Chapter 2 port Avaya C460 CLI Commands Number of the port on the module. If you do not specify a number, the speed is set for all the ports on the module. You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4. Example: To configure port 1 on module 4 to 100 Mbps C460-1# set port speed 4/1 100MB Port 4/1 speed set to 100Mbps. set port static-vlan User level: read-write, admin. Use the set port static-vlan command to assign static VLANs to ports.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set port trap / {enable|disable} module Number of the module (3-6). port Number of the port on the module. You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4. enable Enable uplink/downlink traps disable Disable uplink/downlink traps Example: C460-1# set port trap 3/2 enable Port 3/2 up/down trap enabled. set port vlan User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set port vlan 2 3/5 VLAN VLAN ---2 2 modified. Mod/Ports --------------------------3/5 set port vlan-binding-mode User level: read-write, admin. Use the set port vlan-binding-mode command to define the binding method used by ports.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set power redundancy enable Enable power redundancy disable Disable power redundancy Example: C460-1# set power redundancy enable set powerinline budget User level: read-write, admin. Use the the set powerinline budget command to recalculate and reapply the PoE budget.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set ppp authentication incoming chap PPP requires CHAP authentication for incoming sessions. set ppp baud-rate User level: read-write, admin. Use the set ppp baud-rate command to define the baud rate used in PPP sessions. L You mujst set the peer baud rate to the same value as the host.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set ppp incoming timeout
Chapter 2 Avaya C460 CLI Commands set radius authentication retry-time User level: read-write, admin. Sets the time to wait before re-sending an access request. The syntax for this command is: set radius authentication retry-time
Chapter 2 Avaya C460 CLI Commands secondary Secondary authentication server Example: C460-1(super)# set radius authentication server 192.40.12.36 primary set radius authentication udp-port User level: read-write, admin. Sets the RFC 2138-approved UDP port number. Normally, the UDP port number should be set to its default value of 1812. Some early implementations of the RADIUS server used port number 1645.
Chapter 2 Avaya C460 CLI Commands Example: 1 – if the slot is empty: C460-1> set slot power admin 4 up slot 4 power is enabled C460-1> set slot power admin 4 down slot 4 power is disabled Example: 2 – if there is a module in the slot:: C460-1> set slot power admin 4 up This command will RESET the device *** Reset *** - do you want to continue (Y/N)? Y Module in slot 4 is shutting down. Attaching network interface lo0... done. Welcome to C460 SW version 1.0.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set slot power priority Slot Slot number: • 3 to 6 • all level • critical • high • low Example: C460-1# set slot power priority 3 high Slot 3 is set to power priority high set snmp community User level: read-write, admin. Use the set snmp community command to set or modify the switch’s SNMP community strings.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set snmp retries 10 SNMP retries is set to 10 set snmp timeout User level: read-write, admin. Use the set snmp timeout command to set the SNMP timeout in seconds. This command is useful for access using the C460 Manager. The syntax for this command is: set snmp timeout number Timeout in seconds Example: C460-1# set snmp timeout 2000 the SNMP Timeout is set to 2000 set snmp trap User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands Example: To enable SNMP ConfigChange traps to a specific manager: C460-1# set snmp trap 192.168.173.42 enable config SNMP config change traps enabled. Example: To enable all traps to a specific manager: C460-1# set snmp trap 192.168.173.42 enable all SNMP all traps enabled. Example: To disable SNMP config traps to a specific manager: C460-1# set snmp trap 192.168.173.42 disable config SNMP config traps disabled.
Chapter 2 Avaya C460 CLI Commands set spantree default-path-cost User level: privileged, supervisor. Use the set spantree default-path-cost command to set the version of the spanning tree default path costs that are to be used by this bridge. The syntax for this command is: set spantree default-path-cost path-cost • common-spanning-tree - compatible with IEEE802.1D standard • rapid-spanning-tree - compatible with IEEE802.
Chapter 2 Avaya C460 CLI Commands set spantree forward-delay User level: read-write, admin. Use the set spantree forward-delay command to set the bridge forward delay time parameter. The syntax for this command is: set spantree forward-delay
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: set spantree max-age max-age The max age time in seconds to keep message information before it is discarded. Value ranges between 6 to 40; value must be between 2 X (Bridge-Hello-Time + 1) and 2 X (Bridge-Forward-Delay - 1). Recommended value is 20 sec. Example: C460-1# set spantree max-age 20 bridge max age is set to 20. set spantree priority User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set spantree tx-hold-count 3 tx hold count is set to 3. set spantree version User level: read-write, admin. Use the set spantree version command to set the rapid spanning tree state machine to work as "STP compatible". The syntax for this command is: set spantree version version common-spanning-tree — compatible with ieee802.1D standard. rapid-spanning-tree — compatible with ieee802.
Chapter 2 Avaya C460 CLI Commands set system location User level: read-only, read-write, admin. Use the set system location command to set the mib2 system location MIB variable The syntax for this command is: set system location [string] string • The location name string should be typed inside inverted commas. • The location is cleared if you leave this field blank.
Chapter 2 Avaya C460 CLI Commands set time client User level: read-write, admin. Use the set time client command to enable or disable the periodic network time acquisition by the switch from the network time server (SNTP or TIME protocol).
Chapter 2 Avaya C460 CLI Commands set time server User level: read-write, admin. Use the set time server command to set the TIME server address. The syntax for this command is: set time server ip address IP address of the TIME server. Example: C460-1# set time server 192.49.53.68 The Server Ip has been set to 192.49.53.68 set timezone User level: read-write, admin.
Chapter 2 Avaya C460 CLI Commands set trunk User level: read-write, admin. Use the set trunk command to configure the VLAN tagging mode of a port. set trunk [value] module Number of the module (3-6). port Number of the port on the module. If you do not specify a number, the vlan tagging mode is set for all the ports on the module. You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4.
Chapter 2 Avaya C460 CLI Commands If you wish to define a name which includes spaces, you must enclose the entire name in quotation marks, for example “new york”. set vlan (Layer 3) User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. Use the set vlan command to create a router Layer 2 interface.
Chapter 2 Avaya C460 CLI Commands Example: C460-1# set web aux-files-url //192.168.47.25/emweb-auxfiles If you wish to define a directory name which includes spaces, you must enclose the entire name in quotation marks, for example “new york”. set welcome message User level: read-write, admin. Use the set welcome message command to set a welcome message to appear after a reboot or after opening a new session (see session command) in the stack.
Chapter 2 Avaya C460 CLI Commands Example: Router-1> show access-lists The current policy source is local default List (0) parameters List Owner : other List 0 is valid default action for list 0 is permit show allowed managers status User level: read-only, read-write, admin. Use the show allowed managers status command to display the activation status of the Allowed Managers feature.
Chapter 2 Avaya C460 CLI Commands show allowed managers table User level: read-only, read-write, admin. Use the show allowed managers table to display the list of the twenty possible allowed managers IP addresses. The syntax for this command is: show allowed managers table Example: C460-1(super)# show allowed managers table 1 ) 149.49.32.
Chapter 2 Avaya C460 CLI Commands show arp-aging-interval User level: read-only, read-write, admin. Use the show arp-aging-interval command to display the ARP table aging interval for gateway entries. The syntax for this command is: show arp-aging-interval Example: C460-1> show arp-aging-interval ARP table aging interval for gateways was set to 10 minutes. show arp-tx-interval User level: read-only, read-write, admin.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show banner login Welcome to C460 SW version 2.0.2 show banner post-login User level: read-only, read-write, admin. Use the show banner login command to display the message shown after a successful login. The syntax for this command is: show banner post-login Example: C460-1> show banner post-login Welcome to C460 SW version 2.0.2 show boot bank User level: read-only, read-write, admin. Use the show boot bank command to display the system boot bank.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: show broadcast storm control Example: C460-1> show broadcast storm control Broadcast Threshold Storm Control ---------------- -----------disable 500 show cam User level: read-only, read-write, admin. Use the show cam command to display the CAM table entries for a specific module and port. L MACs associated with LAGs appear under the LAG ID, not under the LAG port.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show cam Total Matching CAM Entries Displayed = 128 Dest MAC/Route Dest ------------------08:00:20:c6:98:5f 08:00:20:c4:c8:51 00:00:3b:80:49:7c 00:00:5e:00:01:01 00:00:5e:00:01:02 00:01:02:de:96:2f 00:02:2d:47:18:67 00:02:2d:48:18:29 00:02:55:5b:b1:e1 00:02:b3:07:92:4f 00:02:b3:23:94:4d 00:02:b3:23:a0:d3 00:02:b3:23:ca:f2 00:02:b3:23:ce:02 00:02:b3:2d:2a:69 00:03:47:6d:e2:68 00:03:47:6d:e2:b9 00:04:0d:00:56:78 --type q to quit or Dest MAC/Route Dest -----
Chapter 2 Avaya C460 CLI Commands show cam mac User level: read-only, read-write, admin. Use the show cam mac command to display a specific mac/vlan in the CAM CAM table.
Chapter 2 Avaya C460 CLI Commands show chassis-identity User level: read-only, read-write, admin. Use the show module-identity command to display the identifier(s) required for requesting license keys for this chassis. The syntax for this command is: show chassis-identity Example: C460-1> show chassis-identity Chassis Identity ---------------53333335 show copy status User level: read-only, read-write, admin. Use the show copy status command to show the status of the local configuration copy operation.
Chapter 2 Avaya C460 CLI Commands show cpu load User level: read-only, read-write, admin. Use the show cpu load command to show the current CPU utilization. The syntax for this command is: show cpu load Example: C460-1> show cpu load The current CPU utilization is 1% show cs User level: read-only, read-write, admin. Use the show cs command to show the version numbers of the C460 chassis and installed components.
Chapter 2 Avaya C460 CLI Commands show device-mode User level: read-only, read-write, admin. Use this command to display the switch operational mode (Layer 2 or Layer 3). The syntax for this command is: show device-mode Example: C460-1> show device-mode Device mode is Router show dot1x User level: user, privileged, supervisor Use the show dot1x command to display the system dot1x capabilities, protocol version, and timer values.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show dot1x statistics Rx: EAPOL Total -------0 EAPOL Start -------0 EAPOL Logoff -------0 Tx: EAPOL Total -------0 EAP Req/Id -------0 EAP Req -------0 EAPOL Invalid -------0 EAP Resp/Id -------0 EAP Resp -------0 EAP LenError -------0 show dynamic vlans Use the show dynamic vlans command to display automatically learned VLANs..
Chapter 2 Avaya C460 CLI Commands Total working fans • 9 • 8 • less than 8 Fans not installed • No fan tray installed show environment power User level: read-only, read-write, admin. Use the show environment power command to display the current power configuration for the switch, the total power available to the system, and amount of power currently in use. L The “Main Power” includes two supervisor modules and the fan module, irrespective of the number of supervisor modules installed.
Chapter 2 Avaya C460 CLI Commands show erase status User level: user, privileged, supervisor Use the show erase status command to view the status of the erase configuration operation. The syntax for this command is: show erase status show event-log User level: read-only, read-write, admin. Displays the encrypted event log file. The syntax for this command is: show event-log show event-log (Layer 3) User level: read-only, read-write, admin. Displays the encrypted event log file.
Chapter 2 Avaya C460 CLI Commands Overflow Number of packets which overflowed the fragment database.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: show intelligent-multicast Example: C460-1> show intelligent-multicast Intelligent-multicast configuration: -----------------------------------intelligent-multicast state ---------------------- Disabled Intelligent-multicast client-port-pruning time --600[Sec] Intelligent-multicast router-port-pruning time --1800[Sec] intelligent-multicast group-filtering-delay time 10[Sec] show interface User level: read-only, read-write, admin.
Chapter 2 Avaya C460 CLI Commands show ip access-list-dscp User level: user, privileged, supervisor Use the show ip access-list-dscp command to display the DSCP to CoS map of a policy-list. The syntax for this command is: show ip access-list-dscp policylistnumber A valid id number for a policy list currently defined for the module (100..
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show ip access-lists ip access-list 100 10 deny-and-notify tcp 192.168.55.0 0.0.0.255 range any range 7000 8000 ip access-list 100 30 deny udp any any optional ip access-list 100 35 deny ip any any ip access-list 100 55 fwd7 tcp host 192.168.3.4 eq 33333 host 10.6.7.
Chapter 2 Avaya C460 CLI Commands vlan VLAN NAME (string up to 16 chars) or VLAN ID (number) ip-addr The IP address of the station(s) ip-mask The ip mask of the routes. static Display static ip ARP information. Example: show show show show show show ip ip ip ip ip ip arp arp arp arp arp arp Display all ARP mapping marketing Display interface ARP mapping 192.168.49.1 Display one host ARP mapping 192.168.49.1 255.255.255.
Chapter 2 Avaya C460 CLI Commands show ip interface User level: read-only, read-write, admin. Use the show ip interface command to display information for an IP interface. The syntax for this command is: show ip interface []||] interface-name The name of the interface whose information you want to display. ip-address The IP address of the interface whose information you want to display.
Chapter 2 Avaya C460 CLI Commands show ip interface brief User level: read-only, read-write, admin. Use the show ip interface brief command to display brief information for an IP interface. The syntax for this command is: show ip interface brief [ | | ] interface The name of the interface whose information you want to display - a string of up to 32 characters.
Chapter 2 Avaya C460 CLI Commands show ip ospf database User level: read-only, read-write, admin. Use the show ip ospf database command to display lists of information related to the OSPF database for a specific router. The syntax for this command is: show ip ospf database [{asbr-summary|router|network|network-summary|external}] asbr-summary Displays information only about the autonomous system boundary router summary LSAs. Optional. external Displays information only about the external LSAa. Optional.
Chapter 2 Avaya C460 CLI Commands If you wish to define a name which includes spaces, you must enclose the entire name in quotation marks, for example “new york”. show ip ospf neighbor User level: read-only, read-write, admin. Displays OSPF-neighbor information on a per-interface basis. The syntax for this command is: show ip ospf neighbor [] [] interface-name The OSPF interface name. neighbor-id Neighbor ID.
Chapter 2 Avaya C460 CLI Commands show ip reverse-arp User level: read-only, read-write, admin. Use the show ip reverse-arp command to display the IP address of a host, based on a known MAC address. The syntax for this command is: show ip reverse-arp [] mac addr MAC address match len The number of bytes in the address to match Example: Router-1> sh ip reverse-arp 00:10:a4:98:97:e0 Showing 1 rows Address MAC Address I/F Type --------------- ----------------- ----------- ------149.
Chapter 2 Avaya C460 CLI Commands routing table. The syntax for this command is: show ip route Router-1> show ip route Network ---------------149.49.77.0 0.0.0.0 Mask ---------------255.255.255.0 0.0.0.0 Next-Hop ---------------149.49.77.70 Interface ----------inband 149.49.77.1 inband Source -----LOCAL STATIC show ip route best-match User level: read-only, read-write, admin. Use the show ip route best-match command to display a routing table for a destination address.
Chapter 2 Avaya C460 CLI Commands Example: Router-1> sh ip route static Showing 34 rows Network Mask Interface Next-Hop Cost PrefActive ------------- ---------------------------------------------------10.0.8.0 255.255.255.0e-36 149.49.36.11 1 high Yes 135.0.0.0 255.0.0.0 e-135new 135.64.76.11 high Yes 135.64.0.0 255.255.0.0 e-135 135.87.164.1 1 high No 149.49.0.0 255.255.0.0 zevel10.10.254.2531lowYes 149.49.2.0 255.255.255.
Chapter 2 Avaya C460 CLI Commands Example: Router-1> show ip traffic IP statistics: Received: 1365359 total, 45659 local destination 0 bad hop count, 0 packet header errors 0 unknown protocol, 136786 address errors 1182914 discarded Fragments: 0 reassembled, 0 timeouts 0 couldn't reassemble, 0 fragmented Sent: 19442 generated, 0 forwarded 0 no route, 0 discarded ICMP statistics: Received: 881 total, 3 ICMP errors 0 unreachables, 0 time exceeded 0 parameter, 0 quench 861 echo, 17 echo reply 0 timestamps re
Chapter 2 Avaya C460 CLI Commands OSPF statistics: Received: 25783 total, 0 checksum errors 0 hello, 0 database desc 0 link state req, 0 link state updates 0 link state acks Sent: 0 total ARP statistics: --type q to quit or space key to continue-Received: 2191321 requests, 778439 replies Sent: 443 requests, 340 replies (0 proxy) DHCP statistics: Requests: 0 , Replies: 0 BOOTP statistics: Requests: 0 , Replies: 0 show ip unicast cache User level: read-only, read-write, admin.
Chapter 2 Avaya C460 CLI Commands Example: Router-1> show ip unicast cache Showing 6 Sessions. IP Address NH MAC =========== ======== 192.168.1.1 29.2.1.1 192.168.2.1 29.2.2.1 192.168.2.2 29.2.2.2 192.168.2.3 29.2.2.3 192.168.2.4 29.2.2.4 192.168.2.5 29.2.2.5 NH VLAN ======= 5 5 5 5 5 5 show ip unicast cache networks User level: read-only, read-write, admin. Displays summary of networks handled by the hardware unicast cache database.
Chapter 2 Avaya C460 CLI Commands show ip unicast cache networks detailed User level: read-only, read-write, admin. Use the show ip unicast cache networks detailed command to list the networks and hosts that are handled by the hardware unicast cache database. The syntax for this command is: show ip unicast cache networks detailed[ ] net addr The IP address of the network. net mask The mask IP address. Example: Router-1> show 192.168.6.
Chapter 2 Avaya C460 CLI Commands show ip unicast cache summary User level: read-only, read-write, admin. Use the show command to display the number of host networks and next-hops in the module’s unicast cache. The syntax for this command is: show ip unicast cache summary Example: Router-1> show ip unicast cache summary Cache Summary =============== Hosts : 71 Networks : 24 Next-Hops : 37 show ip vrrp User level: read-only, read-write, admin. Use the show vrrp command to display VRRP information.
Chapter 2 Avaya C460 CLI Commands show ip vrrp detail User level: read-only, read-write, admin.
Chapter 2 Avaya C460 CLI Commands Example: Router-1> show ip vrrp detail VRRP is globally enabled Virtual Router on VLAN: Router-id: State: Priority: Advertisement Interval: Last State Change: Override Address Ownership Rule: No Authentication Type: Authentication Key: Master IP Address Has 1 IP addresses IP addresses: 192.168.66.
Chapter 2 Avaya C460 CLI Commands show l2-config User level: read-write, admin. Use the show l2-config command to display comprehensive Layer 2 configuration information. The syntax for this command is: show l2-config Example: C460-1> show l2-config !####################################################################### !# C H A S S I S I N F O !####################################################################### !# !# Upload time: UPTIME: 0:05:44.533 !# !# System description: Avaya Inc.
Chapter 2 Avaya C460 CLI Commands !####################################################################### !# S P V I N F O !####################################################################### !# !# Slot #: 1 !# !# SPV state: Active !# !# Blade type: M460ML-SPV !# !# Blade-CS: 0.2 !# !# Serial #: 0000009 !# !# SW versions - bank A, B: 1.0.5, 1.0.5 !# !# Embedded Web SW version: 1.0.
Chapter 2 Avaya C460 CLI Commands !####################################################################### !# I O B L A D E I N F O !####################################################################### !# !# Slot #: 5 !# !# Blade type: M4612ML-G --type q to quit or space key to continue-!# !# Blade-CS: 0.
Chapter 2 Avaya C460 CLI Commands !# !#Set vlan table management parameters !# set vlan 1 name V1 !# !# Set the interface of the device !# !# set interface inband 1 149.49.50.233 !# !#Set PPP management parameters !# !#set interface ppp 0.0.0.0 0.0.0.0 --type q to quit or space key to continue-- 255.255.255.
Chapter 2 Avaya C460 CLI Commands !# set intelligent-multicast parameters !# set intelligent-multicast disable set intelligent-multicast client-port-pruning time 600 set intelligent-multicast router-port-pruning time 1800 set intelligent-multicast group-filtering-delay time 10 !#******* broadcast storm configuration ********* set broadcast storm control threshold 0 set broadcast storm control disable !#********************************************************* !# !# LINK AGGREGATION GROUP.
Chapter 2 Avaya C460 CLI Commands !#*************** port 5/1 configuration ***************** !# Port type: Tranceiver Not Present !# Link status: no link !# STA status: Disabled !#********************************************************** set port disable 5/1 set port auto-negotiation-flowcontrol-advertisement 5/1 no-flowcontrol --type q to quit or space key to continue-set port negotiation 5/1 enable set port level 5/1 0 set trunk 5/1 off set port vlan 1 5/1 set port name 5/1 "NO NAME" set port trap 5/1
Chapter 2 Avaya C460 CLI Commands !#*************** port 5/3 configuration ***************** !# Port type: Tranceiver Not Present !# Link status: no link !# STA status: Disabled !#********************************************************** set port disable 5/3 set port auto-negotiation-flowcontrol-advertisement 5/3 no-flowcontrol set port negotiation 5/3 enable set port level 5/3 0 set trunk 5/3 off set port vlan 1 5/3 set port name 5/3 "NO NAME" set port trap 5/3 enable set port classification 5/3 valuabl
Chapter 2 Avaya C460 CLI Commands !#*************** port 5/6 configuration ***************** !# Port type: Tranceiver Not Present !# Link status: no link !# STA status: Disabled !#********************************************************** set port disable 5/6 set port auto-negotiation-flowcontrol-advertisement 5/6 no-flowcontrol set port negotiation 5/6 enable set port level 5/6 0 set trunk 5/6 off set port vlan 1 5/6 set port name 5/6 "NO NAME" set port trap 5/6 enable set port classification 5/6 valuabl
Chapter 2 Avaya C460 CLI Commands !#*************** port 5/9 configuration ***************** !# Port type: Tranceiver Not Present !# Link status: no link !# STA status: Disabled !#********************************************************** set port disable 5/9 set port auto-negotiation-flowcontrol-advertisement 5/9 no-flowcontrol set port negotiation 5/9 enable set port level 5/9 0 set trunk 5/9 off set port vlan 1 5/9 set port name 5/9 "NO NAME" set port trap 5/9 enable set port classification 5/9 valuabl
Chapter 2 Avaya C460 CLI Commands !#*************** port 5/12 configuration ***************** !# Port type: Tranceiver Not Present !# Link status: no link !# STA status: Disabled !#********************************************************** set port disable 5/12 set port auto-negotiation-flowcontrol-advertisement 5/12 no-flowcontrol set port negotiation 5/12 enable set port level 5/12 0 set trunk 5/12 off set port vlan 1 5/12 set port name 5/12 "NO NAME" set port trap 5/12 enable set port classification 5/
Chapter 2 Avaya C460 CLI Commands show license User level: read-only, read-write, admin. Use the show license command to display the current licenses installed on the chassis The syntax for this command is: show license Example: C460-1> show license Application -------------smon routing License Key State level ----------------------------- ------------- ------0000 0000 0000 0000 0000 0000 unlicensed 0 000 000 000 000 000 000 licensed 10 show logout User level: read-only, read-write, admin.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show mac-aging mac aging application is disabled show mac-aging-time User level: user, privileged, supervisor Use the show mac-aging-time command to display the MAC aging time in minutes. The syntax for this command is: show mac-aging-time Example: C460-1> show mac-aging-time MAC aging time is 5 (min.) L The displayed value is the aging-time lower bound. The actual aging-time can be up to 2 minutes longer.
Chapter 2 Avaya C460 CLI Commands show module User level: read-only, read-write, admin. Use the show module command to display module status and information. The syntax for this command is: show module Example: C460-1> show module Mod Type C/S S/N Status ---- ----------------- ---- -------- -----0 C460-CH 1.0 0000008 N/A 1 M460ML-SPV 1.0 0000003 Active 2 M460ML-SPV 1.0 0000017 Standby 3 M4612ML-G 1.0 0000004 Normal 4 M4648ML-T-2G-PWR 1.0 0000016 Normal 5 M4648ML-T-PWR 1.0 0000029 Normal 6 M4648ML-T-2G 1.
Chapter 2 Avaya C460 CLI Commands I/O Module • Normal • Not enough power • Power disabled • Empty show outband User level: read-only, read-write, admin. Use the show outband command to displays the Ethernet Console port status. This command applies to the specific supervisor module where you execute it.
Chapter 2 Avaya C460 CLI Commands show port User level: read-only, read-write, admin. Use the show port command to display port status on I/O modules. The syntax for this command is: show port [[/port]] module (Optional) Number of the module (3-6). If you do not specify a number, the ports on all the modules are shown. port (Optional) Number of the port on the module. If you do not specify a number, all the ports on the module are shown.
Chapter 2 Avaya C460 CLI Commands show port auto-negotiation-flowcontrol-advertisement User level: read-write, admin. Use the show port auto-negotiation-flowcontrol-advertisement command to display the flowcontrol advertisement for a Gigabit port used to perform auto-negotiation. The syntax for this command is: set auto-negotiation-flowcontrol-advertisement [module/port] [mode] module (Optional) Number of the module (3-6). If you do not specify a number, the ports on all the modules are shown.
Chapter 2 info Avaya C460 CLI Commands Displays full information on the port Example: C460-1> show port channel Port Channel Status Channel Name and Id ---- --------------------------------3/1 off 3/2 off 3/3 on server1 3/4 on server1 3/13 off C460-1> show port channel 3/3 info Port Speed Duplex Vlan Port Trunk Priority status ------ ------ ------- ----- --------- -------3/3 10 half 1 0 off Avaya C460 Reference Guide Vlan Binding -------static 189
Chapter 2 Avaya C460 CLI Commands show port classification User level: read-write, admin. Use the show port classification command to display a port’s classification. The syntax for this command is: show port classification [module/[port]] module Number of the module (3-6). If you do not specify a number, the ports on all the modules are shown. port (Optional) Number of the port on the module. If you do not specify a number, all the ports on the module are shown.
Chapter 2 Avaya C460 CLI Commands show port dot1x User level: read-only, read-write, admin. Use the show port dot1x command to display all the configurable values associated with the authenticator port access entity (PAE) and backend authenticator. The syntax for this command is: show dot1x [mod]/[port] mod (Optional) Number of the module. port (Optional) Number of the port on the module, or range of ports.
Chapter 2 192 Avaya C460 CLI Commands BEnd Stat The current state od the Backend Authentication state machine. Possible states include: • Request • Response • Success • Fail • Timeout • Idle • Init Port Control Port control type. Valid values include: • force-authorized • force-unauthorized • auto. Port Status The current value of the controlled port status. Possible states include: • Authorized • Unauthorized Re Auth The state of reauthentication on the port.
Chapter 2 Max Req Avaya C460 CLI Commands The maximum number of times a request for authentication is sent before timing out. show port dot1x statistics User level: read-only, read-write, admin. Use the show port dot1x statistics command to display all the port dot1x statistics. The syntax for this command is: show dot1x statistics [mod]/[port] module Number of the module (3-6). If you do not specify a number, the ports on all the modules are shown. port (Optional) Number of the port on the module.
Chapter 2 Avaya C460 CLI Commands show port edge state User level: read-only, read-write, admin. Use the show port edge state command to show a port’s edge admin and operational RSTP state. L A port can be set to admin state of edge port, but if a BPDU is received on this port the oper state is changed to non-edge state. The syntax for this command is: show port edge state module Number of the module (3-6). If you do not specify a number, the ports on all the modules are shown.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show port flowcontrol 3/4 Port Send-Flowcontrol Receive-Flowcontrol Admin Oper Admin Oper ------ ----- -------- ---3/4 off off off off Output Fields Field Description Port Module and port number SendFlowcontrolAdmin Send flow-control administration. Possible settings: • ON indicates that the local port is allowed to send flow control frames to the far end. • OFF indicates that the local port is not allowed to send flow control frames to the far end.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show port mirror port mirroring -------------Mirroring both Rx and Tx packets from port 3/2 to port 4/4 is enabled C460-1> show port mirror port mirroring -------------No ports are mirrored show port point-to-point status User level: read-only, read-write, admin. Use the show port point-to-point status command to show the port’s point-to-point admin and operational RSTP status.
Chapter 2 Avaya C460 CLI Commands show port redundancy User level: read-only, read-write, admin. Use the show port redundancy command to display information about software port redundancy schemes defined for the switch.
Chapter 2 Avaya C460 CLI Commands show port vlan-binding-mode User level: read-only, read-write, admin. Use the show port-vlan-binding command to display port vlan binding mode information. The syntax for this command is: show port vlan-binding-mode [module[/port]] module Number of the module (3-6). If you do not specify a number, the ports on all the modules are shown. port (Optional) Number of the port on the module. If you do not specify a number, all the ports on the module are shown.
Chapter 2 port (optional) Avaya C460 CLI Commands Number of the port on the module. If you do not specify a number, all the ports on the module are shown. You can also specify a range of ports separated by a dash, for example, 4/5-13 for ports 5 to 13 on module 4.
Chapter 2 Avaya C460 CLI Commands The syntax for this command is: show powerinline budget Example: C460-1> show powerinline budget Slot ---3 4 5 6 Module Type --------------------------M4612ML-G M4648ML-T-2G-PWR M4648ML-T-PWR M4648ML-T-2G Budget -----N/A 720W 720W N/A Demand -----N/A 12W 156W N/A show ppp authentication User level: read-only, read-write, admin. Use the show ppp authentication command to display the authentication method used for PPP sessions.
Chapter 2 Avaya C460 CLI Commands show ppp configuration User level: read-only, read-write, admin. Use the show ppp configuration command to display the ppp configuration. The syntax for this command is: show ppp configuration Example: C460-1> show ppp configuration PPP baud rate is 38400 PPP incoming timeout is 15 minutes PPP Authentication Parameters: -----------------------------Incoming: None show ppp incoming timeout User level: read-only, read-write, admin.
Chapter 2 Avaya C460 CLI Commands show radius authentication User level: read-only, read-write, admin. Use the show radius authentication command to display all RADIUS authentication configurations. The syntax for this command is: show radius authentication Example: C460-1> show radius authentication RADIUS authentication parameters: --------------------------------Mode: Enabled Primary-server: 192.168.42.252 Secondary-server: 192.168.48.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show rmon alarm 1026 alarm alarm 1026 is active, owned by amir Monitors ifEntry.1.1026 every 60 seconds Taking delta samples, last value was 1712 Rising threshold is 10000, assigned to event # 1054 Falling threshold is 10, assigned to event # 1054 On startup enable rising or_falling alarms. show rmon event User level: read-only, read-write, admin.
Chapter 2 Avaya C460 CLI Commands show rmon history User level: read-only, read-write, admin. Use the show rmon history command to display the most recent RMON history log for a given History Index. The history index is defined using the rmon history command on 76 or using an RMON management tool.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show rmon statistics Statistics for switch is active,owned by Monitor Monitors ifEntry.1.
Chapter 2 Avaya C460 CLI Commands show rmon2 protocol-dir User level: read-only, read-write, admin. Use the show rmon2 protocol-dir command to display the protocols in the TCP/UDP protocols list.
Chapter 2 Avaya C460 CLI Commands Example: Router-1> show rmon2 protocol-dist Protocol ---------------------------------ICMP OSPF VRRP RIP Other Total IP control ---------------------------------FTP-data over TCP/IP (Port 20) Telnet over TCP/IP (Port 23) SMTP over TCP/IP (Port 25) HTTP over TCP/IP (Port 80) 1111 tcp 2222 tcp SNMP-trap over UDP/IP (Port 162) Other Total IP routed ---------------------------------Total IP ARP Protocol Avaya C460 Reference Guide Total Packets -------------316 5033 0 0 1760
Chapter 2 Avaya C460 CLI Commands show rmon2 state User level: read-only, read-write, admin. Use the show rmon2 state command to display the status of the rmon2 application.
Chapter 2 Avaya C460 CLI Commands show running-config User level: read-only, read-write, admin. Use the show running-config command to display the current router configuration information. The syntax for this command is: show running-config Example: Router-1> show running-config Router-1> ! Avaya Inc.- C460ML Multi-layer Switch - Router configuration ! version 2.0.2 ip access-list-name 100 "list #100" ip access-list-owner 100 "egotlieb@135.64.102.
Chapter 2 Avaya C460 CLI Commands show secure current User level: read-write, admin. Use the show secure current command to list the IP addresses of managers currently connected to the switch. The syntax for this command is: show secure current Example: C460-1# show secure current IP Address -------------135.64.100.205 149.49.77.13 149.49.77.
Chapter 2 Avaya C460 CLI Commands show snmp User level: read-only, read-write, admin. Use the show snmp command to display SNMP information. The syntax for this command is: show snmp Example: C460-1> show snmp Authentication trap disabled Community-Access Community-String ------------------------------read-only public read-write public trap public Trap-Rec-Address ---------------192.138.40.
Chapter 2 Avaya C460 CLI Commands show snmp retries User level: read-only, read-write, admin. Use the show snmp retries command to display the number of retries initiated by the C460 Manager when it tries to send SNMP messages to the device. The syntax for this command is: show snmp retries Example: C460-1> show snmp retries the SNMP Retries Number is 3 show snmp timeout User level: read-only, read-write, admin. Use the show snmp timeout command to display the default SNMP timeout in seconds.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show spantree Spanning tree enabled Designated Root: 00-40-0d-88-06-c8 Designated Root Priority: 32768 Designated Root Cost: 20 Designated Root Port: 1/1 Root Max Age: 20 Hello Time: 2 Bridge ID MAC ADDR: 00-40-0d-92-04-b4 Bridge ID priority: 32768 Port -----4 /1 4 /2 4 /3 4 /4 4 /5 4 /6 4 /8 4 /9 4 /10 4 /11 --type 4 /12 4 /13 4 /14 4 /15 4 /16 4 /17 4 /18 4 /19 4 /20 4 /21 4 /22 4 /23 4 /24 4/100 State Cost Priority ------------- ---------- -----------
Chapter 2 Avaya C460 CLI Commands Output fields: Field Description Spanning tree Spanning-Tree Protocol status (enabled or disabled). Designated root MAC address of the designated spanning-tree root bridge Designated Root Priority Priority of the designated root bridge. Designated Root Cost Total path cost to reach the root.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show spv Chassis Chassis Chassis Chassis In-band MAC address Out-band MAC address Serial number CS : : : : 00.04.0D.17.A4.00 00.04.0D.17.A4.FE 4552086 1.0 SPV 1 SPV 2 ----------------------------------------------Mode | Standby | Active | Synchronized | Yes | Yes | EmWeb version | 2.0.2 | 2.0.2 | Bank A version | 2.0.2 | 2.0.2 | Bank B version | 2.0.2 | 2.0.2 | Preferred Bank | Bank A | Bank A | Serial Number | 4559466 | 4559417 | C/S Number | 1.
Chapter 2 Avaya C460 CLI Commands show startup-config User level: read-only, read-write, admin. Use the show startup-config command to display the router startup configuration. Example: show startup-config Example: Router-1> show startup-config Router-1> ! Avaya Inc.- C460ML Multi-layer Switch - Router configuration ! version 2.0.2 ip access-list-name 100 "list #100" ip access-list-owner 100 "egotlieb@135.64.102.
Chapter 2 Avaya C460 CLI Commands show system User level: read-only, read-write, admin. Use the show system command to display the uptime, system name, location, contact person and MAC addresses. The syntax for this command is: show system Example: C460-1> show system Uptime d,h:m:s -----------------------0,2:40:55 System Name --------------------C460_version-1.0.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show system-log C460-1(super)# sh system-log --type q to quit or space key to continue-*** UpTime : 0:37:19 *** *** MODULE : 1 *** System log file: H+n.AgDwZZioHgDZZZZ.(ioHgD3D3wD"bZZ.onD
Chapter 2 Avaya C460 CLI Commands show system-log (Layer 3) User level: read-only, read-write, admin. Displays the encrypted event log file. The syntax for this command is: show system-log [[slot]] slot Slot number (1 to 2) show tftp download software status User level: read-only, read-write, admin. Use the show tftp download software status commands to display the status of the current TFTP Device Manager S/W (Embedded Web) download process into the device.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show tftp upload status 1 Module : 1 Source file : C460-config Destination file : c:\conf.cfg Host : 149.49.36.200 Running state : Executing Failure display : (null) Last warning : No-warning show time User level: read-only, read-write, admin. Use the show time command to display the current C460 time and timezone.
Chapter 2 Avaya C460 CLI Commands show timezone User level: read-only, read-write, admin. Use the show timezone command to display the current C460 time zone. The syntax for this command is: show timezone Example: C460-1> show timezone Timezone set to 'GMT', offset from UTC is 0 hours show trunk User level: read-only, read-write, admin. Use the show trunk command to display VLAN tagging information for the switch.
Chapter 2 Avaya C460 CLI Commands Mode Tag status of the port (dot1q - dot1Q tagging mode, off - clear mode). Binding mode Binding mode of the port Native VLAN Number of the Port VLAN ID (the VLAN to which received untagged traffic will be assigned). show username User level: admin. Use the show username command to display the local user accounts.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> show vlan VLAN ID Vlan-name ------- -------------------------------1 v1 5 V5 10 V10 15 V15 20 V20 25 V25 show vlan (Layer 3) User level: read-only, read-write, admin. Use the show vlan command to display router Layer 2 interfaces.
Chapter 2 Avaya C460 CLI Commands sync spv User level: read-write, admin. Use the sync spv command to synchronize the following between an Active Supervisor Module and Halted Supervisor Module: • Boot bank • Firmware images • Device manager image L You can only execute this command from the active Supervisor Module CLI. The syntax for this command is: sync spv The synchronization may take up to 90 seconds to complete.
Chapter 2 Avaya C460 CLI Commands terminal length User level: read-only, read-write, admin. Use the terminal length command to set the length of the terminal display in lines. The syntax for this command is: terminal length [] screen-length • Blank (no value) – display the current length of the screen.
Chapter 2 Avaya C460 CLI Commands L You can only access these commands in the Router-RIP context. Type router rip at the command prompt to enter the Router-RIP context if necessary. Use the timers basic command to configure the route timer. Use the no timers basic command to restore the timers to their default values.
Chapter 2 invalid Avaya C460 CLI Commands RIP invalid route timer in seconds (minimum =30; default = 180) L The Invalid Route Timer value must be larger than the Update Timer value. It is recommended that it be at least three times greater. In any configuration all adjacent routers must have the same values for each of the timer parameters.
Chapter 2 Avaya C460 CLI Commands traceroute User level: read-only, read-write, admin. Provides a trace route utility. The syntax for this command is: traceroute host IP address. Example: Router-1> traceroute 192.168.50.13 tree User level: read-only, read-write, admin. Use the tree command to display a list of CLI commands available at the current user level.
Chapter 2 Avaya C460 CLI Commands Example: C460-1> tree 1 session terminal width terminal length clear screen show logout show time show timezone show snmp show intelligent-multicast show port show trunk show spantree show vlan show spv show cam show powerinline show icmp-redirect show interface show outband show device-mode show access-lists show system show module --type q to quit or space key to continue-- username User level: admin. Adds a local user account.
Chapter 2 Avaya C460 CLI Commands access-type Access type definition - read only, read-write or administrator Example: C460-1(super)# username john password johnny access-type read-write User account added. C460-1(super)# username root password secret access-type read-write ERROR: User account root has always an administrator access type. C460-1(super)# username root password secret access-type admin User account modified.
Chapter 2 Avaya C460 CLI Commands validate policy-list User level: read-write, admin. L If you are at the “read-write” user level, you can only access this command in Configure mode. Type configure at the command prompt to enter configure mode. Use the validate policy-list command to verify that all the rules in a priority list are valid. L If there is a configuration problem with a specific rule, or with a number of rules, detailed error messages will be given.
Chapter 2 232 Avaya C460 CLI Commands Avaya C460 Reference Guide
Layer 2 CLI Commands B banner login 15 banner login line 15 banner post-login 15 banner post-login line 16 C clear cam 17 clear dynamic vlans 17 clear event-log 18 clear interface 19 clear ip route 19 clear log 20 clear port mirror 20 clear port static-vlan 21 clear power history 21 clear radius authentication server 21 clear screen 7, 22 clear snmp trap 22 clear system-log 23 clear timezone 23 clear vlan 24 configure 25 copy l2-config tftp 25 copy running-config startup-config 25 copy running-config tftp 2
Layer 2 CLI Commands set arp-aging-interval 81 set arp-tx-interval 81 set boot bank 223 set broadcast storm control 82 set broadcast storm control threshold 83 set device-mode 83 set dot1x max-req 84 set dot1x quiet-period 84 set dot1x re-authperiod 85 set dot1x server-timeout 85 set dot1x supp-timeout 85 set dot1x system-auth-control disable 86 set dot1x system-auth-control enable 86 set dot1x tx-period 87 set inband vlan 88 set intelligent-multicast 88 set intelligent-multicast client port pruning time 8
Layer 2 CLI Commands timezone 221 show access lists 140 show allowed managers status 141 show arp-aging-interval 142, 143 show arp-tx-interval 143 show banner login 143 show banner post-login 144 show boot bank 223 show broadcast storm control 144 show cam 145 show cam mac 147 show cam vlan 147 show copy status 148 show cpu load 149 show cs 149 show dev log file 153 show device-mode 150 show dot1x 150 show dot1x statistics 150 show dynamic vlans 151 show environment fans 151 show environment power 152 show
Layer 2 CLI Commands terminal width 225 tree 228 U username 229 236 Avaya C460 Reference Guide
Layer 3 CLI Commands A access-list 13 arp 14 arp timeout 14 C clear arp-cache 16 clear event-log 18 clear fragment 18 clear ip route 19 clear ip traffic 20 clear log 20 clear power history 21 clear rmon2 statistics 22 clear screen 22 clear system-log 23 clear vlan 24 configure 25 copy running-config startup-config 25 copy tftp startup-config 28 D default-metric 30 default-metric (RIP) 30, 31 E enable vlan commands 32 F fragment size 33 fragment timeout 34 H hostname 35 I interface 36 ip access-default-actio
Layer 3 CLI Commands ip vrrp 62 ip vrrp address 62 ip vrrp auth-key 63 ip vrrp override addr owner 63 ip vrrp preempt 64 ip vrrp primary 64 ip vrrp priority 65 ip vrrp timer 66 N network 67 network (RIP) 67 no area 13 no arp 14 no arp timeout 14 no default metric 30, 31 no icmp-error 48 no interface 36 no ip access list 38 no ip access-group 37 no ip bootp-dhcp 45 no ip bootp-dhcp network 44 no ip bootp-dhcp server 46 no ip default 47 no ip directed-broadcast 47 no ip max-arp-entries 48 no ip max-route-ent
Layer 3 CLI Commands show ip access-list-summary 157 show ip arp 157 show ip icmp 158 show ip interface 159 show ip ospf 160 show ip ospf database 161 show ip ospf interface 161 show ip ospf neighbor 162 show ip protocols 162 show ip reverse-arp 163 show ip route 163 show ip route best-match 164 show ip route static 164 show ip route summary 165 show ip unicast cache 167 show ip unicast cache networks 168 show ip unicast cache networks detailed 169 show ip unicast cache summary 170 show ip unicast nextHop
Layer 3 CLI Commands 240 Avaya C460 Reference Guide
Glossary 100BASE-TX 100-Mbps baseband Fast Ethernet specification based on the IEEE 802.3 standard. 100BaseTX uses two pairs of either UTP (Unshielded Twisted Pair) or STP (Single Twisted Pair) wiring. One pair is used to receive data; the other is used to transmit data. 10BASE-T 10-Mbps baseband Ethernet specification based on the IEEE 802.3 standard. 10BaseT uses two pairs of UTP (Unshielded Twisted Pair) wiring. One pair is used to receive data; the other is used to transmit data.
Glossary Beaconing An error detection mechanism in Token Ring networks. When a station detects a serious network problem, it sends a Beacon Frame. The Beacon Frame defines a failure domain that includes the station reporting the failure, its nearest active upstream neighbor, and everything in between. Beaconing initiates a process in which the nodes in the failure domain perform diagnostics and attempt to reconfigure the network around the failed areas. BGP Border Gateway Protocol.
Glossary BUS Broadcast and Unknown Server. A multicast server used in ELANs that is used to forward multicast and broadcast traffic to the appropriate clients. CAM Content Address Memory. A list kept by each port containing the addresses of all network elements connected to the port. CAM is accessed according to its contents, not its memory address. Chassis View Avaya Inc.’s Network Management System’s graphic depiction of a network device.
Glossary different IP address every time it connects to the network. In some systems, the device's IP address can even change while it is still connected. DHCP also supports a mix of static and dynamic IP addresses. Domain A group of computers and devices on a network that are administered as a unit with common rules and procedures. Dot1Q Standard for VLAN tagging under the IEEE 802.1Q VLAN standard. DRU Domain Resource Unit. The unit of measure of resources available in a Avaya M770 Device DomainX.
Glossary area networks. FDX Full Duplex. A circuit or device permitting simultaneous data transmission between sending and receiving stations. For more information, refer to Duplex Mode on page 244. Flow Control Avaya’s devices use a proprietary form of flow control that enables one endpoint to inform another endpoint that it should refrain from sending additional packets. The flow control mechanism avoids packet loss. Flow control is used in Full Duplex Mode.
Glossary Host A computer, attached to a network, that provides services to another computer beyond simply storing and forwarding information. HTTP Hyper Text Transmission Protocol. The protocol used between clients and servers on the World Wide Web for transmission of HTML documents. Hub A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN. IANA Internet Assigned Numbers Authority. The organization responsible for assigning new Internet-wide IP addresses.
Glossary Internet A collection of networks and gateways that use the TCP/IP suite of protocols. An internet is two or more networks connected by an internal or external router. The word “internet” is a generic term. “The Internet” is the world’s largest internet. Interswitch Link (ISL) Interswitch Link. An Avaya proprietary mechanism to tag packets with VLAN and priority information across the backbone. This allows two Avaya devices to act as a single logical entity.
Glossary LAG Link Aggregation Groups (LAGs) provide a method of creating a high-bandwidth link. A LAG consists of a group of ports acting as a single logical port. All ports participating must have the same configuration. LAN Local Area Network. A high-speed, low-error data network that spans a limited area. LANs connect workstations, peripherals, terminals, and other devices in a single building or other geographically limited area.
Glossary use standardized MIB formats that enable any SNMP and RMON tool to monitor any device defined by a MIB. Module A self-contained communications unit that may be used in combination with other units. Examples include individual Avaya P330 units and cards that slot into the Avaya P580/P882 Device. Multicasting A method of information transmission in which copies of the packet are delivered to multiple ports, but only a subset of all possible destinations. NAS Network Access Server.
Glossary OID Object Identifier. Used in SNMP to identify managed objects. In the SNMP Manager/Agent Network Management Paradigm, each managed object must be identified by a unique OID. OSI Open Systems Interconnection reference model. A model for network communications consisting of seven layers that describe what happens when computers communicate with one another. OSPF Open Shortest Path First. A routing protocol featuring least-cost routing, multipath routing, and load balancing.
Glossary Protocol A set of rules and conventions that governs how devices exchange data, especially across a network. Low level protocols define the electrical and physical standards to be observed, bit- and byte-ordering, the transmission, error detection, and correction of the bit stream. High level protocols deal with data formatting, including message syntax, terminal to computer dialogue, character sets, message sequencing, etc.
Glossary RIP Routing Information Protocol. Specifies how routers exchange routing table information. RIP is gradually being replaced by a newer protocol called OSPF (Open Shortest Path First). RMON Remote Monitoring. A network management standard that allows network information to be gathered at a single workstation.
Glossary SLIP Serial Line Internet Protocol. SLIP is the standard protocol for point-to-point serial connections, using a variation of TCP/IP. SMON Switch Monitoring, Avaya’s proprietary switch monitoring technology. SMON extends the RMON standard to provide additional tools and features for monitoring in the switch environment.
Glossary selected bridge interfaces. Stack A layered set of protocols which work together to provide a set of network functions. Each intermediate layer uses the layer below it to provide a service to the layer above. Standalone Mode An option to separate a module from the other modules in a device so that its bus is independent. This may be desirable, for example, if one module has exceptionally heavy traffic that might affect other modules. Subnet Short for subnetwork.
Glossary Transceiver A device that both transmits and receives analog or digital signals. Usually used to describe the LAN component that applies signals onto the network wire and detects signals passing through the wire. Trap Message sent by an SNMP agent to an NMS, console, or terminal to indicate the occurrence of a significant event, such as a specifically defined condition or a threshold that was reached. Similar to an alarm.
Glossary 256 Avaya C460 Reference Guide