NWD IP8800/S3640. IP8800/S3640 Software Manual. OpenFlow Feature Guide (Version 11.1 Compatible) ISSUE DATE: MAY, 2010 (FIRST EDITION)

Size: px
Start display at page:

Download "NWD IP8800/S3640. IP8800/S3640 Software Manual. OpenFlow Feature Guide (Version 11.1 Compatible) ISSUE DATE: MAY, 2010 (FIRST EDITION)"

Transcription

1 WD IP8800/S3640 IP8800/S3640 Software Manual OpenFlow Feature Guide (Version 11.1 Compatible) ISSUE DATE: MA, 2010 (FIRST EDITIO)

2 WD Applicable products This manual describes OpenFlow features of the basic software for model IP8800/S3640. For the software functions, those supported by the basic software OS-F3L, OS-F3A are described. Please read the references listed below. References For the common contents with the basic software, see the following Manual; IP8800/S3600 Software Manual This manual describes software functions specific to IP8800/S3640 used in OpenFlow. This manual has the explanations on OpenFlow features, and non-openflow features/commands that are different from the basic software of IP8800/S3640. Caution when exporting The necessary procedures are to be adopted when exporting this product after first confirming the regulations of the Foreign Exchange and Foreign Trade Law, U.S. export control related regulations, etc. If any question remains, please consult with our sales department. Trademarks sflow is a registered trademark of InMon Corp. in the U.S. and other countries. Ethernet is a product name of Xerox Corp. in the U.S. Other company names and product names are trademarks or registered trademarks of their respective companies. If any question remains, please consult with our sales department. Thoroughly read and store this manual. Read and thoroughly understand safety-related explanations before using this product. Keep this manual close at hand for easy reference. ote The contents of this manual may be modified at any time for improvement without notice. Issue date Issue date: May, 2010 (First edition) WD Copyright Copyright (c) 2010 by EC Corporation. All rights reserved.

3 WD Introduction Intended products and software versions This manual describes OpenFlow features of the basic software for model IP8800/S3640. Please read the manual carefully, and thoroughly understand the instructions and cautions contained herein and references for the common descriptions with the basic software before operating the device. Keep the manual close at hand for easy reference when necessary. Intended users Applicable users are system managers who develop and operate network systems using OpenFlow. In addition, an understanding of the following is assumed. Basic knowledge of network system management Manual structure This manual consists of the following chapters. Chapter 1 Configuration Guide Provides the explanations of OpenFlow functions, the basic setting procedures of the configurations, and the procedures of checking the functions by using operation commands. Chapter 2 Configuration Command Reference Provides the OpenFlow configuration command entry syntax, the detailed information on parameters, and various suggestions and precautions. Chapter 3 Operation Command Reference Provides the explanations of OpenFlow features, the basic setting procedures of the configurations, and the procedures of checking the features by using operation commands. Chapter 4 Message Log Reference Provides the explanations of the log messages input by OpenFlow features. Chapter 5 Troubleshooting Provides the troubleshooting for OpenFlow features. Chapter 6 Appendix Provides the explanations for using the existing commands of IP8800/S3640 model as well. Terms in this manual The term indicates the following meaning. Legacy: Layer 2/Layer 3 switch feature Supported OS OS Version Applicable models OS-F3L 11.1.C.A and IP8800/S3640 OS-F3A later Remarks Applicable models IP8800/S T IP8800/S TW IP8800/S T2XW IP8800/S SW IP8800/S S2XW IP8800/S TW IP8800/S T2XW Change history Ver. Chapter Description 11.1.C.Ab First edition published

4

5 WD Contents Chapter 1 Configuration Guide OpenFlow Feature Overview OpenFlow Overview Structure of Programmable Flow Switch OpenFlow Features of PFS Descriptions of PFS OpenFlow Feature Overview OpenFlow Switch Instance Descriptions Search Key Match Conditions Search Order Action Statistics Packet In Feature Packet Out Feature OpenFlow Feature Action Overview OpenFlow Protocol Support Messages Secure Channel Descriptions Flow Table Control Descriptions Emergency Mode Descriptions OpenFlow Protocol Control Port Overview OpenFlow Protocol Features otification Descriptions OpenFlow Protocol Configuration Descriptions Statistics Descriptions Support Specification Accommodating Conditions Coexistence With Legacy Switch otes on Using the Existing Commands otes on Operation Operation Procedures Outline Operational Flow Configuration of OpenFlow Features Configuration of OpenFlow Features OpenFlow Switch Instance Setting OpenFlow Switch Instance Common Setting Example of RSI Mode Setting Parameters for RSI mode Example of VSI Mode Setting Example of VSI Mode Setting Operation of OpenFlow Features List of Operation Commands Checking OpenFlow Information Checking Flow Table Information Checking Statistics of OpenFlow Protocol Messages Real-time Display of Send/Receive Packets Between OFC and PFS Chapter 2 Configuration Command Reference openflow-interface (<interface id list> is specified)...74 openflow-interface (<channel group number list> is specified)...76 openflow-vlan...78 emergency-mode disable...79 wildcard-hwaccel...80 l2-inband-secure-channel...81 mac-learning disable...83 outbound...84 port-modify-access...86 port-modify-trunk...87 flow-statistics...88 i

6 WD flow-statistics-mode...89 openflow...90 dpid...91 enable...92 controller...93 connect timeout...95 connect timeout retry...96 echo-request interval...97 echo-reply timeout...98 maxflow hardware...99 maxflow software mishit-action flow detection mode flow detection out mode Chapter 3 Operation Command Reference show openflow show openflow table show openflow statistics show openflow controller-session clear openflow statistics clear openflow table restart openflow dump protocols openflow show system show channel-group show channel-group statistics Chapter 4 Message Log Reference Chapter 5 Troubleshooting Chapter 6 Appendix Appendix A Availability List for Concurrent Use of the Existing Commands When OpenFlow Feature Is Enabled Appendix B Acknowledgment ii

7 WD Chapter 1 Configuration Guide 1.1 OpenFlow Feature Overview OpenFlow Overview In OpenFlow architecture, OpenFlow Controller (OFC) sets the contents of a flow table on an OpenFlow Switch (OFS), and processes packets. This system identifies packets as a flow by means of combinations of 12 fields that are used by IP packets, Ethernet frames, and so on. A set of a flow identification condition and an action towards a flow is called flow entry, and the database that stores the entries is called flow table. For the details of the searchable fields, see Search key. The statistics of each flow entry (the number of hit packets or octets) is held and can be checked with the OpenFlow statistics messages. An OpenFlow Switch identifies a flow by IP or Ethernet; packets are not transferred according to routing tables or FDB, but the actions can be specified per flow entry. Actions include Transmitting packets by specifying output interface. Rewriting MAC address, VLA tag, or IP address. Rewriting IEEE802.1p priorities or DSCP value in a VLA tag. ou can specify more than one output interface. ou can also transmit packets from this system to OpenFlow Controller, and have the Controller decide what action to take depending on the situation, and register flow entries to the flow table of the OpenFlow Switch. Figure 1-1 OpenFlow Overview Source MAC Address 02:00:00:10:00:01 Controller Flow Table Switch Flow: Ingress Port 1 Source MAC Address 02:00:00:10:00:01 Action: Egress Port 3 Openflow can configure a very flexible network that IP or Ethernet cannot realize. Using OpenFlow features has the following advantages: (1) Virtualization of networks Even if packets from more than one private network have the same IP address structure, they can be transferred to different destinations; as OpenFlow decides transfer destination not according to the routing tables. Therefore, inside of OpenFlow network can be handled as separate networks virtually. (2) Route distribution ou can connect two OpenFlow Switches with more than one cable to create more than one link, and control which link to use on a flow basis expressly. Therefore, the routes are distributed properly to meet the needs of applications, 1

8 WD and you can use the most of the bandwidths. (3) Visualization of networks As the system holds the statistics for each flow entry, and the OpenFlow Controller can collect the information, you can check where in the network is congested on a flow basis Structure of Programmable Flow Switch Programmable Flow Switch (PFS) is the name for the entire switch system where OpenFlow Switch features are integrated onto IP8800/S3640 platform. ou can create an OpenFlow Switch instance on this system. This instance is a virtual switch that operates as an OpenFlow Switch. Physical ports and channel groups belonging to OpenFlow switch instances are called OpenFlow Interfaces. When a packet is input from an OpenFlow Interface, the system searches the flow table of the corresponding OpenFlow Switch Instance (see OpenFlow Switch Instance Descriptions ). When there is a flow entry that is hit in the search, the statistics of the flow is collected and the packet is handled according to the specified action. Packets that are input from non-openflow interfaces are handled by legacy switch. Legacy switch is an existing function of IP8800/S3640, and supports L2/L3 switch functions. For the legacy switch functions that can coexist with OpenFlow, see Coexistence With Legacy Switch. Figure 1-2 Structure of PFS OpenFlow PFS Flow Table OpenFlow Switch Instance Interface 1 3 RSI 2 Legacy Port MAC Address Table Legacy Switch Input from OpenFlow interface. Input from other than OpenFlow interface. Input from OpenFlow interface and specify a process by legacy switch in flow table. 2

