XG700 User's Guide Preface You have purchased the XG700, a compact, 12-port 10 Gigabit Ethernet layer 2 switch that achieves unsurpassed standards of high throughput and low-latency performance. This guide describes the XG700 functions, installation procedures, configuration operations, and maintenance procedures and should be read and understood before you start using your XG700.
XG700 User's Guide About this Manual This section describes target readers, contents, notations, etc. of this guide. Target Readers and Required Knowledge This guide has been written for administrators, who are in charge of network construction, maintenance, and management. To use this guide, the following knowledge is required. Basic knowledge of networks, the Internet, and intranet Basic knowledge of system security This guide omits explanations of network protocol terms.
XG700 User's Guide Contents Preface ..................................2 About this Manual...............................3 Contents ..................................4 Chapter 1 Features and Functions ........................9 1.1 Features ................................10 Chapter 2 Using the CLI ............................11 2.1 Overview of the CLI ............................12 2.1.1 Operating Environment for CLI ........................12 2.1.2 Command Modes and Mode Switching ......................13 2.1.3 startup-config and running-config........................15 2.2 Using the CLI..............................16 2.2.1 How to Enter Commands ..........................16...
Page 5
XG700 User's Guide 4.7.1 Port-Based VLAN ............................41 4.7.2 Tag-Based (IEEE802.1Q) VLAN .........................42 4.7.3 Multiple VLAN..............................43 4.8 Quality of Service (QoS)............................46 4.9 IGMP Snooping ..............................47 4.9.1 Registering Group Members ........................48 4.9.2 Removing Group Members .........................49 4.9.3 Managing Group Members .........................50 4.9.4 IGMP Querier ..............................51 4.9.5 Configuring IGMP Snooping........................52 4.10 Network Management .............................53 4.10.1 Traffic Statistics............................53...
Page 7
XG700 User's Guide 5.13 Port Mirroring Setup Commands........................155 5.13.1 show mirror..............................155 5.13.2 mirror ...............................156 5.14 IGMP Snooping Setup Commands .......................157 5.14.1 show ip snooping.............................157 5.14.2 ip snooping protocol ..........................159 5.14.3 ip snooping vlan ............................160 5.14.4 ip snooping vlan max-group ........................161 5.14.5 ip snooping vlan mrouter.........................162 5.14.6 ip snooping vlan group-member-interval....................163 5.14.7 ip snooping vlan fast-leave........................164...
Page 8
XG700 User's Guide 6.2 Uploading/Downloading Configuration File .....................223 6.2.1 Preparing the TFTP Server ........................223 6.2.2 Uploading Configuration File........................223 6.2.3 Downloading Configuration File ........................223 6.3 Updating Firmware ............................224 6.3.1 Updating Firmware ............................224 6.3.2 Selecting Firmware............................225 6.4 Extracting of Maintenance Information......................226 6.4.1 Procedure for Extracting Maintenance Information when a System Failure/Subsystem Failure Occurred ...................................226 6.4.2 Procedure for Extracting Maintenance Information when a System Loop has Occurred ......227 6.4.3 Procedure for Extracting Maintenance Information when an XG700 Malfunction Occurs......227...
XG700 User's Guide Chapter 1 Features and Functions This chapter describes the features and functions of the XG700. 9/266 All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006...
XG700 User's Guide 1.1 Features The XG700 is a compact, 12-port 10 Gigabit Ethernet Layer 2 switch, which provides the world's highest level throughput and least delay. Special features of the XG700 are shown below: Item Function Features Basic Switch Functions Throughput 240Gbit/s Latency...
XG700 User's Guide Chapter 2 Using the CLI This chapter describes how to use the command line interface (CLI) to operate the XG700. 11/266 All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006...
XG700 User's Guide 2.1 Overview of the CLI This section describes how to use the command line interface (CLI) for the XG Series. 2.1.1 Operating Environment for CLI There are two ways to access the XG700 to run commands. Up to 4 terminal sessions can access the XG700 concurrently. Serial connection Connect to the serial port of the XG700 using RS232C cable.
XG700 User's Guide 2.1.2 Command Modes and Mode Switching The following table shows a hierarchy of command modes and mode switching. Command Modes and Prompt Text Outline (host name for XG700: xg) Operator class The initial-level operating mode entered upon logging into the system.
Page 14
XG700 User's Guide Entering a specific command allows switching from one mode to another. Entering the "exit" command will always take you back to the previous mode. Entering "end" command or pressing [Ctrl] and [Z] simultaneously in the global configuration, interface edit or terminal edit mode allows you to enter the administrator EXEC mode.
XG700 User's Guide 2.1.3 startup-config and running-config The XG700 configuration information is saved to startup-config and running-config files. This section describes the functions of the startup-config and running-config files. startup-config Startup-config is the configuration file that stores the environment settings that are enabled upon XG700 startup. The startup-config is saved in non-volatile memory and read the next time the XG700 begins to be used for the initial settings on the operating environment.
XG700 User's Guide 2.2 Using the CLI 2.2.1 How to Enter Commands Command Entry Format Separate each command, subcommand and argument with a single space. <command> <subcommand> <argument 1> <argument 2> ... (" " indicates a space.) xg(config)# management-interface ip 192.168.1.10/24 default-gw 192.168.1.150 xg(config)# management-interface dns-server 192.168.1.150 Characters that can be entered: −...
XG700 User's Guide 2.2.3 Command Completion If you enter part of a command or option and press the [Tab] key, the CLI displays the remaining command or option characters. xg# con<TAB> ↓ xg# configure _ For example, the only command that begins with "con" is "configure", so the CLI completes the command name as "configure". If you press the [TAB] key, the CLI lists all possible command or option names.
XG700 User's Guide Combinations of keys Description Recalls the previous command. "↑" or [Ctrl] + [P] Recalls the next command. "↓" or [Ctrl] + [N] Moves the cursor back one character. "←" or [Ctrl] + [B] Moves the cursor forward one character. "→"...
XG700 User's Guide 2.2.10 Filtering show Command Output This function allows you to filter show command outputs to extract the lines that satisfy specific conditions (filter for strings). This function is useful in excluding unnecessary information from a large amount of output. To use it, a "show"...
XG700 User's Guide 2.2.12 Displaying using monitor Command For screens that are displayed using the monitor screen, you can perform operations, such as update and move, via specific keys. The following table shows the keys used to perform screen-related operations. Displayed item Meaning ESC:exit...
XG700 User's Guide Chapter 3 Installation This chapter describes the installation procedures for the XG700. Refer to "Using the CLI" for details on using CLI. Refer to "Command Reference" for details on commands. 21/266 All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006...
XG700 User's Guide 3.1 Workflow to Prepare the XG700 This section describes the procedures to setup the XG700 Prepare an operation terminal Prepare a terminal for the configuration. Setting Up Serial Interface Connect the XG700 and terminal with an RS232C cable. The initial setting of baud rate is 9,600bps. Turn on the XG700 to start the system.
XG700 User's Guide 3.1.2 Configure Management LAN Interface The management LAN interface is initially disabled. To use the following functions, configure the management LAN interface. − Telnet connection − SNMP manager connection − System log transmission − Time synchronization using an NTP server −...
XG700 User's Guide 3.2 10GBASE-CX4 Cable Connection The switch chip installed in this device is incorporated with an equalizer that optimizes Rx signals. The use of up to 15m of cable becomes possible by using this function. 3.2.1 Rx Signal Equalizer The equalizer incorporated in the switch chip installed in this device automatically optimizes Rx signals.
XG700 User's Guide Chapter 4 Functions and Procedures for Setting Functions This chapter describes the functions of the XG700 and how to set the functions. Refer to "Operating Environment for CLI" for details on using CLI. Refer to "Command Reference" for details on commands. 25/266 All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006...
XG700 User's Guide 4.1 Basic Switch Functions This section describes the basic switch functions. 4.1.1 Switching Mode The XG700 provides the following two switching modes. Store-and-forward switching mode After the XG700 has finished receiving a frame, it checks the FCS (Frame Check Sequence) and performs a validity check (on packet size, etc.) before forwarding the frame.
XG700 User's Guide Static unicast address By registering a unicast MAC address to which a frame is forwarded with the MAC address table, you can forward a specific unicast frame to a specified port. Static unicast addresses are not subject to MAC address removal controlled by aging function.
XG700 User's Guide 4.1.5 Storm Control The XG700 discards broadcast frames when the number of received broadcast frames is over a given threshold to prevent unnecessary waste of bandwidth due to retained broad cast frames on the network. This function is called "Storm Control". For each port, it is possible to configure storm control.
XG700 User's Guide 4.2 Port Mirroring It is possible to monitor the traffic by mirroring the frames sent or received by a port. To configure Port Mirroring, carry out the following procedure in the administrator EXEC mode. Command Task Switch to global configuration mode. xg# configure terminal Configure the ports to be monitored and mirror ports.
XG700 User's Guide 4.3 Link Pass Through Link Pass Through is a function that monitors the status of a link for a specified port and notifies the device connected to a port (to which a link status notification is sent) of the link status of a monitored port by synchronizing the monitored port with the link status of that port.
XG700 User's Guide 4.4 Link Aggregation Link aggregation is a function that combines multiple ports into a single logical link. A set of ports that comprise a logical link is called an Aggregation Group. Link aggregation provides: Increased bandwidth By grouping multiple physical ports into a single logical link (an aggregation group), you can balance network traffic (data to send and receive) across the physical ports, which provides increased bandwidth.
XG700 User's Guide 4.4.1 Configuring Link Aggregation Either static or dynamic (also known as LACP) configuration can be selected for Link Aggregation. Static configuration Configures aggregation groups statically. LACP Configures link aggregation using Aggregation Control Protocol (LACP). The LACP is a switch-to-switch control protocol that enables dynamic configuration of aggregation groups and is standardized by the IEEE802.3ad.
XG700 User's Guide 4.4.2 Frame Distribution Methods in Link Aggregation How frames are distributed to physical ports that make up an aggregation group is determined by contents of a frame (source and destination MAC addresses). There are three ways to specify how frames are distributed: Frame distribution based on destination MAC address (dst-mac) The destination port is determined based on the destination MAC address of the frames.
XG700 User's Guide 4.4.4 Notes on Link Aggregation The port in aggregation group whose number is the smallest serves as a master port. The setting of an aggregation group immediately after the establishment of link aggregation take over the same settings as those for the master port, excluding the portion of it.
XG700 User's Guide 4.5 Uplink Filter When an uplink domain is defined, the domain's uplink domain port filters (drops) multicast, broadcast and unlearned (flooding) unicast frames from non-membership downlink ports. However it does not filter learned unicast frames that are forwarded based on MAC table.
Page 36
XG700 User's Guide When specifying multiple uplink ports within an uplink domain, frame distribution among the uplink ports is performed as equally from port to port and not by type of frame. Frame distribution changes automatically when a fail-over or fail-back occurs, providing uplink redundancy.
Page 37
XG700 User's Guide The following is an example of a fat tree configuration with network redundancy. To configures uplink filter, carry out the following procedures in the administrator EXEC mode. Command Task Switch to global configuration mode. xg# configure terminal Create a uplink domain that consists of port 11 and 12.
XG700 User's Guide 4.6 Spanning Tree Protocol (STP) The Spanning Tree Protocol (STP) is a function that prevents loops from occurring on a network. It is also possible to provide network redundancy by intentionally creating a loop. STP exclusively uses only one active path between network devices, and shuts out other paths, to avoid network loops. An active path is selected by comparing path costs defined on each path.
XG700 User's Guide 4.6.1 Port Roles Based on Spanning Tree The RSTP assigns one of these port roles to individual ports: Root port Provides the best path (lowest cost) when the switch forwards packets to the root switch. Designated port Connects to the designated switch toward the leaves of the spanning tree.
XG700 User's Guide 4.6.3 Configuring Spanning Tree To configure the spanning tree protocol, carry out the following procedure in the administrator EXEC mode. Command Task Switch to global configuration mode. xg# configure terminal Enable Spanning Tree Protocol. xg(config)# spanning-tree enable Configure Spanning Tree Protocol parameters on the xg(config)# spanning-tree priority <0-61440>...
XG700 User's Guide 4.7 VLAN VLAN (Virtual LAN) is a technology that divides a single network into virtually separated networks. VLAN divides a network into multiple network segmentations, without changing the network physically. This configures a network domain independent from other VLANs. VLAN can change network configuration easily without changing physical cable connections, It can create a flexible network system.
XG700 User's Guide 4.7.2 Tag-Based (IEEE802.1Q) VLAN Tag-based VLAN is a method to configure VLANs so that the frame forwarding decision is based on the extra tag in the MAC header which identifies the VLAN membership. It adds 4 bytes of information called a VLAN tag to a frame, and identifies the VLAN to which the frame belongs.
XG700 User's Guide 4.7.3 Multiple VLAN Identifier or TPID: Tag Protocol Identifier is 0x8100 in IEEE 802.1Q. With the user-defined VLAN tag protocol identifier, the IEEE 802.1Q standard tag can be replaced with a user-defined VPID, allowing for encapsulation in a multiple-tag VLAN. For the frame format, refer to TPID (Tag Protocol Identifier) in "Tag VLAN Frame Format".
Page 44
XG700 User's Guide An example of Multiple VLAN and the movement of frames when the outgoing port is a VLAN member (VLAN-tagged frame), is shown below. An example of Multiple VLAN and the movement of frames when the outgoing port is a VLAN member (VLAN-untagged frame), is shown below.
Page 45
XG700 User's Guide An example of Multiple VLAN and the movement of frames when the user-defined VPID of the incoming and outgoing port differ and the outgoing port is a VLAN member (VLAN-tagged frame), is shown below. An example of multiple VLAN and the movement of frames when the user-defined VPID of the incoming and outgoing port differ and the outgoing port is not a VLAN member (VLAN-untagged frame), is shown below.
XG700 User's Guide 4.8 Quality of Service (QoS) The XG700 provides Quality of Service (QoS) that is based on the IEEE802.1p standard. The XG700 QoS determines the priority of frames at the ingress side using DiffServ, VLAN tag (including priority tag) or port's default priority.
XG700 User's Guide 4.9 IGMP Snooping IP multicast is often used to distribute multimedia data, including video and voice, over a network. A general layer 2 switch floods multicast frames, causing absorption of unnecessary network bandwidth. A layer 3 switch that supports Internet Group Management Protocol (IGMP) manages multicast groups using IGMP packets.
XG700 User's Guide 4.9.1 Registering Group Members Upon reception of an IGMP Report message, the XG700 registers a multicast MAC address with the MAC address table for the port that received the IGMP Report message and the port to which a multicast router is connected. The following figure shows the relationship between the registered IP multicast address and the multicast MAC address.
XG700 User's Guide 4.9.2 Removing Group Members The group members registered by IGMP snooping are removed under the following status. If after receiving an IGMP Report message for group registration, the group member interval expires before the XG700 receives another IGMP Report message, it removes that group member. The default setting for the group member interval is 260 seconds.
XG700 User's Guide 4.9.3 Managing Group Members When network congestion causes Leave message loss or there is a terminal that uses IGMPv1, the multicast router does not receive Leave messages. The multicast router sends out an IGMP General Query message to all terminals (IP address: 224.0.0.1) at intervals (query interval) to determine membership information.
XG700 User's Guide 4.9.4 IGMP Querier In a general network configuration, the multicast router periodically sends out an IGMP General Query message to determine if the hosts on the network are members of any multicast groups by receiving a response from the hosts. IGMP Querier is a function that acts as a proxy for a multicast router when it is not included in a network segment to send an IGMP General Query message to all terminals.
XG700 User's Guide 4.9.5 Configuring IGMP Snooping To configure IGMP snooping, carry out the following procedure in the administrator EXEC mode. Command Task Switch to global configuration mode. xg# configure terminal Enable global IGMP snooping on the XG700. xg(config)# ip snooping protocol igmp Enable IGMP snooping for each VLAN separately.
XG700 User's Guide 4.10 Network Management 4.10.1 Traffic Statistics The XG700 can display traffic statistics to analyze network operations such as traffic, errors, etc. The following are the Traffic Statistics information XG700 provides. Displays traffic information on outgoing and incoming frames for each port. Displays traffic information on incoming frames by frame size range for each port.
XG700 User's Guide 4.10.2 SNMP Agent SNMP (Simple Network Management Protocol) is a protocol that manages network devices via a network. The XG700 supports the SNMP (v1/v2c) function to collect management information (MIB) from a remote network manager (SNMP manager). For operations via SNMP manager, only read-only operations are allowed. For the MIB supported, refer to Appendix C.
XG700 User's Guide 5.1 About Command Reference This section describes how to read command references. 5.1.1 Command System The following is the system of commands provided in the XG700: Item Function Management LAN Interface Configuration They are used to set items related to management LAN interface. commands Serial/telnet configuration commands They are used to set items related to serial and telnet connections.
XG700 User's Guide 5.1.2 Configuration of Command Reference This section describes the configuration of command reference and descriptive content. Function Explains the functions of the commands. Prompt Indicates the prompt of the operation mode, in which commands can be entered. Command syntax Describes the command syntax.
XG700 User's Guide 5.2 Management LAN Interface Configuration Commands This section explains configuration commands related to the Management LAN Interface. 5.2.1 management-lan ip Function Sets the IP address and default gateway, when the Management LAN Interface is used. Use the no form to disable the Management LAN Interface. Prompt xg(config)# Command syntax...
XG700 User's Guide 5.2.2 management-lan dns-server Function Registers the IP address of DNS (Domain Name Service) server, which is used for name resolution of the host name. Up to three DNS servers can be registered. Use the no form to delete registered DNS servers. Prompt xg(config)# Command syntax...
XG700 User's Guide 5.2.3 management-lan domain Function Sets the default domain name when referring to DNS (Domain Name Service) server. For example, when the host name is "hostname1," and "abc.jp" is specified to the default domain name, perform a search for the address with an FQDN (Fully Qualified Domain Name) name of "hostname1.abc.jp."...
XG700 User's Guide 5.2.4 hostname Function Changes the hostname of the XG700. Use the no form to return to the default ("xg"). Prompt xg(config)# Command syntax hostname HOST-NAME no hostname Parameter HOST-NAME Specifies the hostname of the XG700. Specify the hostname using 63 characters or less, with an alphabet character at the beginning.
XG700 User's Guide 5.2.5 remote-host Function Registers remote host information, which shows the relationship between the remote hostname and IP address. By registering the IP address of a remote host, which is used frequently, the name can be specified instead of the IP address, which leads to improved convenience.
Page 63
XG700 User's Guide Example Register the IP address "11.22.33.45" as the hostname of "HOST005," and then "11.22.33.46" as the hostname of "HOST006." Using the show remote-host command, registration of "HOST005" and "HOST006" can be confirmed. xg(config)# remote-host 11.22.33.45 HOST005 xg(config)# remote-host 11.22.33.46 HOST006 xg(config)# exit xg# show remote-host Remote Host 2005/08/22-11:45:46...
XG700 User's Guide 5.3 Serial/telnet Configuration Commands This section explains configuration commands related to serial connection/telnet connection. 5.3.1 terminal pager Function Enables or disables the pager function of the serial/telnet terminal. Prompt xg>, xg# Command syntax terminal pager { on | off } Parameter pager { on | off } Specifies enable/disable of the pager.
XG700 User's Guide 5.3.5 telnet-sever Function Enables telnet connection with the XG700. Use the no form to disable telnet connection. Prompt xg(config)# Command syntax telnet-server no telnet-server Command type Configuration command Default Disabled Example Enable telnet connection to the XG700. xg(config)# telnet-server 5.3.6 terminal window Function...
XG700 User's Guide 5.4 System Basic Operation Commands This section explains the basic commands, which are necessary when using CLI operation of the XG700. 5.4.1 enable Function Switches from the operator exec mode to the administrator exec mode. When a password is set to the "enable" command, entering the password is required. When there is an error in entering the password, entering of the password will be prompted up to three times.
XG700 User's Guide 5.4.3 configure terminal Function Switches from the administrator exec mode to the global configuration mode. Prompt Command syntax configure terminal Command type Operation management commands Message Configuration is locked by other. Explanation A switch in state is not possible because a terminal switching to global configuration mode exists. Solution After switching the terminal switching to global configuration mode to administrator EXEC mode, re-execute the command in this terminal.
XG700 User's Guide 5.4.5 logout Function Logs out and disconnects the session of the terminal. Prompt xg>, or xg# Command syntax logout Command type Operation management commands Example Log out and disconnect the session of the terminal. xg# logout Connection closed by foreign host. 5.4.6 do Function Executes administrator exec mode commands from the global configuration mode.
XG700 User's Guide 5.4.7 help Function Displays help on how to use CLI. Prompt xg>, xg#, xg(config)# , xg(config-if)# , xg(config-agg)# , xg(config-line)# Command syntax Help Command type Operation management commands 5.4.8 password Function Change the login password to the XG700. Prompt Command syntax Password...
XG700 User's Guide 5.4.9 reset Function Restarts the XG700. Prompt Command syntax reset [ factory-default ] Parameter [ factory-default ] When this parameter is specified, the contents of startup-config, log, and login password will be returned to the factory default. Command type Operation management commands Note...
XG700 User's Guide 5.4.11 date Function Displays the date/time of the current system clock. Prompt xg>, or xg# Command syntax date Command type Operation management commands Output form The current date and time is displayed in the form of "year/month/date-hour:minute:second." xg2# date 2005/08/22-14:31:02 5.4.12 date set...
XG700 User's Guide 5.4.13 date timezone Function Sets the time zone of the XG700. Use the no form to return to the default setup. Prompt xg>, or xg# Command syntax Date timezone gmt OFFSET No date timezone Parameter gmt [ OFFSET ] Specifies the time difference from GMT (Greenwich mean time) and sets the time zone.
XG700 User's Guide 5.4.14 date summer-time Function Sets the Day Light Saving Time. Use the no form to return to the default setup. Prompt Command syntax date summer-time START_DAY[/TIME] END_DAY[/TIME] [OFFSET] Parameter START_DAY[/TIME] Specifies the day/time to start the Day Light Saving Time in any form of "Mm.w.d/hhmm," "Jn/hhmm," or "n/hhmm." −...
Page 75
XG700 User's Guide % OFFSET '%1$' is invalid Explanation The specification of OFFSET is incorrect. [[Inserted string]]%2$: incorrect parameter value is displayed. Solution Correct the error of the parameter, and execute it again. % Parameter '%1$' is too long Explanation Specification of the parameter is too long.
XG700 User's Guide 5.4.15 ping Function Checks if communication with the specified host is possible by sending ICMP Echo Request packet to the specified host from the manage LAN interface of the XG700 and receiving ICMP Echo Reply packet. Prompt xg>, or xg# Command syntax ping HOST [ count <1-100>...
XG700 User's Guide 5.4.16 enable password Function Sets the password for the enable command. Use the no form to enable the password protection. Prompt xg(config)# Command syntax enable password no enable password Parameter password Specifies the password in enable. After executing the command, entering of the password will be prompted. (Enter twice for confirmation.) Specify the password length in the range of five to 16 characters.
XG700 User's Guide 5.4.17 banner Function Sets the banner string to display when logging in to the XG700. Use the no form to deter the banner string to display. Prompt xg(config)# Command syntax banner login LINE banner login default no banner Parameter login LINE Sets a banner string.
XG700 User's Guide 5.4.18 ntp-server Function Synchronizes the specified NTP server with the system time, using NTP (Network Time Protocol) Version3. Up to four NTP servers can be registered. Use the no form to return the setting to default. Prompt xg(config)# Command syntax ntp-server host HOST...
XG700 User's Guide 5.5 Configuration File Operation Command This section explains the commands related to configuration file and file operation in the volatile memory. 5.5.1 copy running-config startup-config Function Stores the configuration file (running-config) in the volatile memory, on which the system is currently operating, to startup-config in nonvolatile memory.
XG700 User's Guide 5.5.3 show running-config (redirect) Function Copies the configuration information (running-config) in the currently operating volatile memory to the volatile memory. Also, it can be copied directly to a file in the TFTP server using the "tftp" command. Prompt Command syntax show running-config >...
XG700 User's Guide Note When copied in the volatile memory, the information will be lost when the system is restarted. If uploading is necessary, restart the system after storing the data in the TFTP server using the "tftp" command. If there are no files in the TFTP server, or directories are specified, an error may occur. (it depends on the functionality of the TFTP server) If timeout setting of the TFTP server is too short, an error may occur.
XG700 User's Guide 5.5.5 show startup-config (redirect) Function Copies the configuration information (startup-config) stored in the nonvolatile memory of the XG700 to the volatile memory. Also, it can be copied directly to a file in the TFTP server using the "tftp" command. Prompt Command syntax show startup-config >...
XG700 User's Guide Note When copied in the volatile memory, the information will be lost when the system is restarted. If uploading is necessary, restart the system after storing the data in the TFTP server using the "tftp" command. If there are no files in the TFTP server, or directories are specified, an error may occur. (it depends on the functionality of the TFTP server) If timeout setting of the TFTP server is too short, an error may occur.
Page 85
XG700 User's Guide % tftp: %1$: Host name lookup failure Explanation The specified hostname does not exist. [[Inserted string]]%1$: specified hostname Solution Check whether the specified hostname is correct. % tftp: server says: %1$ Explanation An error has been received from the TFTP server. [[Inserted string]]%1$: content of error message received from the TFTP server.
XG700 User's Guide 5.5.7 dir/ls Function Lists the files in the volatile memory of the XG700. Prompt Command syntax Command type Operation management commands Output form xg# dir Update-time File-size File-name - 2005/08/22 19:23:03 system_info_20050822 - 2005/08/22 19:22:41 2,604 start_conf_20050822 - 2005/08/22 19:22:19 2,655 run_conf_20050822...
XG700 User's Guide 5.5.8 delete Function Deletes the files in the volatile memory of the XG700. Prompt Command syntax delete FILE-NAMES Parameter FILE-NAMES Specifies the name of the file to delete in the volatile memory. Specify a generic designation with "*" (asterisk) for the file name, and files whose "*" part corresponds to the file name of arbitrary strings will be deleted.
XG700 User's Guide 5.5.9 rename Function Changes the file names in the volatile memory. Prompt Command syntax rename FROM-NAME TO-NAME Parameter FROM-NAME Specifies the file name to change. TO-NAME Specifies a file name to which the file name will be changed. Follow the rules below in specifying file names: −...
XG700 User's Guide 5.5.10 tftp get Function Downloads files on the TFTP server into the volatile memory of the XG700. Prompt Command syntax tftp get HOST REMOTE-FILE [ LOCAL-FILE ] Parameter HOST Specify the hostname of the TFTP server or IP address. IP addresses that can be specified are: 1.0.0.1 - 126.255.255.254, 128.0.0.1 - 191.255.255.254, and 192.0.0.1 - 223.255.255.254.
XG700 User's Guide 5.5.11 tftp put Function Uploads the files into the volatile memory to the TFTP server. Prompt Command syntax tftp put HOST LOCAL-FILE [ REMOTE-FILE ] Parameter HOST Specify the hostname of the TFTP server or IP address. IP addresses that can be specified are: 1.0.0.1 - 126.255.255.254, 128.0.0.1 - 191.255.255.254, and 192.0.0.1 - 223.255.255.254.
XG700 User's Guide 5.6 Switch Basic Configuration Commands This section explains configuration commands related to general operation of the switch. 5.6.1 clear bridge mac-address-table Function Deletes dynamically-learned MAC addresses from the MAC address table. Prompt Command syntax #clear bridge mac-address-table dynamic { all | port <1-12> | agg-port <1-6> } Parameter dynamic { all | port <1-12>...
XG700 User's Guide 5.6.2 show bridge Function Displays the basic configuration file of the switch. Prompt xg> or xg# Command syntax show bridge Command type Operation management commands Output form xg# show bridge Switch Basic Information 2005/08/22-12:12:15 =============================================================================== Aging Time : {Disabled | <10-1756>...
XG700 User's Guide 5.6.3 show bridge mac-address-table Function Displays the MAC address information registered in the MAC address table. Prompt xg> or xg# Command syntax show bridge mac-address-table [ { static | dynamic | igmp-snooping } ] Parameter static Displays only static MAC addresses. dynamic Displays only dynamic MAC addresses.
XG700 User's Guide Example Display the content of all MAC address tables. xg# show bridge mac-address-table Mac Address Table Information 2005/08/22-12:12:15 =================================================================== Static Mac-address Table ------------------------------------------------------------------- Mac-address Vlan-id Destination-port -------------- -------- -------------------- 0001.123a.4321 vlan-1 port 2 0002.123a.4321 vlan-1 port 4 0003.123a.4321 vlan-3 filter ef01.123a.4321 vlan-3...
XG700 User's Guide 5.6.5 bridge jumbo-frame Function Sets the maximum frame size of the jumbo frame. The maximum frame size that can be forwarded is 15360 byte. Use the no form to return to the default setup. Prompt xg(config)# Command syntax bridge jumbo-frame [ { 9216 | 12288 | 15360 } ] no bridge jumbo-frame Parameter...
XG700 User's Guide 5.6.6 bridge learn-mode Function Sets the MAC address table learning mode. The XG700 supports two types of SVL (Shared Vlan Learning) and IVL (Independent VLAN Learning). SVL(Shared VLAN Learning) Regardless of VLAN to which a frame belongs, it is learned as a MAC address entry (mapping of MAC address for port) common to every VLAN.
XG700 User's Guide 5.6.7 bridge mac-address-table Function By registering static MAC addresses to the MAC address table, frames with specific destination MAC addresses can be forwarded to a specified port. When a unicast static MAC address is registered, dynamic MAC addresses will not be learned, even when frames sent from the same MAC address are received from a different port.
Page 98
XG700 User's Guide % Vlan id is not found. vid=%1$ Explanation The specified VLAN is not created. [[Inserted string]]%1$: VLAN ID Solution Review the specification of vlan, and execute the command again. % Port is not vlan member. port %1$ vid=%2$ Explanation The port is not the specified VLAN member.
XG700 User's Guide 5.6.8 bridge mac-address-table filter Function By registering a MAC address to filter, the frame of a specific destination MAC address can be discarded. When filtering of a MAC address is registered, dynamic learning to the MAC address table will not be performed, even when frames sent from the same MAC address are received from a different port.
Page 100
XG700 User's Guide Example The following is an example to filter a MAC address 0001.2300.4567. xg(config)# bridge mac-address-table static 0001.2300.4567 filter Filter a MAC address c1b1.123a.4321 at VLAN3. Frames, which have this MAC address as its destination, are discarded at VLAN3.
XG700 User's Guide 5.6.9 bridge aging-time Function Sets the aging time (the remaining time before the MAC address dynamically learned in the MAC address table expires). The set aging time is applied to all VLANs. Use the no form to return to the default setup. Prompt xg(config)# Command syntax...
XG700 User's Guide 5.7 Link Aggregation Configuration Commands This section explains the commands required in using link aggregation. 5.7.1 show link-aggregation Function Displays the state of an aggregation group. Prompt xg> or xg# Command syntax show link-aggregation [ agg-port <1-6> ] Parameter agg-port <1-6>...
Page 103
XG700 User's Guide Protocol The control protocol to comprise a link aggregation is displayed. − None Comprises a static link aggregation. − LACP - Active Uses LACP as the control protocol for link aggregation, and comprises a link aggregation by LACP in Active mode.
Page 104
XG700 User's Guide Link aggregation common information Link aggregation information related to the switch in general will be displayed. The display content is the same as the case of a static link aggregation. LACP Link aggregation specific information A state common to each aggregation group will be displayed. System Key The system key information used in LACP is displayed.
XG700 User's Guide 5.7.2 link-aggregation Function The link aggregation is a function to show multiple ports among switches as a logical link (aggregation group). This command is used to set a link aggregation. There are two types of link aggregation: static link aggregation and LACP. Static link aggregation An aggregation group is created statically.
Page 106
XG700 User's Guide minimum-port <1-6> Specifies the minimum value of the number of ports in link up state required to maintain link up state of the aggregation group. When the number of ports in link up state comprising an aggregation group becomes less than the minimum number of ports specified in this parameter, the aggregation group becomes in link down state.
XG700 User's Guide Note Among the ports comprising the aggregation group, the port with the smallest port number will be the master port. The setting of an aggregation group immediately after a link aggregation is created will inherit the same setting as that of the master port.
XG700 User's Guide 5.7.4 lacp port-priority Function Sets the priority of ports in LACP. This LACP port priority is used as information to identify ports in LACP, but usually it is not necessary to be changed. Use the no form to return to the default setup. Prompt xg(config)# Command syntax...
XG700 User's Guide 5.8 Uplink Filter Commands This section explains the commands related to uplink filter configuration. 5.8.1 show uplink Function Display configuration of uplink domain and the state of downlink member ports. Prompt xg>, or xg# Command syntax show uplink Command Type Operation management command Output format...
XG700 User's Guide 5.8.2 uplink-domain Function Create uplink domain and assign the member of uplink ports for it. Use the no form to release the domain membership. Prompt xg(config)# Command syntax uplink-domain <1-12> port <1-12> [ <1-12> ・・・ ] no uplink-domain <1-12> Parameter uplink-domain <1-12>...
Page 111
XG700 User's Guide Example The following is an example to configure port 3 and 4 as uplink ports of domain 3, and then, displaying the information of uplink domain by using "show" command. xg(config)# uplink-domain 3 port 3 4 xg# show uplink Uplink Domain Information 2006/03/17-14:35:25 ===============================================================================...
XG700 User's Guide 5.8.3 downlink allowed uplink-domain Function Configure the downlink ports belonging to the uplink domain. Use the no form to release the membership. Prompt xg(config-if)#, or xg(config-agg)# Command syntax downlink allowed uplink-domain { <1-12> | all } no downlink allowed uplink-domain { <1-12> | all } Parameter uplink-domain { <1-12>...
XG700 User's Guide 5.9 Switch Port Configuration Commands This section explains configuration commands of each port of the switch. 5.9.1 show interface Function Displays the port state of the specified switch. Prompt xg>, or xg# Command syntax show interface [ { port <1-12> | agg-port <1-6> } ] Parameter port <1-12>...
Page 114
XG700 User's Guide Link Status Detail Details of the port is displayed: Display Meaning The shutdown command has been executed. Since the shutdown command and link-aggregation command have been executed, the port is down for a certain period of time. AGG-MIN The number of ports in link up state comprising an aggregation group has become less than the minimum number of ports.
Page 115
XG700 User's Guide Filter Information Ingress Filter (no vlan member) The state of ingress filtering by VLAN ID is displayed. − Disabled The ingress filtering by VLAN ID is disabled. − Enabled The ingress filtering by VLAN ID is enabled. Discards frames of VLAN ID not belonging to VLAN member, when they are received.
XG700 User's Guide 5.9.2 shutdown (Administrator exec mode) Function Shuts down the port of a switch from the administrator exec mode. Use the no form to enable the port of the switch again. Prompt Command syntax shutdown port <1-12> [ <1-12> ] no shutdown port <1-12>...
XG700 User's Guide 5.9.4 interface port Function Switches from the global configuration mode to the interface edit mode, in which ports are set. When more than one port is specified, the multiple ports can be set collectively. Prompt xg(config)# Command syntax interface port <1-12>...
XG700 User's Guide 5.9.5 flowcontorol Function Sets transmission and reception modes for the PAUSE frame for Flow Control to the switch port. Additionally, Flow Control by receiving the PAUSE frame is always enabled. Use the no form to return to the default setup. Prompt xg(config-if)#, or xg(config-agg)# Command syntax...
XG700 User's Guide 5.9.6 storm-control Function Enables broadcast storm control for the ports. Use the no form to disable storm control. Prompt xg(config-if)#, or xg(config-agg)# Command syntax storm-control no storm-control Command type Configuration command Default None Note When storm state is detected, the port will be in violation state. After eliminating the cause of the storm state, clear the violation state with the "clear violation"...
XG700 User's Guide 5.9.8 shutdown (Interface edit mode) Function Shuts down the ports so that they cannot be used. Use the no form to enable the ports again. Prompt xg(config-if)#, or xg(config-agg)# Command syntax shutdown no shutdown Command type Configuration command Default None Example...
XG700 User's Guide 5.9.10 port-security Function Sets port security by the source MAC address. When port security is enabled, register the MAC address to permit using the "bridge mac-address-table" command. Use the no form to disable port security. Prompt xg(config-if)#, or xg(config-agg)# Command syntax port-security violation { restrict | shutdown } no port-security...
XG700 User's Guide 5.9.11 link-pass-through Function Link Pass Through is a function that monitors the link state of a specific port, and, by synchronizing the link state of the specified port, promptly notifies changes of the link state to devices connected to the port to notify. This command specifies the link state monitoring port and the port to notify link state.
XG700 User's Guide 5.9.12 ingress-bandwidth Function Sets ingress rate limiting value of ports. When reception traffic exceeds the ingress rate limiting value, received frames will be discarded. Use the no form to return to the default setup. Prompt xg(config)# , or xg(config-agg)# Command syntax ingress-bandwidth <40-10000>...
XG700 User's Guide 5.9.13 multicast-forwarding Function Sets forwarding method of multicast frames. Use the no form to return to the default setup. Prompt xg(config)# , or xg(config-agg)# Command syntax multicast-forwarding { forward-all | forward-unregistered-mac | filter-unregistered-mac } no multicast-forwarding Parameter { forward-all | forward-unregistered-mac | filter-unregistered-mac } Specifies forwarding method of multicast frames.
XG700 User's Guide 5.9.14 link-signal-tune Function This command performs the settings for the internal parameter used for Rx signal optimization and for the timing at which optimization will be performed. Use the no form to return to the default setup. When connecting with an IEEE802.3ak compliant device it is not necessary to change settings using this command.
XG700 User's Guide 5.9.15 link-signal-force-tune Function This command performs forced optimization for Rx signals. This command is not normally required because optimization for the Rx signal is performed automatically. Prompt Command syntax link-signal-force-tune port <1-12> [<1-12> Parameter port <1-12> [<1-12> Sets the port for which forced Rx signal optimization is performed.
XG700 User's Guide 5.10 Spanning Tree Protocol (STP) Configuration Commands This section explains the commands required in using Spanning Tree Protocol. 5.10.1 show spanning-tree Function Displays the state of Spanning Tree Protocol. Prompt xg>, or xg# Command syntax show spanning-tree [ detail [ { port <1-12> | agg-port <1-6> } ] ] Parameter detail Displays the state of Spanning Tree in detail.
Page 128
XG700 User's Guide Switch Information for Spanning Tree Spanning Tree Protocol information on switch in general is displayed. Spanning Tree The operation state of Spanning Tree Protocol is displayed. − Disabled Spanning Tree Protocol is disabled. − Enabled Spanning Tree Protocol is enabled. Root Switch Priority The priority of the switch selected as the root switch is displayed in a decimal number.
Page 129
XG700 User's Guide Mode The mode of Spanning Tree Protocol corresponding to the switch port is displayed. − The switch port is operating in STP (IEEE 802.1D Spanning Tree Protocol) mode. − RSTP The switch port is operating in RSTP (IEEE 802.1w Rapid Spanning Tree Protocol) mode. −...
Page 130
XG700 User's Guide Output form (in detailed display) xg# show spanning-tree detail Spanning Tree Information 2005/08/22-12:12:15 =============================================================================== Switch Information for Spanning Tree --------------------------------------------------------------- Spanning Tree : {Enable | Disable} Root Switch Priority: 32768 Root Switch ID : 8000.0080.17C2.0511 Root Path Cost Root Port : port-1 Switch Priority...
Page 131
XG700 User's Guide Link Type Indicates the link type state of the current line. − Point-to-point A point-to-point line. − Shared A shared line. Forward-Transitions Displays the number of times ports have been changed to forwarding state. Portfast The setting state of Portfast is displayed. −...
XG700 User's Guide 5.10.2 spanning-tree Function Enables Spanning Tree Protocol (STP). Use the no form to disable Spanning Tree Protocol. Prompt xg(config)# Command syntax spanning-tree no spanning-tree Command type Configuration command Default None Message % port %1$ is membership of uplink-domain %2$. Explanation The specified port already belongs to an uplink domain.
XG700 User's Guide 5.10.4 spanning-tree priority Function Sets switch priority of Spanning Tree. The switch which switch priority is smallest is selected for the root switch of the Spanning Tree. Use the no form to return to the default state. Prompt xg(config)# Command syntax...
XG700 User's Guide 5.10.5 spanning-tree hello-time Function The hello time is a time interval to send BPDUs. The switch informs all the other switches of root switch information by periodically sending BPDUs. Use the no form to return to the default setup. Prompt xg(config)# Command syntax...
XG700 User's Guide 5.10.6 spanning-tree max-age Function The maximum age (max-age) of Spanning Tree is a valid time of the received BPDUs. When BPDUs are not received within the valid time, the topology of Spanning Tree will be recalculated, and the switch will send BPDUs with the switch itself as the root switch.
XG700 User's Guide 5.10.7 spanning-tree forward-time Function The forward delay time of Spanning Tree is the time required in each state when the ports transit to forwarding state. The no form of is used to return to the default setup. Prompt xg(config)# Command syntax...
XG700 User's Guide 5.10.8 spanning-tree port-priority Function Sets a port priority of the Spanning Tree. A smaller value has a higher priority. Use the no form to return to the default setup. Prompt xg(config-if)# ,or xg(config-agg)# Command syntax spanning-tree port-priority <0-240> no spanning-tree port-priority Parameter port-priority <0-240>...
XG700 User's Guide 5.10.9 spanning-tree port-path-cost Function Sets a path cost of each port. Use the no form to return to the default setup. Prompt xg(config-if)#, or xg(config-agg)# Command syntax spanning-tree port-path-cost <1-200000000> no spanning-tree port-path-cost Parameter port-path-cost <1-200000000> Sets a path cost of each port. It can be within the range of 1 to 200000000. The following path cost values are recommended by IEEE802.1D.
XG700 User's Guide 5.10.10 spanning-tree path-cost-default Function Sets the version of path cost (IEEE802.1D: 16bits or IEEE802.1D:32bits) to be used for the Spanning Tree Protocol. Use the no form to return to the default setup. Prompt xg(config)# Command syntax spanning-tree path-cost-default { 16bit | 32bit } no spanning-tree path-cost-default Parameter path-cost-default { 16bit | 32bit }...
XG700 User's Guide 5.10.11 spanning-tree portfast Function The “portfast” function reduces the time required to reconfigure the STP topology. When the function detects a link down of the root port in the spanning tree, it skips the topology recalculation and directly switches from the blocking status to the forwarding status.
XG700 User's Guide 5.10.12 spanning-tree portfast bpdu-guard Function Enable the BPDU guard with the port in which the portfast function is valid. If the port having the enabled BPDU guard receives a BPDU, this port is shut down and its communication fails. During this time, the received BPDU is not processed.
XG700 User's Guide 5.10.13 spanning-tree portfast errdisable-timeout Function Set the timer to release the port automatically from the shutdown status by the BPDU card in which the portfast function and BPDU guard function is valid. This command can also set a timer value at the same time. The no form to is used to return to the default setup.
XG700 User's Guide 5.10.14 spanning-tree portfast bpdu-filter Function Enable the BPDU filter for the port in which the portfast function is valid. The port having the enabled BPDU filtering does not send or receive a BPDU. Use the no form to return to the default setup. Prompt xg(config-if)#, or xg(config-agg)# Command syntax...
XG700 User's Guide 5.11 Virtual LAN (VLAN) Setup Commands This section explains the setting command related to the virtual LAN (VLAN). 5.11.1 show vlan Function Displays an information about the available VLAN status and VLAN membership status. Prompt xg>, or xg# Command syntax show vlan Command type...
XG700 User's Guide 5.11.2 vlan Function Creates a VLAN. Also, it can name the VLAN to allow its easy identification. Up to 128 VLANs can be created. Use the no form to delete the VLAN. Prompt xg(config)# Command syntax vlan <1-4094> [ name VLAN_NAME ] no vlan <2-4094>...
XG700 User's Guide 5.11.3 port-vlan-id Function The port VLAN system allows you to set a port to explicitly belong to a VLAN and configure the VLAN by grouping each port. However, when a frame with VLAN tags is received, the VLAN tag information precedes. This command sets the default port VID (default PVID) of the switch port.
XG700 User's Guide 5.11.4 vlan-member allowed Function Registers a port as a VLAN membership. Use the no form to release the VLAN membership. Prompt xg(config-if)#, or xg(config-agg)# Command syntax vlan-member allowed vlan { <1-4094> | all } { egress-untagging | egress-tagging } no vlan-member allowed vlan { <1-4094>...
XG700 User's Guide 5.11.5 user-vlan-protocol-id Function The VLAN tag protocol ID (VPID or TPID) used for VLAN tag identification can be changed to the user-defined value of each port. The standard VLAN tag protocol ID has been defined to 0x8100 in IEEE 802.1Q. However, you can use the standard tag of IEEE 802.1Q as the multiple-tag VLAN which has been encapsulated with the user-defined VPID (or TPID) tag (*).
XG700 User's Guide 5.11.6 ingress-filter no-vlan-member-frame Function Enables VLAN ingress filtering. If the VLAN ingress filter is enabled, frames of the VLAN which the port is not registered as a member are discarded. Use the no form to disable the ingress filtering. Prompt xg(config-if)#, or xg(config-agg)# Command syntax...
XG700 User's Guide 5.11.8 ingress-filter untagged-frame Function Specifies to discard VLAN untagged frames. Use the no form to disable frame discarding. Prompt xg(config-if)#, or xg(config-agg)# Command syntax ingress-filter untagged-frame no ingress-filter untagged-frame Parameter untagged-frame Discards VLAN untagged frames when they are received. Command type Configuration command Default...
XG700 User's Guide 5.11.9 vlan-statistics collection Function Sets the VLANs to collect their statistics information. Up to 32 VLANs can be set. Use the no form to cancel collecting the VLAN statistics information. Prompt xg(config)# Command syntax vlan-statistics collection <1-4094> [ <1-4094> no vlan-statistics Parameter collection <1-4094>...
XG700 User's Guide 5.12 QoS Setup Commands This section explains the Quality of Service (QoS) setup commands. 5.12.1 show qos Function Displays the current Quality of Service (QoS) status. Prompt xg>, or xg# Command syntax show qos [ { default-priority | qos-map } ] Parameter default-priority Displays the default priority value of the port.
XG700 User's Guide 5.12.2 qos default-priority Function Sets the default priority for frames having no priority information (such as VLAN untagged frames). Use the no form to return to the default setup. Prompt xg(config-if)#, or xg(config-agg)# Command syntax qos default-priority <0-7> no qos default-priority Parameter default-priority <0-7>...
XG700 User's Guide 5.12.4 bridge diffserv-tos Function Enables Quality of Service using the DiffServ code point. When priority control by DiffServ codes is enabled, any priority included in a VLAN tag and the default priority are ignored. Use the no form to disable DiffServ code control. Prompt xg(config)# Command syntax...
XG700 User's Guide 5.13 Port Mirroring Setup Commands This section explains the commands for port mirroring setup. 5.13.1 show mirror Function Displays the current mirroring setup for send and receive frames. Prompt xg>, or xg# Command syntax show mirror Command type Operation management command Output format xg# show mirror...
XG700 User's Guide 5.13.2 mirror Function Sets the port mirroring. Use the no form to cancel the port mirroring setup. Prompt xg(config)# Command syntax mirror monitored-port <1-12> [rx-mirroring-port <1-12>] [tx-mirroring-port <1-12>] no mirror Parameter monitored-port <1-12> Specifies a port number to be monitored. rx-mirroring-port <1-12>...
XG700 User's Guide 5.14 IGMP Snooping Setup Commands This section explains the IGMP snooping setup commands. 5.14.1 show ip snooping Function Displays the IGMP snooping information. Prompt xg>, or xg# Command syntax show ip snooping [vlan <1-4094> ] show ip snooping mrouter [vlan <1-4094>] show ip snooping group [vlan <1-4094>] Parameter [vlan <1-4094>]...
Page 158
XG700 User's Guide [vlan 1] The VIDs of applicable VLANs are displayed. IGMP snooping The IGMP operation state of applicable VLANs are displayed. − Enabled IGMP snooping is enabled. − Disabled IGMP snooping is disabled. Registered group number The number of registered multicast groups are displayed through IGMP snooping. −...
XG700 User's Guide Output format (if “mrouter” is specified) Only the multicast router information is extracted from the IGMP snooping information and displayed. xg# show ip snooping mrouter IGMP Snooping Information(Multicast Router) 2005/04/24-22:19:52 =============================================================================== Vlan Type Mrouter ports ---- ------- ------------- 1 static port 5 2 dynamic port 6 ----------------------------------------------------------------------------...
XG700 User's Guide 5.14.3 ip snooping vlan Function Enables IGMP snooping of each VLAN. The IGMP snooping can be enabled for each VLAN only after you have enabled the global IGMP snooping using the “ip snooping protocol” command. Use the no form to return to the default setup. Prompt xg(config)# Command syntax...
XG700 User's Guide 5.14.4 ip snooping vlan max-group Function Defines the number of multicast groups which can be registered for IGMP snooping of each VLAN. Use the no form to return to the default setup. Prompt xg(config)# Command syntax ip snooping vlan <1-4094> max-group <10-128> no ip snooping vlan <1-4094>...
XG700 User's Guide 5.14.5 ip snooping vlan mrouter Function Automatically learns the IGMP query message receiving port as the multicast router port. This command can statically set multicast router ports. Also, it can change the automatic learning mode of multicast router ports.
XG700 User's Guide % Can't set mrouter on a port which belongs to an aggregation port. Explanation A port which configures a link aggregation cannot be specified for port. Solution Review the specified port number and reissue the command. When setting for the aggregation group specify agg-port.
XG700 User's Guide 5.14.7 ip snooping vlan fast-leave Function Set the Fast Leave mode of the IP multicast group for the port where the IGMP Leave message is received. In the Fast Leave mode, the leaving is not checked when the IGMP Leave message is received. Use the no form to return to the default setup.
XG700 User's Guide 5.14.8 ip snooping vlan last-member-interval Function Sets the monitoring time (in seconds) to check for leaving of the last member of IP multicast group. If an IGMP Report message is not issued within the monitoring time after reception of IGMP Leave message, the IP multicast group is deleted. Use the no form to return to the default setup.
XG700 User's Guide 5.14.9 ip snooping vlan send-query-count Function Sets a query message transmission frequency. Use the no form to return to the default setup. Prompt xg(config)# Command syntax ip snooping vlan <1-4094> send-query-count <1-3> no ip snooping vlan <1-4094> send-query-count Parameter vlan <1-4094>...
XG700 User's Guide 5.14.10 ip snooping vlan querier Function The IGMP Querier function sends an IGMP General Query message to each terminal instead of the multicast router if no multicast router exists in a network segment. This command enables the IGMP querier. The query message transmission interval (called “Query interval”) is calculated based on the query message transmission frequency and the group valid time (called “Group member interval”) as follows.
XG700 User's Guide 5.15 Statistics Commands The XG700 can display statistics using several calculation methods. The statistics can be displayed by the “monitor” command which periodically updates the information or by the “show statistics” command which displays the snapshot. The transmission byte statistics information does not include preambles (framing bytes). Set the terminal screen size to 50 columns by 12 lines or more when issuing the “monitor”...
XG700 User's Guide 5.15.1 monitor traffic-bytes Function Displays the transmission frame length (in bytes) at each port. Prompt xg> or xg# Command syntax monitor traffic-bytes { current | total } [interval <3-60>] Parameter { current | total } Specifies the statistics to be displayed. −...
Page 170
XG700 User's Guide Output format (if "total" is specified) xg# monitor traffic-bytes total Traffic Statistics(Total Frame Bytes) 2005/08/22-12:12:15 ============================================================== Port Link State/ Tx-Frame Rx-Frame STP State Bytes Bytes ---- ------------- ----------- ------------ 1 Up/Discard 1234567890K 1234567890K 2 Down 1234567890G 1234567890G 3 Up/Discard 1234567890M 1234567890M...
XG700 User's Guide 5.15.2 monitor traffic-counts Function Displays the transmission frame count at each port. Prompt xg> or xg# Command syntax monitor traffic-counts { current | total } [interval <3-60>] Parameter { current | total } Specifies the statistics to be displayed. −...
Page 172
XG700 User's Guide Output format (if “total” is specified) xg# monitor traffic-counts total Traffic Statistics(Total Frame Counts) 2005/08/22-12:12:15 ====================================================================== Port Link State/ Tx-Frames Rx-Frames Rx-Bcast Rx-Mcast STP State Counts Counts Counts Counts ---- ------------ ----------- ----------- ----------- ----------- 1 Up/Discard 1234567890K 1234567890K 1234567890K...
XG700 User's Guide 5.15.3 monitor framesize-traffic-counts Function Displays the transmission frame count in each size of frames which have been sent or received at each port. Prompt xg> or xg# Command syntax monitor framesize-traffic-counts { current | total } [interval <3-60>] Parameter { current | total } Specifies the statistics to be displayed.
Page 174
XG700 User's Guide Output format (if "total" is specified) xg# monitor framesize-traffic-counts total Framesize Traffic Statistics(Total Frame Counts) 2005/08/22-12:12:15 ========================================================================================= Port Link State/ FrameSize FrameSize FrameSize FrameSize Framesize FrameSize STP State 0-64 65-127 128-255 256-511 512-1023 1024-1518 ---- ----------- ----------- ----------- ----------- ----------- ----------- ----------- 1 Up/Discard 1234567890K 1234567890K 1234567890K 1234567890K 1234567890K 1234567890K 2 Down...
XG700 User's Guide 5.15.4 monitor qos-priority-traffic-bytes Function Displays the number of bytes received at each port for each QoS priority. Prompt xg> or xg# Command syntax monitor qos-priority-traffic-bytes { current | total } [interval <3-60>] Parameter { current | total } Specifies the statistics to be displayed.
XG700 User's Guide 5.15.5 monitor qos-priority-traffic-counts Function Displays the number of frames received at each port for each QoS priority. Prompt xg> or xg# Command syntax monitor qos-priority-traffic-counts { current | total } [interval <3-60>] Parameter { current | total } Specifies the statistics to be displayed.
XG700 User's Guide 5.15.6 monitor vlan-traffic-bytes Function Displays the received byte count of each VLAN. Prompt xg> or xg# Command syntax monitor vlan-traffic-bytes { current | total } [interval <3-60>] Parameter { current | total } Specifies the statistics to be displayed. −...
XG700 User's Guide 5.15.7 monitor vlan-traffic-counts Function Displays the received frame count of each VLAN. Prompt xg> or xg# Command syntax monitor vlan-traffic-counts { current | total } [interval <3-60>] Parameter { current | total } Specifies the statistics to be displayed. −...
XG700 User's Guide 5.15.8 monitor dataflow Function Displays statistics including both pause frame transmission to/from each port and transmission processing. Prompt xg> or xg# Command syntax monitor dataflow { current | total } [interval <3-60>] Parameter { current | total } Specifies the statistics to be displayed.
Page 180
XG700 User's Guide VLAN-Drop Counts Displays the number of frames which have been discarded due to the reception of non-VLAN member frames that are not allowed to be forwarded among those received at each port after the startup of this command. Output format (if "total"...
XG700 User's Guide 5.15.9 monitor error Function Displays error traffic statistics of each port. Prompt xg> or xg# Command syntax monitor error { current | total } [interval <3-60>] Parameter { current | total } Specifies a point to start calculating the statistics to be displayed. −...
Page 182
XG700 User's Guide Output format (if "total" is specified) xg# monitor error total Error Statistics(Total Counts) 2005/08/22-12:12:15 ================================================================================= Port Rx Rx & Tx Rx & Tx Rx & Tx Rx & Tx Total Over Under Fragment Jabber Align Lost ---- -------- --------- --------- --------- --------- --------- ----------...
XG700 User's Guide 5.15.10 show statistics traffic-bytes Function Displays the cumulative number of bytes which have been sent or received to/from each port after the system startup. Prompt xg> or xg# Command syntax show statistics traffic-bytes Command type Operation management command Output format xg# show statistics traffic-bytes Traffic Statistics(Total Frame Bytes) 2005/08/22-19:22:55...
XG700 User's Guide 5.15.11 show statistics traffic-counts Function Displays the cumulative number of frames which have been sent or received to/from each port after the system startup. Prompt xg> or xg# Command syntax show statistics traffic-counts Command type Operation management command Output format xg# show statistics traffic-counts Traffic Statistics(Total Frame Counts)
XG700 User's Guide 5.15.12 show statistics framesize-traffic-counts Function Displays traffic statistics of each port in different frame size groups. Prompt xg> or xg# Command syntax show statistics framesize-traffic-counts Command type Operation management command Output format xg# show statistics framesize-traffic-counts Framesize Traffic Statistics(Total Frame Counts) 2005/08/22-19:44:11 ===================================================================== [No.1] Port...
XG700 User's Guide 5.15.13 show statistics qos-priority-traffic-bytes Function Displays the traffic (the number of frames) of each port in different QoS priorities after the startup of system hardware. Prompt xg> or xg# Command syntax show statistics qos-priority-traffic-bytes Command type Operation management command Output format xg# show statistics qos-priority-traffic-bytes Qos Priority Traffic Statistics(Total Frame Bytes) 2005/08/22-19:46:24...
XG700 User's Guide 5.15.14 show statistics qos-priority-traffic-counts Function Displays the traffic (the number of frames) of each port in different QoS priorities after the startup of system hardware. Prompt xg> or xg# Command syntax show statistics qos-priority-traffic-counts Command type Operation management command Output format xg# show statistics qos-priority-traffic-counts Qos Priority Traffic Statistics(Total Frame Counts) 2005/08/22-19:49:53...
XG700 User's Guide 5.15.15 show statistics vlan-traffic-bytes Function Displays the traffic (in bytes) of each VLAN after startup of the system equipment. Prompt xg> or xg# Command syntax show statistics vlan-traffic-bytes Command type Operation management command Output format xg# show statistics vlan-traffic-bytes VLAN Traffic Statistics(Total Frame Bytes) 2005/08/22-19:55:34 =============================================================== [No.1]...
XG700 User's Guide 5.15.16 show statistics vlan-traffic-counts Function Displays the traffic (the number of frames) of each VLAN after startup of the system hardware. Prompt xg> or xg# Command syntax show statistics vlan-traffic-counts Command type Operation management command Output format xg# show statistics vlan-traffic-counts VLAN Traffic Statistics(Total Frame Counts) 2005/08/22-19:58:31 ================================================================...
XG700 User's Guide 5.15.17 show statistics dataflow Function Displays statistics including the transmission and reception of flow control at each port and the data transmission type. Prompt xg> or xg# Command syntax show statistics dataflow Command type Operation management command Output format xg# show statistics dataflow Dataflow Statistics(Total Counts) 2005/08/22-19:59:17...
XG700 User's Guide 5.15.18 show statistics error Function Displays statistics of errors occurring at each port after startup of the system hardware. Prompt xg> or xg# Command syntax show statistics error Command type Operation management command Output format xg# show statistics error Error Statistics(Total Counts) 2005/08/22-20:21:35 =================================================== [No.1]...
XG700 User's Guide 5.15.19 clear statistics Function Clears all of statistics which have been stored after the startup of system hardware. The following statistics are cleared. Traffic statistics: traffic-bytes, traffic-counts and framesize-traffic-counts QoS traffic statistics: qos-priority-traffic-bytes and qos-priority-traffic-counts VLAN traffic statistics: vlan-traffic-bytes and vlan-traffic-counts Data flow statistics: dataflow Error traffic statistics: error Prompt...
XG700 User's Guide 5.16 SNMP Setup Commands This section explains about the SNMP settings. 5.16.1 show snmp-server Function Displays the current SNMP settings. Prompt xg> or xg# Command syntax show snmp-server Command type Operation management command Output format xg# show snmp-server SNMP Information 2005/08/22-06:04:41 ===============================================================================...
XG700 User's Guide 5.16.2 snmp-server location Function Sets the installation location of the XG700. Use the no form to return to the default setup. Prompt xg(config)# Command syntax snmp-server location SYSTEM-LOCATION no snmp-server location Parameter SYSTEM-LOCATION Specifies the installation location of the XG700. The location name can be up to 255 alphanumeric characters. Command type Configuration command Default...
XG700 User's Guide 5.16.3 snmp-server contact Function Sets the installation location of the XG700. Use the no form to return to the default setup. Prompt xg(config)# Command syntax snmp-server contact SYSTEM-CONTACT no snmp-server contact Parameter SYSTEM-CONTACT Specifies the installation location of the XG700. The location name can be up to 255 alphanumeric characters. Command type Configuration command Default...
XG700 User's Guide 5.16.4 snmp-server access Function Sets an SNMP agent. The SNMP manager provides read-only access privileges only. You can register up to four access-enabled SNMP managers. Use the no form to delete the existing SNMP managers. Prompt xg(config)# Command syntax snmp-server access host HOSTNAME community COMMUNITY-NAME no snmp-server access host HOSTNAME...
XG700 User's Guide 5.16.5 snmp-server trap Function Sets the destination to notify SNMP traps from the system. Up to four (4) destinations can be registered. Use the no form to delete the existing destination names. Prompt xg(config)# Command syntax snmp-server trap host HOSTNAME community COMMUNITY-NAME [ protocol {v1|v2c} ] no snmp-server trap host HOSTNAME Parameter host HOSTNAME...
XG700 User's Guide 5.17 RMON Setup Commands This section explains about RMON settings. 5.17.1 show rmon Function Displays the current RMON settings. Prompt xg> or xg# Command syntax show rmon Command type Operation management command Output format xg# show rmonRMON Information 2005/08/22-06:03:09 =============================================================================== History Information...
Page 199
XG700 User's Guide Rising Threshold Indicates the threshold upper limit (or the rising threshold). Rising Event Indicates a number of the event to be notified if the value obtained has exceeded the threshold limit. Falling Threshold Indicates the threshold lower limit (or the falling threshold). Falling Event Indicates a number of the event to be notified if the value obtained has dropped below the threshold limit.
XG700 User's Guide 5.17.2 rmon collection history Function Sets a RMON history. Up to 24 entries can be set. Use the no form to delete the information you have set. Prompt xg(config)# Command syntax rmon collection history INDEX { port <1-12> | agg-port <1-6> } [buckets BUCKET-NUM] [interval SECOND] [owner OWNERNAME] no rmon collection history INDEX Parameter...
XG700 User's Guide 5.17.3 rmon alarm Function Sets RMON alarms. Up to 30 entries can be set. Use the no form to delete the information you have set. Prompt xg(config)# Command syntax rmon alarm INDEX VARIABLE interval VALUE {absolute | delta} rising-threshold VALUE [EVENT-NUM] falling-threshold VALUE [EVENT-NUM] [owner OWNERNAME] no rmon alarm INDEX...
XG700 User's Guide Example Set RMON alarms: xg(config)# rmon alarm 10 .1.3.6.1.2.1.2.2.14.1 interval 60 absolute rising-threshold 15 1 falling-threshold 0 owner "admin" 5.17.4 rmon event Function Sets a RMON event. Up to 60 entries can be set. Use the no form to delete the information you have set. Prompt xg(config)# Command syntax...
Page 203
XG700 User's Guide % DESCRIPTION cannot be used. Explanation Unusable character has been specified for the "description". Solution Review the specified “description”, and reissue the command. % OWNERNAME cannot be used. Explanation Unusable character has been specified for the "owner". Solution Review the specified “owner”, and reissue the command.
XG700 User's Guide 5.18 System Operation Display Commands This section explains about the command to display the system operation status. 5.18.1 show system status Function Displays the hardware operation status. For the explanation and actions taken of each item, see the "Verifying Hardware Status".
Page 205
XG700 User's Guide Displays the fan operation status. − Rear Fan-1 Displays the operation status of rear fan 1. − Rear Fan-2 Displays the operation status of rear fan 2. − PWR-1 Fan Displays the operation status of the fan mounted on power supply 1. −...
XG700 User's Guide 5.18.2 show system information Function Displays the operation status of the XG700. Prompt xg> or xg# Command syntax show system information Command type Operation management command Output format xg# show system information System Information 2005/08/22-21:06:11 ======================================= System Name (hostname) : xg System Location : (none) System Contact...
Page 207
XG700 User's Guide Summer-Time Displays the current summer time settings. If you have changed the summer time settings, those effective after the next system startup are displayed in the “Next Boot” area. RS232C Baud-Rate Displays the serial (RS-232C) baud rate. Management LAN Information Displays the current status of the management LAN interface.
XG700 User's Guide 5.19 System Maintenance Commands 5.19.1 clear log Function Initializes the system log. Prompt Command syntax clear log [ { info | warning | error | critical } ] Parameter { info | warning | error | critical } Specifies a type of system log to be initialized.
XG700 User's Guide 5.19.2 show log Function Displays system logs. Prompt Command syntax show log { info | warning | error | critical } [ latest <1-10000> ] Parameter { info | warning | error | critical } Specifies a type of system log to be displayed. −...
XG700 User's Guide Example Display 10 entries of the latest INFO log: xg# show log info latest 10 5.19.3 log send Function Transfers the system log from the system equipment to the remote host. Prompt xg(config)# Command syntax log send HOST { info | warning | error | critical } [ { udp | tcp } ] no log send Parameter HOST...
XG700 User's Guide 5.19.4 save maintenance Function Stores the current system status data as the maintenance information in the non-volatile memory. Prompt Command syntax save maintenance Command type Operation management command 5.19.5 show maintenance Function Displays the maintenance information. Prompt Command syntax show maintenance Command type...
XG700 User's Guide 5.19.6 tftp put-maintenance Function Transfers the system maintenance information to the TFTP server. The file size of the maintenance information is displayed on the screen. Prompt Command syntax tftp put-maintenance HOST [ REMOTE-FILE ] Parameter HOST Specifies a host name or an IP address of the TFTP server. The IP address can be within the range of 1.0.0.1 to 126.255.255.254, 128.0.0.1 to 191.255.255.254, or 192.0.0.1 to 223.255.255.254.
XG700 User's Guide Example Save the current system status data as the maintenance information in the non-volatile memory, and check the logging status of the maintenance information using the “show maintenance” command. Then, transfer the maintenance information to the “host1” TFTP server by naming it as the “mainte_collected date and time” file.
XG700 User's Guide 5.19.8 update-system Function Updates the firmware of the XG700. The XG700 has two sets of firmware. This command updates the standby firmware. The updated firmware is made valid after the next system startup. Prompt Command syntax update-system local FILE-NAME update-system tftp HOST REMOTE-FILE Parameter local FILE-NAME...
Page 215
XG700 User's Guide % Checksum error: %1$ in FlashROM Explanation An error has occurred during writing of flash ROM data. [[Inserted string]]%1$: Firmware configuration module Solution Retry firmware updating. If the error recurs, contact to the maintenance support personnel. % %1$ in SRAM is invalid. Explanation Inconsistency of non-volatile (SRAM) memory data was found due to amended firmware updating or others.
XG700 User's Guide 5.19.9 boot-system Function Switches the firmware to be used for the next startup of the XG700. Use this command only if a problem has occurred when you are using a new firmware. Prompt Command syntax boot-system { 1 | 2 } Parameter { 1 | 2 } Specifies a number of the firmware to be used after the next system startup.
XG700 User's Guide Chapter 6 Managing the XG700 This chapter describes the management of the XG700. 217/266 All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006...
XG700 User's Guide 6.1 Verifying XG700 Operations This chapter describes the management of the XG700. Hardware status System status Log messages 6.1.1 Verifying Hardware Status Verify the status of hardware by entering the "show system status command in the operator EXEC mode or in the administrator EXEC mode.
Page 219
XG700 User's Guide The following table provides descriptions of items displayed when the "show system status" command is entered and a response for each error message. Item Item displayed Message explanation/Solution Temperature (inside the chassis) Displays the temperature inside the chassis. Internal (internal temperature sensor) good The temperature is within normal operating range.
XG700 User's Guide Fan (fan status) Displays status of fans. Rear Fan-1 good (normal-speed) The port is working properly. The fan is working at a normal speed. good (high-speed) The port is working properly. The fan is working at a high speed. Removed Front fan 1 has been removed.
XG700 User's Guide 6.1.3.1 Format of Log Message An example of the format of a log message displayed by the "show log" is shown below. xg# show log message latest 1 May 25 22:08:33 xghost xgsh: XG INFO[P4001]: cmd-exec[3388]: show log info Month HH:MM:SS Function name...
XG700 User's Guide 6.1.3.3 Verifying XG700 Status Change To verify changes in the XG700 status, review INFO log messages. Enter the "show log" command in the operator EXEC mode or in the administrator EXEC mode. For the meaning of messages, refer to "List of System Logs".
XG700 User's Guide 6.2 Uploading/Downloading Configuration File The configuration file, which has been generated in the XG700, can be uploaded to a TFTP server. Also, when an uploaded configuration file is downloaded from a TFTP server, the configuration of the XG700 can be restored. This section describes the procedures involved in uploading/downloading a configuration file.
XG700 User's Guide 6.3 Updating Firmware The XG700 can hold two versions of firmware. If you perform a firmware update, the inactive firmware will be updated. The XG700 automatically uses the new firmware (updated version) during reboot after the firmware update. If it fails to start the new firmware for some reason, it automatically uses the old version (the one that has not been updated).
XG700 User's Guide 6.3.2 Selecting Firmware This section describes the procedures for selecting the firmware you want to use. After you log into the XG700, use the "enable" command to switch to administrator EXEC mode. xg> enable Using the "show system information"...
XG700 User's Guide 6.4 Extracting of Maintenance Information If an XG700 fault has occurred, you may be asked to extract maintenance information to allow your XG700 sales representative to investigate it. This section provides procedures for extracting maintenance information. Depending on the situations shown below, extract maintenance information through the appropriate procedures. System failure/Subsystem failure If an unrecoverable error has occurred in the XG700's system or subsystem, the system automatically saves maintenance information and then restarts to quickly restart the system operations.
XG700 User's Guide 6.4.2 Procedure for Extracting Maintenance Information when a System Loop has Occurred This section describes the procedures for extracting maintenance information when a system loop has occurred. A system loop has occurred. If a CLI command entry is not accepted for an extended period of time, a system loop may have occurred. Press the "dump"...
XG700 User's Guide Chapter 7 Troubleshooting This chapter describes how to solve problems you encounter when using the XG700. 228/266 All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006...
XG700 User's Guide 7.1 Restoring Factory Defaults 7.1.1 Resetting startup-config to Factory Defaults To reset all settings in the XG700's startup-config to factory defaults: Using the "reset factory-default" command, reset the contents of the startup-config to the factory defaults. When the command is executed, a message appears that asks you whether you want to restart the XG700. xg# reset factory-default Do you restart system with setting to factory-default? (y/n) : ←...
XG700 User's Guide 7.1.3 Restoring Factory Defaults If the system still fails to start up with another firmware selected, perform the following procedure to restore the XG700 to factory defaults. (Step 1) Connect the XG700 to a serial terminal. Turn on the XG700. Press the [#] key with the following message appearing on the serial terminal screen.
Page 231
XG700 User's Guide APPENDICES 231/266 All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006...
XG700 User's Guide Appendix A Event Logs This appendix describes event logs that are extracted in the XG700, including message IDs, severities, message contents and details, and actions to take. The severities of the event logs are classified into 4 levels -- CRITICAL, ERROR, WARNING, and INFO. To display event logs, run the "show log"...
XG700 User's Guide List of Event Logs This section provides message contents, explanation and actions to take that are associated with message ID and severity in ascending numerical order. The solution is not provided for messages for which you do not take action. A.2.1 env (Supervisory Control: 0-999) Message ID...
XG700 User's Guide Message ID Message/Explanation/Solution Severity S0111 %1$ is Removed. INFO Explanation It has been detected that a fan was removed. [[Inserted string]]%1$: Identifies which fan was removed. Rear Fan-1: Rear fan 1 Rear Fan-2: Rear fan 2 PWR-1 Fan: Fan installed in power supply unit 1 PWR-2 Fan: Fan installed in power supply unit 2 P0112 %1$ is Inserted.
XG700 User's Guide Message ID Message/Explanation/Solution Severity S1900 Core dumped %1$ CRITICAL Explanation A critical firmware error was detected and process dump output. [[Inserted string]]%1$: Process number Solution Obtain maintenance information using the "tftp put-maintanace" command and then take a note of the message content before contacting the XG700 sales representative.
Page 236
XG700 User's Guide Message Message/Explanation/Solution IDSeverity S2006 %1$: Failed to register IRQ. errno = %1$ CRITICAL Explanation Failed to register interruption handling for the switch chip. [[Inserted string]]%1$: Additional information on the error [[Inserted string]]%2$: Supplementary code for the error Solution Note the message contents and contact your XG700 sales representative.
Page 237
XG700 User's Guide Message Message/Explanation/Solution IDSeverity S2107 Too Many Input Queue Tag Memory MBE Errors. LOG Disabled. ERROR Explanation An uncorrectable error was detected repeatedly in the switch chip. Logging for this event is disabled. Solution Note the message contents and contact your XG700 sales representative. S2108 MAC Table Operation error.
Page 238
XG700 User's Guide Message Message/Explanation/Solution IDSeverity S2206 Multicast State Table Error detected. %1$ WARNING Explanation An uncorrectable error was detected in the switch chip. [[Inserted string]]%1$: Supplementary code for the error Solution Note the message contents and contact your XG700 sales representative. S2207 Too Many MST Errors.
Page 239
XG700 User's Guide Message Message/Explanation/Solution IDSeverity S2216 Input Buffer Tag Memory SBE detected. %1$ WARNING Explanation A correctable error was detected in the switch chip. It is automatically corrected by hardware. [[Inserted string]]%1$: Supplementary code for the error Solution If the same message reappears after restarting, note the message contents and contact your XG700 sales representative.
XG700 User's Guide Message Message/Explanation/Solution IDSeverity P2305 ACL Violation. port %1$, MAC %2$ INFO Explanation Received a packet from an unregistered device (MAC address) when Port Security was enabled. [[Inserted string]]%1$: Port number [[Inserted string]]%2$: MAC address Solution Isolate unregistered device or register the MAC address and then reset security violation. P2306 ACL Violation.
Page 241
XG700 User's Guide Message Message/Explanation/Solution IDSeverity P3008 Only 'only-receive' is permitted for flow control when 15KB frame is supported. %1$ WARNING Explanation If the jumbo frame size is over 15KB, the setting for flow control is restricted to "only-receive" only. [[Inserted string]]%1$: Port information Solution If you do not want to set the flow control to "only-receive", the jumbo frame size must be less than 15KB long.
Page 242
XG700 User's Guide Message Message/Explanation/Solution IDSeverity S3203 Received IGMP packet with illegal IP version. WARNING Explanation Received a frame with an illegal IP header version. Solution Investigate the cause of faulty frames being sent to the XG700. S3204 Received IGMP packet with wrong checksum in IP header. WARNING Explanation Received a frame with an incorrect IP header's checksum.
XG700 User's Guide Message Message/Explanation/Solution IDSeverity P3213 IGMP snooping added multicast group address mrouter. group(%1$) INFO vlan-%2$ agg-port %3$ Explanation IGMP snooping has added a multicast group MAC address to a multicast router port. [[Inserted string]]%1$: Registered IP group address [[Inserted string]]%2$: Registered VLAN ID [[Inserted string]]%3$: Aggregation group number assigned to registered multicast route P3214...
XG700 User's Guide Message Message/Explanation/Solution IDSeverity S4503 Received BPDU on PortFast enable port. shutting down %1$. WARNING Explanation A BPDU was received on a Port Fast-enabled port. [[Inserted string]]%1$: Name of the port that received the BPDU Solution Review the connection port. P4504 Invalid "Forward delay time"...
XG700 User's Guide A.2.9 sys (Maintenance Support Function: 7400-7499) Message Message/Explanation/Solution IDSeverity P7400 Dump configuration succeeded. INFO Explanation Maintenance support function was successfully initialized. S7401 Dump configuration error occurred. ERROR Explanation An error has occurred during initialization of maintenance support function. Solution Note the message contents and contact your XG700 sales representative.
XG700 User's Guide Message Message/Explanation/Solution IDSeverity S7495 A system-dump has been saved. Cause: machine check occurred. CRITICAL Explanation An XG700 machine check error has occurred and a system dump saved. Solution "Obtain maintenance information using the "tftp put-maintanace " command and then take a note of the message content before contacting the XG700 sales representative.
Page 248
XG700 User's Guide Message Message/Explanation/Solution IDSeverity P7600 firm-update: succeeded (%1$). INFO Explanation Firmware updating has successfully completed. [[Inserted string]]%1$: Firmware version information P7601 firm-update: succeeded (%1$), boot loader updated (%2$). INFO Explanation Firmware updating has successfully completed. [[Inserted string]]%1$: Firmware version information [[Inserted string]]%2$: Boot loader version information S7620 firm-update: failed (reading file error).
XG700 User's Guide Message Message/Explanation/Solution IDSeverity S7627 firm-update: failed (verification error: rootfs). ERROR Explanation An error has occurred while updating firmware. Solution Reattempt the update process. If the message is displayed repeatedly, note the message contents and contact your XG700 sales representative.
XG700 User's Guide Message Message/Explanation/Solution IDSeverity S8501 RMON alarm by rising-threshold. INFO index:%1$ OID:%2$ sample:%3$ value:%4$ rising-threshold:%5$ Explanation The current sampled value was greater than the upper threshold defined by the "RMON alarm" command, and a trap for the corresponding RMON event was generated. [[Inserted string]]%1$: RMON alarm index [[Inserted string]]%2$: OID of MIB object to be monitored [[Inserted string]]%3$: Method of determining threshold...
XG700 User's Guide Message Format for Forwarding syslog The logs output from the XG700 can be forwarded to your syslog server. The XG700 forwards logs in a message format that conforms to the RFC3164 The BSD Syslog Protocol. The format the XG700 uses to forward a syslog message to the syslog server is shown below. Format of syslog Description Format of syslog message in...
XG700 User's Guide Appendix C List of MIBs This appendix lists the MIBs supported by the XG700. For definition of each object, refer to RFC. MIB-II system group (FRC3418) iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).system(1) Item Object identifier SYNTAX number sysDescr DisplayString {system 1} sysObjectID OBJECT IDENTIFIER {system 2} sysUpTime...
Page 262
XG700 User's Guide FUJITSU-XG700-MIB iso(1).org(3).dod(6)internet(1).private(4).enterprises(1).fujitsu(211). Product(1).nonos(127).xg-switch(61).xg700(102) Item Object identifier SYNTAX Description number xg700Monitor NOT-ACCESSIBLE Object identifier of monitor information specific to the {xg700 1} XG700. xg700InternalTemperature Integer32 Indicates the temperature inside the chassis (in {xg700Monitor 1} degree Celsius). xg700InletTemperature Integer32...
XG700 User's Guide Index A F Aborting Command ..............18 Features ..................10 About Command Reference............56 Filtering show Command Output..........19 Flow Control ................. 27 flowcontorol .................118 B Format of Log Message ............. 221 Frame Distribution Methods in Link Aggregation ......33 banner ..................
Page 264
XG700 User's Guide Managing Group Members ............50 Selecting Firmware ..............225 Managing the XG700 ..............217 Selecting Firmware ..............229 Mapping to output queues............46 Serial/telnet Configuration Commands ........64 Message Format for Forwarding syslog¥y ......... 251 Setting Up Serial Interface ............22 mirror ..................
Page 266
XG700 User's Guide P3N1-E051-02ENZ0 Date of Issue: June 2006 Issuing authority: PFU LIMITED The contents of this manual may be updated without notice. PFU assumes no liability for damages to third party copyrights or other rights arising from the use of any information in this manual.