9 WD OpenFlow Features of PFS OpenFlow Switch Instance This system implements RSI (Real Switch Instance) mode where OpenFlow Switch instances can be configured by specifying the physical ports or channel groups to be used as OpenFlow Interfaces, and VSI (Virtual Switch Instance) mode where VLAs are configured as OpenFlow Switch instances. RSI and VSI cannot coexist. ou can create one OpenFlow Switch instance in RSI mode, and 16 instances in VSI mode. For details, see OpenFlow Switch Instance Descriptions OpenFlow Interface ou can specify ports or channel groups as OpenFlow interfaces in RSI mode. ou can also directly specify a port belonging to a channel group. In RSI mode, you can exclude specific VLA packets from the controlled object of OpenFlow entry in the ports and channel groups specified by the l2-inband-secure-channel command. Excluded ports and channel groups operate by legacy switch functions. In VSI mode, all the ports and channel groups included in the VLA that is specified by the openflow-vlan command operate as OpenFlow interfaces. Only the ports belonging to a channel group are not included Controller Connection Feature ou can specify up to four OpenFlow Controllers of the connected party per OpenFlow switch instance in this system. Connection between OpenFlow Controller and switch instance is called Secure Channel. OpenFlow messages are transmitted and received through Secure Channel. This system supports the Secure Channel connectivity check function. Once the connection between the system and the Controller is terminated, the system tries reconnecting the Controller. If it fails, the system tries connecting other Controllers. For details, see Secure Channel Descriptions Flow Statistics Mode This system can collect the statistics of the number of received packets and octets per flow. ou can specify collecting the statistics of packets, octets, or both per system. For details, see Statistics Descriptions Flow Table This system has three flow tables; basic flow table, extended flow table and emergency flow table. In the flow entries on the basic flow table, if you specify only the actions that are supported by the hardware, the packets that hit the flow entry are processed rapidly by the hardware. All the packets that hit the flow entry on the extended flow table are processed by the software. For details, see Flow Table Port State Control Feature ou can change the settings of OpenFlow interfaces such as link up/down by using OpenFlow messages. In VSI mode, you can also set to allow each VSI to control port up/down. For details, see Target Interface Emergency Mode Support This system supports the Emergency mode that is defined at OpenFlow Switch Specification. If connecting to all Controllers fails, the system overwrites the flow entries that are registered in the Emergency flow table to the basic flow table. This feature can be disabled by the emergency mode command. For details, see Emergency Mode Descriptions Packet Control Feature at Flow Table Search Mishit If packets that are input from an OpenFlow interface do not hit any of the flow entries in the corresponding OpenFlow Switch instance, you can choose one of the actions from the following two: (1) Send the packet to OpenFlow Controller by using Packet In messages. This action is executed when controller is set by the mishit-action command. This action is defined in OpenFlow Switch Specification; the default setting of this system. 3

10 WD (2) Packets are handled by legacy switch function. This action is executed when normal is set by the mishit-action command MAC Address Learning Control Feature ou can specify either to execute/not to execute MAC address learning per OpenFlow Switch instance by the mac-learning command VSI Policing at Output Interface In VSI mode, the system supports policing feature that limits transmitting bandwidth per VSI at trunk port by using the outbound command Coexistence With Legacy Switch Packets that are input from non-openflow interfaces are handled by L2/L3 switch features of IP8800/S Descriptions of PFS OpenFlow Controller (OFC) and OpenFlow Switch (OFS) are integrated to operate in OpenFlow. On Programmable Flow Switch (PFS), OpenFlow Switch instance with OpenFlow Switch features operate. An OpenFlow switch instance has a flow table that is a database to decide what processing to execute. Packets that are input to the system are processed and output according to the flow entries in the flow table. OFC and OpenFlow Switch instance are connected through Secure Channel, and OFC can configure/change the contents of the flow table. Figure 1-3 Conceptual Diagram of OpenFlow OpenFlowController SecureChannel (TCP) Programmable FlowSwitch Data Flow is handled as a flow. Flow Table Flow C Flow B Flow A 4

11 WD OpenFlow Feature Overview Between OFC and OpenFlow Switch instances OpenFlow protocol messages (see OpenFlow Protocol Support Messages ) are used to control. The following figures show a structure from establishing Secure Channel to transferring packets. For details on exchanged messages and sequences between both systems, see OpenFlow Protocol Support Messages. (1) Establishing Secure Channel Figure 1-4 Secure Channel Establishing Behavior OFC SecureChannel PFS OpenFlow is enabled. Once OpenFlow features are enabled, OpenFlow Switch instance and Secure Channel are connected. (2) Flow Transfer Processing and Control from OFC After establishing Secure Channel, the following (2-1) and (2-2) are executed. (2-1) Flow Transfer Processing OFC Figure 1-5 Flow Transfer Processing OFC SecureChannel SecureChannel is disconnected. PFS PFS Input Flow Flow Table Output Flow Input Flow Flow Table Output Flow Flow Entry Flow Entry Once a packet is input to PFS, the flow table in the corresponding OpenFlow switch instance is searched. If there is a flow entry that matches the packet, the packet is processed according to the defined action. ote that even while Secure Channel is being disconnected, if a flow entry exists, the same action is to be executed. (See Figure 1-5 Flow Transfer Processing.) 5

12 WD (2-2) Control from OFC Figure 1-6 Control From OFC OFC OpenFlow Protocol Message SecureChannel PFS Flow Table Flow Entry OpenFlow Switch OFC uses OpenFlow protocol message FlowMod via Secure Channel to register, change, or delete a flow entry. It can also manage ports and configurations, or collects statistics. For details, see OpenFlow Protocol Support Messages OpenFlow Switch Instance Descriptions This system can create two types of OpenFlow Switch instances; RSI (Real Switch Instance) and VSI (Virtual Switch Instance). The following figures show their conceptual diagrams. Figure 1-7 Conceptual Diagram of RSI Figure 1-8 Conceptual Diagram of VSI Controller Controller Controller Controller PFS OpenFlow Features PFS OpenFlow Switch OpenFlow Switch OpenFlow Switch (Virtual Switch Instance) Flow Table Flow Table Flow Table Flow Table Flow Table Flow Table Real Switch Instance (RSI) RSI mode is a network model where the legacy switch is operating as the basis, and OpenFlow features are placed as an addition in order to control the network flows. OpenFlow features operate on the same network where the legacy switch is operating; OpenFlow network and the existing network are overlaid for operation. ou can specify ports or channel groups as OpenFlow interfaces in RSI mode. ou can also directly specify a port belonging to a channel group. Packets that are input from OpenFlow interfaces are handled by RSI, and the packets from non-openflow interfaces are handled by legacy switch. VLA tunneling feature cannot be used in RSI mode. 6

13 WD Virtual Switch Instance (VSI) VSI mode is a network model where the legacy switch and OpenFlow features are logically separated; because in VSI mode, network is physically shared, but the legacy switch is used in the different VLA from OpenFlow. Flow controlling of OpenFlow network is performed by a group (one system or a clustered Controller group) per independent OpenFlow network. Up to 16 VSIs can operate on PFS. Even if only one VSI is operating, the network model is different from RSI. In VSI mode, all the ports and channel groups included in the VLA that is specified by the openflow-vlan command operate as OpenFlow interfaces. Only the ports belonging to a channel group are not included. The followings are identified as OpenFlow interfaces: Combination of VLA and an ingress port Combination of VLA and channel group In VSI mode, OpenFlow interfaces are closed for a certain VLA; basically they cannot communicate with other VLAs. It is possible to communicate with other VLAs only when using L3 transferring of legacy switch features. VSI only handles the packets received at the specified VLA. Packets that are received at the VLA that is not set to any of the VSIs are handled by legacy switch Flow Table A flow table is configured with the flow entries that have Table 1-1 Configuration Elements of Flow Entry. Table 1-1 Configuration Elements of Flow Entry # Element Description 1 Search key Key information to search a flow 2 Action Action to be taken to flow (multiple assignments possible) 3 Statistics Statistics per flow (the number of packets/octets) 4 Flow cookie 64bit identifier held by each flow entry Once a packet is input to the system, the flow table is searched. If there is a flow entry that matches the packet, the packet is processed according to the defined action. For the actions when no flow entry is hit in the search, see Packet Control Feature at Flow Table Search Mishit. Figure 1-9 Packet Processing of OpenFlow Flow Input Search Key Actions Flow Output, etc. Statistics Flow Cookie The following figure shows the flow table configuration of this system. There are three types of flow tables; the basic flow table that manages flow entries registered to the hardware, the extended flow table that searches on the software, and the emergency flow table that manages the entries used for emergency actions. When normal is set by the mishit-action command, the extended flow table cannot be used. When Emergency mode is disabled by the emergency-mode command, the Emergency flow table cannot be used. Figure 1-10 Configuration Diagram of Flow Table shows the flow table configuration and Flow entry operations. 7

14 WD Figure 1-10 Configuration Diagram of Flow Table PFS OFC Statistics FlowMod Emergency Flow Table OFS Switch Instance Copy Basic Flow Table r/w Hardware Flow Table FlowRemoved Extended Flow Table Flow entries in the basic flow table always have higher priorities in search than those in the extended flow table. The system sorts flow entries to the basic flow table and the extended flow table according to the priorities in search when OFC registers flow entries by FlowMod messages. The threshold of priorities in search that serves as the standard in sorting can be set by the wildcard-hwaccel command per OpenFlow switch instance. Figure 1-11 Order of Search in the Basic Flow Table and the Extended Flow Table shows the search order of flow entries, and Table 1-2 Features of the Basic Flow Table and the Extended Flow Table shows the feature comparison of the basic flow table and the extended flow table. The emergency flow table is for emergency mode operations; this table is not used for normal transfers. For Emergency mode, see Emergency Mode Descriptions. Table 1-2 Features of the Basic Flow Table and the Extended Flow Table Search order Search speed Hardware Flow entry ame Transfer method Basic Flow Table First High Consumes Hardware (*1) or Software Extended flow table Later Low Do not consume Software (*1): Transfers only when actions that can be transferred by the hardware are set. Figure 1-11 Order of Search in the Basic Flow Table and the Extended Flow Table Basic Flow Table Search Sequence Exact Match priority priority priority : priority X+1 priority X priority X-1 priority X-2 : Priority 0 Extended Flow Table Flow Entry A Flow Entry B Flow Entry C : Multiple Flow Entries are entered into the same priority. Search Sequence 8

15 WD When registering a flow entry, the contents of the message is checked. If there is no problem, the entry is registered to the flow table. If there is a problem, registering of the flow entry is denied, and an error message is sent out Search Key Table 1-3 Flow Search Keys shows the detailed key information for flow search. Table 1-3 Flow Search Keys Category Physical interface Ethernet ARP IPv4 ICMP TCP/UDP Field Ingress port number Destination MAC address, Source MAC address, VLA ID, User Priority of IEEE802.1D, and Ethernet-type Destination MAC address, Source MAC address, and ARP opcode Destination MAC address, Source MAC address, Protocol, and ToS (DSCP) value ICMP Type, ICMP Code Destination port number and Source port number Match Conditions OpenFlow flow entries are categorized into the following two types. Wildcard match flow entry any is specified to all or a part of the search key fields shown in Table 1-3 Flow Search Keys. Exact match flow entry any is not specified at the search key fields shown in Table 1-3 Flow Search Keys Search Order As shown in Table 1-3 Flow Search Keys, match conditions of search keys include Protocol number, Source IP address and Destination IP address. Search is executed by specifying one or more than one condition. The following figure shows a structure of deciding what process to execute when inputting packets. Figure 1-12 Order of Search in the Flow Table shows the order of searching flow entries. 9

16 WD Figure 1-12 Order of Search in the Flow Table Flow Table Flow entry specified as Exact Flow entry specified as Exact Flow entry specified as Exact Flow entry specified as Exact Flow entry specified as Exact Search Sequence Flow entry specified as Wildcard Flow entry specified as Wildcard Flow entry specified as Wildcard Flow entry specified as Wildcard Flow entry specified as Wildcard Flow entry specified as Wildcard Flow entry specified as Wildcard Wildcard match flow entry is searched from the one with the highest priority in search. Search priority has a range from 0 (minimum) to (maximum). If there is more than one Wildcard match flow entry with the same priority in search, the search is executed in the order of registration. When there is a flow entry that is hit in the search, it is handled according to the action specified in the flow entry. When there is no flow entry that is hit in the search (mishit), it is handled according to the settings of the command mishit-action Action Actions are operations to be executed to flows when a flow matches one of the search keys shown in Table 1-3 Flow Search Keys. ou can specify more than one action to a single flow. If there is no transfer actions (OUTPUT and EQUEUE), the action is considered to be discard operation. Table 1-4 Actions That Can Be Set to Flow Entries Action name Contents of action Operational packets OUTPUT Output to the specified port. All EQUEUE Specify destination port number and queue number, and outputs to the specified port with the specified priority. All SET_VLA_VID Change/Add VLA IDs. (*1) All SET_VLA_PCP Change user priority in VLA tag. (*2) Tagged packet STRIP_VLA Delete VLA tag. All SET_DL_SRC Change the source MAC address. All SET_DL_DST Change the destination MAC address. All SET_W_SRC Change the source IP address. IPv4 Packet SET_W_DST Change the destination IP address. IPv4 Packet SET_W_TOS Change IP ToS (DSCP). IPv4 Packet SET_TP_SRC Change source L4 port. TCP or UDP packet SET_TP_DST Change destination L4 port. TCP or UDP packet (*1): See (*1) VLA Tag translation (SET_VLA_VID / STRIP_VLA) (*2): Shows priority of IEEE802.1D. 10

17 WD The following section explains the actions shown in Table 1-4 Actions That Can Be Set to Flow Entries. (1) Specifying the egress port (OUTPUT) OUTPUT action can specify the ports shown in Table 1-5 Ports Available as Egress Port. (2) Specifying the egress port and priority (EQUEUE) EQUEUE action can specify the ports shown in Table 1-5 Ports Available as Egress Port as an egress port. It can also specify queue number and control priorities. Table 1-5 Ports Available as Egress Port Port ame Description H/W(*3) S/W(*4) Port o.(*1) Outputs to the port whose port number is specified. I_PORT Outputs to the port where a packet is received. ORMAL Transfers packets using legacy features. FLOOD Outputs to all ports excluding the one that received the packet and the one whose status is blocking on OpenFlow. ALL Outputs to all ports where the packet is received. COTROLLER Transfers packets to OFC via Secure Channel. LOCAL Transfers packets to PFS s own network stack. (*2) (*2) (*1): See Target Interface. (*2): Receives IPv4, IPv6, or ARP packets only. (*3): Hardware transfer. (*4): Software transfer. (3) VLA tag translation (SET_VLA_VID / STRIP_VLA) SET_VLA_VID action changes or adds VLA tags. The system considers VLA priority of untagged packets to be 3, and adds the VLA tag of the specified VLA ID. STRIP_VLA action deletes VLA tags. STRIP_VLA action can delete only one VLA tag. It is not possible to delete more than one VLA tag by specifying more than one STRIP_VLA action. The following section shows how to register a flow entry that has VLA tag translation action. In RSI mode, as shown in Figure 1-13 VLA Tag Translation Action, if the port 0/1 of the legacy switch of IP8800/S3640 is set as the access port of VLA α, and port 0/5 as the trunk port for VLA α and β, the determination is performed as shown in Table 1-6 Determining the Registration of Flow Entry by VLA Tag Translation Action (RSI). Figure 1-13 VLA Tag Translation Action This system VLA α VLA β 0/1 0/5 untagged (Access Port) tagged (Trunk Port) 11

18 WD Table 1-6 Determining the Registration of Flow Entry by VLA Tag Translation Action (RSI) Search key field Ingress port number 0/1 (Access port) 0/5 (Trunk port) OUTPUT action VLA tag translation action Determination Transmission packet 0/5 (Trunk port) 0/1 (Access port) one (*1) Untagged packet STRIP_VLA (*1) Untagged packet SET_VLA_VID α or β Tagged packet Other than - the above one (*2) Untagged packet STRIP_VLA Untagged packet SET_VLA_VID - (*1): When native VLA is set to OUTPUT action port. (*2): When native VLA is set to ingress port. The following section explains Table 1-6 Determining the Registration of Flow Entry by VLA Tag Translation Action (RSI). 1. When the ingress port number in the search key field is 0/1, and the physical port of the OUTPUT action is 0/5: When VLA tag translation action is not specified, and VLA tag translation action is STRIP_VLA, if native VLA is set to the physical port 0/5, the egress port, mismatch is not caused between the flow entry that is registered from OFC and the configuration information that is set by the legacy features of IP8800/S3640; the flow entry is registered to the flow table. If native VLA is not set, the determination result of registration is an error. In this case, registering of the flow entry is denied, and an error message is returned. When VLA tag translation action is SET_VLA_VID, and the value is either α or β, VLA tag translation action is STRIP_VLA, mismatch is not caused between the flow entry that is registered from OFC and the configuration information that is set by the legacy features of IP8800/S3640; the flow entry is registered to the flow table. When VLA tag translation action is SET_VLA_VID, and the value is either α or β, mismatch is caused between the flow entry that is registered from OFC and the configuration information that is set by the legacy features of IP8800/S3640; the determination result of registration is an error. Thus registering of the flow entry is denied, and an error message is returned. 2. When the ingress port number in the search key field is 0/5, and the physical port of the OUTPUT action is 0/1: When VLA tag translation action is not specified, if native VLA is set to the ingress port 0/5, mismatch is not caused between the flow entry that is registered from OFC and the configuration information that is set by the legacy features of IP8800/S3640; the flow entry is registered to the flow table. If native VLA is not set, the determination result of registration is an error. In this case, registering of the flow entry is denied, and an error message is returned. When VLA tag translation action is STRIP_VLA, mismatch is not caused between the flow entry that is registered from OFC and the configuration information that is set by the legacy features of IP8800/S3640; the flow entry is registered to the flow table. When VLA tag translation action is SET_VLA_VID, mismatch is caused between the flow entry that is registered from OFC and the configuration information that is set by the legacy features of IP8800/S3640; the determination result of registration is an error. Thus registering of the flow entry is denied, and an error message is returned. To transmit a tagged packet that has the same VLA tag with the received packet, or to transmit an untagged packet after receiving an untagged packet, it is possible to transmit a packet without specifying VLA tag translation actions. When receiving a FlowMod message where a condition that cannot be set in this system is specified, the system does not add/change the flow entry, and sends an error message to OFC. The following section shows how to determine whether a flow entry that has an invalid combination of conditions should be registered or not. 12

19 WD Table 1-7 Determining the Registration of Flow Entry by VLA ID of Flow Identification Condition Search key field (Ingress port number) 0/1 (Access port) 0/5 (Trunk port) Search key field (VLA ID) Determination Receivable packets any (*1) Untagged packet 0xffff (untagged) Untagged packet Other than the above - any (*1) All packets 0xffff (untagged) (*2) Untagged packet α or β (*2) Tagged packet Other than the above - (*1): When all the ingress ports and egress ports share the same VLA ID. (*2): When native VLA is set to the ingress port. It is possible to transfer packets to the VLA ID that is different from the one with the received packet if the VLA is the same with the configuration information set by the legacy features of IP8800/S3640. Table 1-8 shows the actions to take in VSI mode. Table 1-8 Determining the Registration of Flow Entry of VLA Tag Translation Action VLA mode Port VLA VLA Tunneling mode VLA port type (Output interface) Transmission packet type VLAs targeted for operations by VSI VLA actions that can be specified Access port o controlled objects o controlled objects one (Unable to specify)(*1) Trunk port Untagged packet o controlled objects one (Unable to specify)(*1) Tagged packet o controlled objects one (Unable to specify)(*1) Tunneling port Untagged packet ative VLA STRIP_VLA Tagged packet Tag VLA SET_VLA_VID Trunk port Untagged packet undefined Recommended not to use(*1) Tagged packet ative VLA STRIP_VLA Two-stacked tagged Inner VLA SET_VLA_VID packet (*1): It is possible to transmit untagged packets in VLA tunneling mode at VSI, but it can be received by other OpenFlow switch instance as there is no tag. Thus it is recommended to disable native VLA. (4) VLA priority translation (SET_VLA_PCP) SET_VLA_PCP action changes the priority value in VLA tag. When the port specified by transfer action is the access port, VLA priority is not added because the output packets have no VLA tags. (5) Source MAC address change (SET_DL_SRC) SET_DL_SRC action changes the source MAC address. (6) Destination MAC address change (SET_DL_DST) SET_DL_DST action changes the destination MAC address. (7) Source IP address change (SET_W_SRC) SET_W_SRC action changes the source IP address of IPv4 packets. (8) Destination IP address change (SET_W_DST) SET_W_DST action changes the destination IP address of IPv4 packets. 13

20 WD (9) IP ToS (DSCP) change (SET_W_TOS) SET_W_TOS action changes the ToS (DCSP) of IPv4 packets. (10) Source L4 port change (SET_TP_SRC) SET_TP_SRC action changes the source L4 port of TCP/UDP packets. (11) Destination L4 port change (SET_TP_DST) SET_TP_DST action changes the destination L4 port of TCP/UDP packets Statistics Statistics that can be collected by OFC using OpenFlow protocol messages is the statistics of flow entries, ports, and tables. Statistics of flow entry table can be displayed by operational commands of PFS. For details, see Chapter 3 Operation Command Reference Packet In Feature Packet In messages can be used to transmit packets to OFC via Secure Channel. OFC receives packets, and decides how to process them. ou can choose one of the actions from the following two when an input packet does not hit any flow entry; transmitting the packet to OpenFlow Controller by Packet In message (when mishit-action controller is set), or have the packet handled by legacy switch (when mishit-action normal is set). When mishit-action controller is enabled, and the O_PACKET_I flag is disabled (*1), a Packet In message is sent to OFC at mishit. Packet In message is also sent to OFC when the transfer action of flow entries is specified to output to Controller. This system adds an input packet of the size that is specified in OpenFlow protocol message to Packet In message, and transmits the packet to OFC. In VSI mode, packets are transmitted after removing the VLA tag that is used to identify VSI. (*1) When the exemption flag of Packet In message transmission is disabled (0). (See Table 1-16 List of Port Information for port setting flags.) Table 1-9 Configuration of Packet In Messages Field name buffer_id total_len in_port reason data Description Buffer number Total frame length Ingress port Reason for Packet In message generation Frame itself Table 1-10 Reason of Packet In Messages Field name OFPR_O_MATCH OFPR_ACTIO Description o hit in flow table search Transmission by transfer action to Controller 14

21 WD Packet Out Feature Packet Out message is used when OpenFlow Controller directs PFS to output packets. The packet data added to the Packet Out message is processed according to the action directed in the message. For the configuration of Packet Out message, see Table 1-11 Configuration of Packet Out Messages. Table 1-11 Configuration of Packet Out Messages Field name buffer_id in_port actions_len Actions Data Description Buffer ID Ingress port Size of action array Array of action structure Packet data When receiving a Packet Out message where OUTPUT action to TABLE is specified, search the packet by the flow table. If VSI receives a Packet Out message, add a VLA tag to identify VSI if necessary to output. (The tag is not applied at the access port.) 1.3 OpenFlow Feature Action Overview OpenFlow Protocol Support Messages Table 1-12 List of Support Messages shows the list of OpenFlow Protocol messages supported by this system. For details of actions, see 1.3 OpenFlow Feature Action Overview. Table 1-12 List of Support Messages # Message ame Direction Use Support 1 Hello OFC<=>PFS Used for version negotiation 2 Error OFC<=>PFS otifies that there is an error in the message. 3 Echo Request OFC<=>PFS Echo request 4 Echo Reply OFC<=>PFS Echo reply 5 Vendor OFC<=>PFS Vendor-defined message - 6 Features Request OFC=>PFS Requests for PFS features. 7 Features Reply PFS=>OFC Replies to the requests for PFS features. 8 Get Configuration Request OFC=>PFS Requests for the OpenFlow configurations of PFS. (*1) 9 Get Configuration Reply PFS=>OFC Replies to a request for the OpenFlow configurations of PFS. (*1) 10 Set Configuration OFC=>PFS Sets OpenFlow configuration of PFS. (*1) 11 Packet In PFS=>OFC Transmits a packet to OFC. (*2) 12 Port Status PFS=>OFC otifies the change in status/settings of interface to OFC. 13 Packet Out OFC=>PFS OFC directs PFS to output packets. 14 Flow Mod OFC=>PFS OFC requests PFS to register, change, or delete a flow. 15 Flow Removed PFS=>OFC otifies statistics when deleting a flow entry or on timeout to OFC. (*3) 16 Port Mod OFC=>PFS Requests a change in interface settings. 17 Statistics Request OFC=>PFS Requests statistics. 18 Statistics Reply PFS=>OFC Replies to statistics request. 19 Barrier Request PFS=>OFC Requests OFC to ensure the order of messages. 15

22 WD # Message ame Direction Use Support 20 Barrier Reply OFC=>PFS otifies the completion of message processing in the correct order to PFS. 21 Queue Get Config Request PFS=>OFC Requests queue information. 22 Queue Get Config Reply OFC=>PFS Replies to queue information request. (*1) OpenFlow configuration is the configuration defined by OpenFlow protocols, not the configuration set to this system by the commands shown in Chapter 2 Configuration Command Reference. (*2) Transmitted only when the mishit-action controller is set, and O_PACKET_I is not set to port. (*3) Transmitted only when OFPFF_SED_FLOW_REM flag is set when registering a flow entry. : Supported : ot supported <=>: Transmits two-way messages. =>: Transmits one-way messages. 16

23 WD Secure Channel Descriptions Secure Channel is a control channel connected between OFC and OFS; used for exchanging OpenFlow messages. Each switch instance has an ability to connect one Secure Channel at a. Each switch instance can connect to up to four OFC IP addresses/port numbers; when connecting to OFC fails, the system tries to connect to other OFC. The following section explains the behavior of Secure Channel Establishing Secure Channel OFS starts connecting to OFC via Secure Channel when OpenFlow feature is enabled. Secure channel is built on a TCP session. Figure 1-14 Secure Channel Establishing Sequence shows a sequence of establishing Secure Channel. Steps (2) and later are typical processing after establishing Secure Channel, but they are not essential conditions for establishing Secure Channel. Figure 1-14 Secure Channel Establishing Sequence OFS OFC PFS Feature Enablement Establishing a TCP Session Version egotiation (Random order) Hello Hello Version egotiation (Random order) Acquiring OFS Feature Acquiring Port Status Random Order and Arbitrary Acquiring and Setting Configuration (1) OpenFlow Protocol Version egotiation Immediately after establishing a TCP session, Hello message is sent to OFC. After completing version negotiation, Secure Channel connection is established. If version negotiation detects that the version is not supported, an error message is sent out. When receiving an error message from OFC at version negotiation, TCP session is reset. Figure 1-15 Sequence for Version egotiation Failure shows a sequence where version negotiation failed. 17

24 WD Figure 1-15 Sequence for Version egotiation Failure OFS OFC Version egotiation Hello Error ot Compatible Resets TCP session (2) Checking OFS Features To Features Request message from OFC, Features Reply message is sent out. For details, see OpenFlow Protocol Features otification Descriptions. (3) Port Status Change When receiving Port Mod message from OFC, the information is reflected to OFS. If it led to port status change, Port Status message is sent out. For details, see Managing State of Port. (4) Checking configuration To Get Configuration Request from OFC, Get Configuration Reply message is sent out. When Set Configuration message is received from OFC, the configuration is reflected to OFS. For details, see OpenFlow Protocol Features otification Descriptions Checking the Connectivity of Secure Channel After establishing Secure Channel, OFS periodically sends Echo Request messages to OFC according to Keep Alive timer. To Echo Request message from OFC, Echo Reply message is sent out. This system can set Keep Alive timer by the echo-request interval command. Figure 1-16 Secure Channel Connectivity Check Sequence OFS OFC Echo Request Echo Reply KeepAlive Timer Echo Request Echo Reply Echo Request Echo Reply After sending an Echo Request message, OFS waits for the Echo Reply message for the number of seconds set to Hold timer. ot receiving the Echo Reply message in Hold time, OFS disconnects the session. This system can set Hold timer by the echo-reply command. 18

25 WD Figure 1-17 Secure Channel at Failure Sequence OFS OFC Echo Request Echo Reply KeepAlive Timer Echo Request Hold Timer Echo Reply TCP Disconnection Secure Channel Connection/Reconnection Trials Behavior If Secure Channel cannot establish a connection in the number of seconds set by Connect timer elapsed from the start of connection, the connection to the OFC is disconnected. When TCP three-way handshake cannot be completed, or Hello is not returned, it is considered that the connection cannot be established. When Secure Channel is disconnected, wait for the number of seconds set by Retry timer, and try reconnecting. Retry timer exponentially increases (such as 0, 1, 2, 4...) to the specified maximum number every time connection fails. When the maximum number exceeds, the maximum number is used. For example, when the maximum value of Retry timer is set to 100, 100 seconds comes after 64 seconds, and 100 seconds is used thereafter. Retry timer is reset to 0 when the connection is established normally. Figure 1-18 Secure Channel Connection Trial Sequence (Starts as connected to OFC1) OFS OFS1 OFS2 OFS3 TCP Disconnection Connect (echo timeout) TCP Disconnection (Failed to connect) TCP Disconnection (Failed to connect) TCP Disconnection connect timeout Connect connect timeout connect timeout Connect One cycle of connection trial (Failed to connect) TCP Disconnection retry timer (Failed to connect) TCP Disconnection (Failed to connect) TCP Disconnection (Failed to connect) One cycle of connection trial TCP Disconnection (Failed to connect) : : retry timer 19

26 WD Each switch instance can be set whether switching to Emergency mode is to be executed or not by using commands. When connection to all the designated OFCs is considered to be impossible, the system is switched to Emergency mode if Emergency mode is set to be enabled. The system switches to Emergency mode when Retry timer exceeds the maximum value. (See Figure 1-19 Execution Timing of Emergency Operation.) If Emergency mode is not set to be enabled, the system continues retrying connection with the Retry timer set to the maximum. Figure 1-19 Execution Timing of Emergency Operation OFS OFC1 OFC2 OFC3 retry timer (0) retry timer (1) retry timer (2) One Cycle of Connection Trial One Cycle of Connection Trial One Cycle of Connection Trial One Cycle of Connection Trial retry timer (4) : : One Cycle of Connection Trial retry timer (X) [X=max] One Cycle of Connection Trial One Cycle of Connection Trial Emergency Operation When Data path ID of a switch instance is changed, Secure Channel is disconnected Operation at Secure Channel Disconnection When disconnecting Secure Channel, the following operation is executed. The system tries reconnecting to OFC by the same procedures described at Secure Channel Connection/Reconnection Trials Behavior. When Secure Channel is disconnected, OpenFlow messages are not sent out. For details, see Message Handlings at Secure Channel Disconnection Message Handlings at Secure Channel Disconnection While Secure Channel is disconnected, OpenFlow messages are not sent out, but the packet forwarding is continued according to the flow entries set to flow table. If the packet matches the flow entry which executes software forwarding, it is not forwarded. 20

27 WD Flow Table Control Descriptions The following section explains how to control flow table Flow Table Control by FlowMod Messages OFC requests OFS to register, change, or delete a flow entry by using FlowMod messages. The following table shows a list of actions that can be controlled by FlowMod messages and their descriptions. Table 1-13 List of Flow Table Control Items by FlowMod Messages Command ADD MODIF MODIF_STRICT DELETE DELETE_STRICT Description Adds a flow entry. Changes all flow entries that match. Changes one flow entry that exactly matches. Deletes all flow entries that match. Deletes one flow entry that exactly matches. (*1) When the maximum number of flow entries per interface is registered, MODIF_STRICT cannot be executed. Delete the entry and register again. Adding a flow entry by FlowMod Messages Adds a flow entry by FlowMod (ADD) message. If there is already an entry that has the same search priority and the same match condition with the specified flow entry, the existing entry is overwritten. In this case, statistics is to be reset. Exact match flow entries are considered to share the same search priority. A wildcard match flow entry that has the same search priority with the specified flow entry is added to a location that comes later in search priority than the existing entry. Changing a flow entry by FlowMod Messages FlowMod (MODIF, MODIF_STRICT) message changes the action of the specified flow entry to the one specified in the massage. If there is not a flow entry that is specified in the message, execute the action of FlowMod (ADD) using the information specified in the message. Deleting a flow entry by FlowMod Messages Deletes a flow entry by FlowMod (DELETE, DELETE_STRICT) message. If there is not a specified flow entry and cannot delete one, an error message is not sent out but the error is recorded in the system. Error handling with FlowMod message If a flow entry cannot be registered to the flow table, an error message is sent to OFC. Causes of flow entry registration failure can be acquired by the error message type and code number. 21

28 WD Flow Table Control by Timeout OFS periodically checks each flow entry in the flow table, and executes timeout if necessary. The following table shows the types of timeouts and necessary processing. Table 1-14 List of Flow Table Control Items by Timeout Item Description idle_timeout Time when there is no communication hard_timeout Maximum life time (1) idle_timeout Flow entries where idle_timeout time (sec) has elapsed since the last packet hit are to be deleted. Flow entries where 0 is set to idle_timeout are not to be deleted. (2) hard_timeout Flow entries where hard_timeout time (sec) has elapsed since registered to the flow table are to be deleted. Flow entries where 0 is set to hard_timeout are not to be deleted Emergency Mode Descriptions When Secure Channel is disconnected and reconnection is tried, but connection to all the designated OFCs are considered to be impossible, the system is switched to Emergency mode if Emergency mode is set to be enabled. (See Figure 1-19 Execution Timing of Emergency Operation.) When switched to Emergency mode, the flow entries in use are disabled, and the Emergency flow entries are copied to the flow table to transfer. They are used for packet transfer as Figure 1-20 Actions When Emergency Mode Is Enabled. Figure 1-20 Actions When Emergency Mode Is Enabled Emergency Flow Table Flow Entry A Flow Entry B Flow Entry C Emergency Flow Table Flow Entry A Flow Entry B Flow Entry C Basic Flow Table Basic Flow Table Copy Flow Entry D Flow Entry E Flow Entry G Emergency Flow Entry A Flow Entry B Flow Entry H Flow Entry I Extended Flow Table Extended Flow Table *Flow Entries D to I are discarded. When switched to Emergency mode, the flow entries in the Emergency flow table are copied to the basic flow table. When Secure Channel is reconnected, the flow entries that were enabled before switching to Emergency mode are not to be automatically enabled. 22

Configuring OpenFlow 1

Configuring OpenFlow 1 Contents Configuring OpenFlow 1 Overview 1 OpenFlow switch 1 OpenFlow port 1 OpenFlow instance 2 OpenFlow flow table 3 Group table 5 Meter table 5 OpenFlow channel 6 Protocols and standards 7 Configuration

More information

Lesson 9 OpenFlow. Objectives :

Lesson 9 OpenFlow. Objectives : 1 Lesson 9 Objectives : is new technology developed in 2004 which introduce Flow for D-plane. The Flow can be defined any combinations of Source/Destination MAC, VLAN Tag, IP address or port number etc.

More information

OpenFlow. Finding Feature Information. Prerequisites for OpenFlow

OpenFlow. Finding Feature Information. Prerequisites for OpenFlow Finding Feature Information, page 1 Prerequisites for, page 1 Restrictions for, page 2 Information About Open Flow, page 3 Configuring, page 8 Monitoring, page 12 Configuration Examples for, page 12 Finding

More information

OpenFlow. Finding Feature Information. Prerequisites for OpenFlow

OpenFlow. Finding Feature Information. Prerequisites for OpenFlow Finding Feature Information, page 1 Prerequisites for, page 1 Restrictions for, page 2 Information About Open Flow, page 3 Configuring, page 8 Monitoring, page 12 Configuration Examples for, page 12 Finding

More information

H3C S7500E Switch Series

H3C S7500E Switch Series H3C S7500E Switch Series Comware 7 OpenFlow Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 7577P01 and later versions Document version: 6W100-20190110 Copyright

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN CHAPTER 32 This chapter describes how to configure Switched Port Analyzer (SPAN) and Remote SPAN (RSPAN) on the Catalyst 3750-X or 3560-X switch. Unless otherwise noted, the term switch refers to a Catalyst

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 200-125 Title : CCNA Cisco Certified Network Associate CCNA (v3.0) Vendor : Cisco Version : DEMO Get

More information

HPE FlexFabric 7900 Switch Series

HPE FlexFabric 7900 Switch Series HPE FlexFabric 7900 Switch Series VXLAN Configuration Guide Part number: 5998-8254R Software version: Release 213x Document version: 6W101-20151113 Copyright 2015 Hewlett Packard Enterprise Development

More information

Omni Switch 6450/ 6250 / 6350 Release R04

Omni Switch 6450/ 6250 / 6350 Release R04 Omni Switch 6450/ 6250 / 6350 Release 6.7.1.107.R04 The following is a list of issues that have been identified and corrected in AOS software release. This document is intended to be used as a pre-upgrade

More information

H3C S6800 Switch Series

H3C S6800 Switch Series H3C S6800 Switch Series OpenFlow Command Reference New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2609 and later Document version: 6W103-20190104 Copyright 2019, New H3C Technologies

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN Prerequisites for SPAN and RSPAN, page 1 Restrictions for SPAN and RSPAN, page 1 Information About SPAN and RSPAN, page 3 How to Configure SPAN and RSPAN, page 14 Monitoring SPAN and RSPAN Operations,

More information

H3C S5130-EI Switch Series

H3C S5130-EI Switch Series H3C S5130-EI Switch Series OpenFlow Command Reference New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 311x Document version: 6W102-20180323 Copyright 2016-2018, New H3C Technologies

More information

Information about Network Security with ACLs

Information about Network Security with ACLs This chapter describes how to configure network security on the switch by using access control lists (ACLs), which in commands and tables are also referred to as access lists. Finding Feature Information,

More information

Packet Header Formats

Packet Header Formats A P P E N D I X C Packet Header Formats S nort rules use the protocol type field to distinguish among different protocols. Different header parts in packets are used to determine the type of protocol used

More information

Configuring WCCPv2. Information About WCCPv2. Send document comments to CHAPTER

Configuring WCCPv2. Information About WCCPv2. Send document comments to CHAPTER CHAPTER 5 This chapter describes how to configure the Web Cache Communication Protocol version 2 (WCCPv2) on Cisco NX-OS devices. This chapter includes the following sections: Information About WCCPv2,

More information

H3C S9500 QoS Technology White Paper

H3C S9500 QoS Technology White Paper H3C Key words: QoS, quality of service Abstract: The Ethernet technology is widely applied currently. At present, Ethernet is the leading technology in various independent local area networks (LANs), and

More information

H3C S5130-EI Switch Series

H3C S5130-EI Switch Series H3C S5130-EI Switch Series OpenFlow Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 311x Document version: 6W102-20180323 Copyright 2016-2018, New H3C Technologies

More information

H3C S6300 Switch Series

H3C S6300 Switch Series H3C S6300 Switch Series OpenFlow Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2416 Document version: 6W100-20150126 Copyright 2015, Hangzhou H3C

More information

AlliedView -EMS QoS MANAGER USER S GUIDE

AlliedView -EMS QoS MANAGER USER S GUIDE AlliedView -EMS 4.0.2 QoS MANAGER USER S GUIDE AlliedView -EMS 4.0.2 QoS Manager User s Guide Page 1 of 146 TABLE OF CONTENTS 1 OVERVIEW...5 2 STARTING QOS MANAGER...6 3 MAIN WINDOW...7 3.1 INITIAL WINDOW...8

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN 34 CHAPTER This chapter describes how to configure the Switched Port Analyzer (SPAN) and Remote SPAN (RSPAN) on the Catalyst 4500 series switches. SPAN selects network traffic for analysis by a network

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN Finding Feature Information, page 1 Prerequisites for SPAN and RSPAN, page 1 Restrictions for SPAN and RSPAN, page 2 Information About SPAN and RSPAN, page 3 How to Configure SPAN and RSPAN, page 14 Monitoring

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-1813 Software version: Release 1505 Document version: 6W102-20121111 Legal and notice information Copyright

More information

HPE ArubaOS-Switch Advanced Traffic Management Guide for WC.16.02

HPE ArubaOS-Switch Advanced Traffic Management Guide for WC.16.02 HPE ArubaOS-Switch Advanced Traffic Management Guide for WC.16.02 Part Number: 5200-1656c Published: September 2016 Edition: 4 Copyright Copyright 2016 Hewlett Packard Enterprise Development LP The information

More information

Configuring Firewall Filters (J-Web Procedure)

Configuring Firewall Filters (J-Web Procedure) Configuring Firewall Filters (J-Web Procedure) You configure firewall filters on EX Series switches to control traffic that enters ports on the switch or enters and exits VLANs on the network and Layer

More information

Aruba 8320 Configuring ACLs and Classifier Policies Guide for ArubaOS- CX 10.00

Aruba 8320 Configuring ACLs and Classifier Policies Guide for ArubaOS- CX 10.00 Aruba 8320 Configuring ACLs and Classifier Policies Guide for ArubaOS- CX 10.00 Part Number: 5200-4710a Published: April 2018 Edition: 2 Copyright 2018 Hewlett Packard Enterprise Development LP Notices

More information

SDN Workshop. Contact: WSDN01_v0.1

SDN Workshop. Contact: WSDN01_v0.1 SDN Workshop Contact: training@apnic.net WSDN01_v0.1 Issue Date: [Date] Revision: [xx] OpenFlow SDN Workshop WSDN01_v0.1 Issue Date: [Date] Revision: [xx] SDN architectural framework Application Plane

More information

Configuring Q-in-Q VLAN Tunnels

Configuring Q-in-Q VLAN Tunnels This chapter describes how to configure Q-in-Q VLAN tunnels. Finding Feature Information, page 1 Feature History for Q-in-Q Tunnels and Layer 2 Protocol Tunneling, page 1 Information About Q-in-Q Tunnels,

More information

ArubaOS-Switch Advanced Traffic Management Guide for WC.16.04

ArubaOS-Switch Advanced Traffic Management Guide for WC.16.04 ArubaOS-Switch Advanced Traffic Management Guide for WC.16.04 Part Number: 5200-3111b Published: September 2017 Edition: 3 Copyright 2017 Hewlett Packard Enterprise Development LP Notices The information

More information

II. Principles of Computer Communications Network and Transport Layer

II. Principles of Computer Communications Network and Transport Layer II. Principles of Computer Communications Network and Transport Layer A. Internet Protocol (IP) IPv4 Header An IP datagram consists of a header part and a text part. The header has a 20-byte fixed part

More information

Chapter 4 Software-Based IP Access Control Lists (ACLs)

Chapter 4 Software-Based IP Access Control Lists (ACLs) Chapter 4 Software-Based IP Access Control Lists (ACLs) This chapter describes software-based ACLs, which are ACLs that processed traffic in software or CPU. (This type of ACL was also referred to as flow-based

More information

Configuring PFC QoS CHAPTER

Configuring PFC QoS CHAPTER 38 CHAPTER This chapter describes how to configure quality of service (QoS) as implemented on the Policy Feature Card 3B (PFC3B) on the Supervisor Engine 32 PISA. Note For complete syntax and usage information

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN 41 CHAPTER This chapter describes how to configure the Switched Port Analyzer (SPAN) and Remote SPAN (RSPAN) on the Catalyst 4500 series switches. SPAN selects network traffic for analysis by a network

More information

HP 3600 v2 Switch Series

HP 3600 v2 Switch Series HP 3600 v2 Switch Series ACL and QoS Configuration Guide Part number: 5998-2354 Software version: Release 2101 Document version: 6W101-20130930 Legal and notice information Copyright 2013 Hewlett-Packard

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 27 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

Configuring Rapid PVST+

Configuring Rapid PVST+ This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices using Cisco Data Center Manager (DCNM) for LAN. For more information about the Cisco

More information

Configuring Dynamic ARP Inspection

Configuring Dynamic ARP Inspection 21 CHAPTER This chapter describes how to configure dynamic Address Resolution Protocol inspection (dynamic ARP inspection) on the Catalyst 3560 switch. This feature helps prevent malicious attacks on the

More information

H3C S9800 Switch Series

H3C S9800 Switch Series H3C S9800 Switch Series OpenFlow Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 213x Document version: 6W101-20151130 Copyright 2015, Hangzhou H3C

More information

Configuring Rapid PVST+ Using NX-OS

Configuring Rapid PVST+ Using NX-OS Configuring Rapid PVST+ Using NX-OS This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices. This chapter includes the following sections:

More information

Configuring the Cisco OpenFlow Agent

Configuring the Cisco OpenFlow Agent All tasks in this section require the fulfillment of the prerequisites listed in Prerequisites for Cisco OpenFlow Agent. Enabling the Cisco OpenFlow Agent, page 1 Configuring Physical Device Parameters,

More information

ProCurve Switch G ProCurve Switch G

ProCurve Switch G ProCurve Switch G Management and Configuration Guide ProCurve Switch 1800-8G ProCurve Switch 1800-24G www.procurve.com ProCurve Series 1800 Switch Management and Configuration Guide Copyright 2006, 2007 Hewlett-Packard

More information

OpenFlow 1.3: Protocol, Use Cases, and Controller Writing. Ryan Izard

OpenFlow 1.3: Protocol, Use Cases, and Controller Writing. Ryan Izard OpenFlow 1.3: Protocol, Use Cases, and Controller Writing Ryan Izard rizard@g.clemson.edu Evolution of the OpenFlow Protocol OpenFlow 1.0 + What you know and love! OpenFlow 1.1 + Multiple tables and group

More information

Powered by Accton. ES Port Gigabit Web-Smart Switch. Management Guide.

Powered by Accton. ES Port Gigabit Web-Smart Switch. Management Guide. Powered by Accton ES4324 24-Port Gigabit Web-Smart Switch Management Guide www.edge-core.com Management Guide 24-Port Gigabit Web-Smart Switch with 24 1000BASE-T (RJ-45) Ports, and 4 Combination (RJ-45/SFP)

More information

PFC QoS. Prerequisites for PFC QoS. Restrictions for PFC QoS CHAPTER

PFC QoS. Prerequisites for PFC QoS. Restrictions for PFC QoS CHAPTER 58 CHAPTER Prerequisites for, page 58- Restrictions for, page 58- Information about, page 58-7 Default Settings for, page 58-33 How to Configure, page 58-56 Common QoS Scenarios, page 58- Glossary, page

More information

Configuring SPAN. Understanding SPAN CHAPTER. This chapter describes how to configure Switched Port Analyzer (SPAN) and on the Catalyst 2960 switch.

Configuring SPAN. Understanding SPAN CHAPTER. This chapter describes how to configure Switched Port Analyzer (SPAN) and on the Catalyst 2960 switch. CHAPTER 23 This chapter describes how to configure Switched Port Analyzer (SPAN) and on the Catalyst 2960 switch. Note For complete syntax and usage information for the commands used in this chapter, see

More information

HPE FlexFabric 5940 Switch Series

HPE FlexFabric 5940 Switch Series HPE FlexFabric 5940 Switch Series EVPN Configuration Guide Part number: 5200-2002b Software version: Release 25xx Document version: 6W102-20170830 Copyright 2017 Hewlett Packard Enterprise Development

More information

Implementing Access Lists and Prefix Lists

Implementing Access Lists and Prefix Lists An access control list (ACL) consists of one or more access control entries (ACE) that collectively define the network traffic profile. This profile can then be referenced by Cisco IOS XR softwarefeatures

More information

Version 1.0. April 15, 2015 ONF TS-026

Version 1.0. April 15, 2015 ONF TS-026 CONFORMANCE TEST SPECIFICATION FOR OPENFLOW SWITCH SPECIFICATION V1.3.4 BASIC SINGLE TABLE CONFORMANCE TEST PROFILE Version 1.0 April 15, 2015 ONF TS-026 Disclaimer THIS SPECIFICATION HAS BEEN APPROVED

More information

WiNG 5.x How-To Guide

WiNG 5.x How-To Guide WiNG 5.x How-To Guide Tunneling Remote Traffic using L2TPv3 Part No. TME-08-2012-01 Rev. A MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola

More information

Quality of Service (QoS): Managing Bandwidth More Effectively

Quality of Service (QoS): Managing Bandwidth More Effectively 15 Quality of Service (QoS): Managing Bandwidth More Effectively Contents Introduction................................................. 15-2 Terminology............................................... 15-5

More information

Table of Contents 1 Port Mirroring Configuration 1-1

Table of Contents 1 Port Mirroring Configuration 1-1 Table of Contents 1 Port Mirroring Configuration 1-1 Introduction to Port Mirroring 1-1 Classification of Port Mirroring 1-1 Implementing Port Mirroring 1-2 Other Functions Supported by Port Mirroring

More information

Table of Contents 1 AAA Overview AAA Configuration 2-1

Table of Contents 1 AAA Overview AAA Configuration 2-1 Table of Contents 1 AAA Overview 1-1 Introduction to AAA 1-1 Authentication 1-1 Authorization 1-1 Accounting 1-2 Introduction to ISP Domain 1-2 Introduction to AAA Services 1-2 Introduction to RADIUS 1-2

More information

HP High-End Firewalls

HP High-End Firewalls HP High-End Firewalls Access Control Configuration Guide Part number: 5998-2648 Software version: F1000-A-EI&F1000-S-EI: R3721 F5000: F3210 F1000-E: F3171 Firewall module: F3171 Document version: 6PW101-20120719

More information

VLAN Access Control Lists

VLAN Access Control Lists VLAN access control lists (ACLs) or VLAN maps access-control all packets (bridged and routed). You can use VLAN maps to filter traffic between devices in the same VLAN. VLAN maps are configured to provide

More information

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

Contents. QoS overview 1

Contents. QoS overview 1 Contents QoS overview 1 QoS service models 1 Best-effort service model 1 IntServ model 1 DiffServ model 1 QoS techniques overview 1 Deploying QoS in a network 2 QoS processing flow in a device 2 Configuring

More information

HP FlexFabric 5930 Switch Series

HP FlexFabric 5930 Switch Series HP FlexFabric 5930 Switch Series Layer 3 IP Services Command Reference Part number: 5998-4568 Software version: Release 2406 & Release 2407P01 Document version: 6W101-20140404 Legal and notice information

More information

Configuring Q-in-Q VLAN Tunnels

Configuring Q-in-Q VLAN Tunnels This chapter contains the following sections: Information About Q-in-Q VLAN Tunnels, page 1 Licensing Requirements for Q-in-Q Tunnels, page 4 Guidelines and Limitations for Q-in-Q VLAN Tunnels, page 5

More information

IPv4 ACLs, identified by ACL numbers, fall into four categories, as shown in Table 1. Table 1 IPv4 ACL categories

IPv4 ACLs, identified by ACL numbers, fall into four categories, as shown in Table 1. Table 1 IPv4 ACL categories Table of Contents ACL Configuration 1 ACL Overview 1 IPv4 ACL Classification 1 IPv4 ACL Rule Order 1 Rule Numbering Step with IPv4 ACLs 3 Effective Time Period of an IPv4 ACL 3 IP Fragments Filtering with

More information

HP 5130 EI Switch Series

HP 5130 EI Switch Series HP 5130 EI Switch Series ACL and QoS Configuration Guide Part number: 5998-5471a Software version: Release 31xx Document version: 6W100-20150731 Legal and notice information Copyright 2015 Hewlett-Packard

More information

2016 Braindump2go Valid Cisco Exam Preparation Materials:

2016 Braindump2go Valid Cisco Exam Preparation Materials: Guarantee All Exams 100% Pass One Time 2016 NEW Cisco CCNA Routing and Switching 200-105: Interconnecting Cisco Networking Devices Part 2 (ICND2 v3.0) Exam Questions and Answers RELEASED in Braindump2go.com

More information

Configuring IPv4. Finding Feature Information. This chapter contains the following sections:

Configuring IPv4. Finding Feature Information. This chapter contains the following sections: This chapter contains the following sections: Finding Feature Information, page 1 Information About IPv4, page 2 Virtualization Support for IPv4, page 6 Licensing Requirements for IPv4, page 6 Prerequisites

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Network Management and Monitoring Configuration Guide Part number: 5998-3162b Software version: Release 2103 and later Document version: 6W103-20151020 Legal and notice

More information

Cisco Nexus 1000V for KVM Interface Configuration Guide, Release 5.x

Cisco Nexus 1000V for KVM Interface Configuration Guide, Release 5.x Cisco Nexus 1000V for KVM Interface Configuration Guide, Release 5.x First Published: August 01, 2014 Last Modified: November 09, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San

More information

HP FlexFabric 5930 Switch Series

HP FlexFabric 5930 Switch Series HP FlexFabric 5930 Switch Series ACL and QoS Configuration Guide Part number: 5998-7761a Software version: Release 241x Document version: 6W102-20151210 Legal and notice information Copyright 2015 Hewlett-Packard

More information

Quality of Service. Understanding Quality of Service

Quality of Service. Understanding Quality of Service The following sections describe support for features on the Cisco ASR 920 Series Router. Understanding, page 1 Configuring, page 2 Global QoS Limitations, page 2 Classification, page 3 Marking, page 6

More information

H3C S10500 OpenFlow Configuration Examples

H3C S10500 OpenFlow Configuration Examples H3C S10500 OpenFlow Configuration Examples Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without

More information

EVC Quality of Service

EVC Quality of Service First Published: March 28, 2011 Last Updated: March 28, 2011 This document contains information about how to enable quality of service (QoS) features (such as traffic classification and traffic policing)

More information

HPE ArubaOS-Switch Advanced Traffic Management Guide for WB.16.03

HPE ArubaOS-Switch Advanced Traffic Management Guide for WB.16.03 HPE ArubaOS-Switch Advanced Traffic Management Guide for WB.16.03 Part Number: 5200-2908 Published: January, 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained

More information

Internet. 1) Internet basic technology (overview) 3) Quality of Service (QoS) aspects

Internet. 1) Internet basic technology (overview) 3) Quality of Service (QoS) aspects Internet 1) Internet basic technology (overview) 2) Mobility aspects 3) Quality of Service (QoS) aspects Relevant information: these slides (overview) course textbook (Part H) www.ietf.org (details) IP

More information

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine Network Management and Monitoring Configuration Guide Part number: 5998-3936 Software version: 3308P26 Document version: 6W101-20130628 Legal

More information

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch Web UI Reference Guide

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch Web UI Reference Guide 1 Information in this document is subject to change without notice. Reproduction of this document in any manner, without the written permission of the D-Link Corporation, is strictly forbidden. Trademarks

More information

Configuring Dial-on-Demand Routing

Configuring Dial-on-Demand Routing C H A P T E R 7 Configuring Dial-on-Demand Routing This chapter describes how to configure your communication server for dial-on-demand routing (DDR) and dial backup. For a complete description of the

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-3162 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright

More information

FSOS. Ethernet Configuration Guide

FSOS. Ethernet Configuration Guide FSOS Ethernet Configuration Guide Contents 1 Configuring Interface... 1 1.1 Overview...1 1.2 Configuring Interface State...1 1.2.1 Configurations...1 1.2.2 Validation...1 1.3 Configuring Interface Speed...

More information

Managing and Securing Computer Networks. Guy Leduc. Chapter 2: Software-Defined Networks (SDN) Chapter 2. Chapter goals:

Managing and Securing Computer Networks. Guy Leduc. Chapter 2: Software-Defined Networks (SDN) Chapter 2. Chapter goals: Managing and Securing Computer Networks Guy Leduc Chapter 2: Software-Defined Networks (SDN) Mainly based on: Computer Networks and Internets, 6 th Edition Douglas E. Comer Pearson Education, 2015 (Chapter

More information

Configuring NetFlow. About NetFlow. This chapter describes how to configure the NetFlow feature on Cisco NX-OS devices.

Configuring NetFlow. About NetFlow. This chapter describes how to configure the NetFlow feature on Cisco NX-OS devices. This chapter describes how to configure the NetFlow feature on Cisco NX-OS devices. About NetFlow, page 1 Licensing Requirements for NetFlow, page 4 Prerequisites for NetFlow, page 4 Guidelines and Limitations

More information

Configuring Port-Based and Client-Based Access Control (802.1X)

Configuring Port-Based and Client-Based Access Control (802.1X) 9 Configuring Port-Based and Client-Based Access Control (802.1X) Contents Overview..................................................... 9-3 Why Use Port-Based or Client-Based Access Control?............

More information

Management Software AT-S67 AT-S68. User s Guide FOR USE WITH AT-FS7016 AND AT-FS7024 SMART SWITCHES VERSION PN Rev A

Management Software AT-S67 AT-S68. User s Guide FOR USE WITH AT-FS7016 AND AT-FS7024 SMART SWITCHES VERSION PN Rev A Management Software AT-S67 AT-S68 User s Guide FOR USE WITH AT-FS7016 AND AT-FS7024 SMART SWITCHES VERSION 1.0.0 PN 613-50494-00 Rev A Copyright 2003 Allied Telesyn, Inc. 960 Stewart Drive Suite B, Sunnyvale,

More information

11/30/16. Game Plan. OpenFlow 1.3: Protocol, Use Cases, And Building a Fault Tolerant Application. Up Next. Before We Get Started

11/30/16. Game Plan. OpenFlow 1.3: Protocol, Use Cases, And Building a Fault Tolerant Application. Up Next. Before We Get Started OpenFlow 1.3: Protocol, Use Cases, And Building a Fault Tolerant Application Geddings Barrineau Ryan Izard Clemson University Niky Riga GENI Project Office 1 Game Plan 2 Before We Get Started 1. Login

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 30 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

Configuring Interfaces and Circuits

Configuring Interfaces and Circuits CHAPTER 5 This chapter describes how to configure the CSS interfaces and circuits and how to bridge interfaces to Virtual LANs (VLANs). Information in this chapter applies to all CSS models, except where

More information

H3C S5500-HI Switch Series

H3C S5500-HI Switch Series H3C S5500-HI Switch Series ACL and QoS Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 5501 Document version: 6W100-20140103 Copyright 2014, Hangzhou

More information

Operation Manual IPv6 H3C S3610&S5510 Series Ethernet Switches Table of Contents. Table of Contents

Operation Manual IPv6 H3C S3610&S5510 Series Ethernet Switches Table of Contents. Table of Contents Operation Manual IPv6 Table of Contents Table of Contents Chapter 1 IPv6 Basics Configuration... 1-1 1.1 IPv6 Overview... 1-1 1.1.1 IPv6 Features... 1-2 1.1.2 Introduction to IPv6 Address... 1-3 1.1.3

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series ACL and QoS Configuration Guide Part number: 5998-2897 Software version: Release2207 Document version: 6W100-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

Google Cloud VPN Interop Guide

Google Cloud VPN Interop Guide Google Cloud VPN Interop Guide Using Cloud VPN With Cisco ASA Courtesy of Cisco Systems, Inc. Unauthorized use not permitted. Cisco is a registered trademark or trademark of Cisco Systems, Inc. and/or

More information

DHCP H3C Low-End Ethernet Switches Configuration Examples. Table of Contents

DHCP H3C Low-End Ethernet Switches Configuration Examples. Table of Contents DHCP Table of Contents Table of Contents Chapter 1 DHCP Functions Overview... 1-1 1.1 Supported DHCP Functions... 1-1 1.1.1 DHCP Functions Supported by the H3C Low-End Ethernet Switches... 1-1 1.2 Configuration

More information

24-Port 10/100 L3 Switch Model: Web Configuration Guide

24-Port 10/100 L3 Switch Model: Web Configuration Guide 24-Port 10/100 L3 Switch Model: 065-7434 Web Configuration Guide Table of Contents PREPARATIONS... 6 OVERVIEW... 6 Login... 6 PRODUCT INFORMATION... 9 OVERVIEW... 9 FEATURES... 9 SYSTEM VERSION INFORMATION...10

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN 24 CHAPTER This chapter describes how to configure Switched Port Analyzer (SPAN) and Remote SPAN (RSPAN) on your Catalyst 2950 or Catalyst 2955 switch. Note For complete syntax and usage information for

More information

DES P MANUAL WEBSMART SWITCH V1.05

DES P MANUAL WEBSMART SWITCH V1.05 DES-1100-10P MANUAL WEBSMART SWITCH V1.05 Table of Content Getting Started...3 WEB Configuration...4 Home...4 System...5 Power Over Ethernet...6 LED Power Saving...8 Fundamentals...9 Security...21 Statistics...22

More information

Configuring LLDP, LLDP-MED, and Location Service

Configuring LLDP, LLDP-MED, and Location Service CHAPTER 27 Configuring LLDP, LLDP-MED, and Location Service This chapter describes how to configure the Link Layer Discovery Protocol (LLDP), LLDP Media Endpoint Discovery (LLDP-MED), and Location Service

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Layer 3 - IP Services Configuration Guide Part number: 5998-3156 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright 2012

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for a Hitachi Cable Apresia Switch solution with an Avaya Telephony Infrastructure using Avaya Communication Manager in a Converged VoIP and

More information

Configuring ACLs. ACL overview. ACL categories. ACL numbering and naming

Configuring ACLs. ACL overview. ACL categories. ACL numbering and naming Contents Configuring ACLs 1 ACL overview 1 ACL categories 1 ACL numbering and naming 1 Match order 2 ACL rule numbering 3 Implementing time-based ACL rules 3 IPv4 fragments filtering with ACLs 3 Flow templates

More information

Content Switching Module with SSL Commands

Content Switching Module with SSL Commands CHAPTER 2 This chapter contains an alphabetical listing of the commands necessary to configure the CSM-S. These commands are unique to server load-balancing (SLB) and Layer 3 switching. 2-1 arp Chapter

More information

Configuring Dynamic ARP Inspection

Configuring Dynamic ARP Inspection Finding Feature Information, page 1 Restrictions for Dynamic ARP Inspection, page 1 Understanding Dynamic ARP Inspection, page 3 Default Dynamic ARP Inspection Configuration, page 6 Relative Priority of

More information

OpenFlow Switch Specification

OpenFlow Switch Specification OpenFlow Switch Specification Version 1.0.0 ( Wire Protocol 0x01 ) September 17, 2010 1 Introduction This document describes the requirements of an OpenFlow Switch. We recommend that you read the latest

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series OpenFlow Command Reference Part number: 5998-4679a Software version: Release 23xx Document version: 6W101-20150320 Legal and notice information Copyright 2015 Hewlett-Packard

More information

H3C MSR Router Series

H3C MSR Router Series H3C MSR Router Series Comware 7 OpenFlow Command Reference New H3C Technologies Co., Ltd. http://www.h3c.com Software version: MSR-CMW710-R0615P08 Document version: 6W201-20180803 Copyright 2017-2018,

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 22 CHAPTER This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Catalyst 3750 switch. Unless otherwise noted, the term switch refers to a standalone switch and a

More information

HPE 5920 & 5900 Switch Series

HPE 5920 & 5900 Switch Series HPE 5920 & 5900 Switch Series Layer 3 IP Services Command Reference Part number: 5998-6643t Software version: Release 2422P01 Document version: 6W101-20171030 Copyright 2016, 2017 Hewlett Packard Enterprise

More information