OpenFlow Command Reference

Command Hierarchies

OpenFlow Commands

config
open-flow filter-id [create]
[no] of-switch ofs-name
[no] controller ip-address:port
description description-string
echo-interval seconds
echo-multiple value
[no] flowtable of-table-id
max-size size
— no max-size
no-match-action {drop | fall-through | packet-in}
[no] logical-port-status [rsvp-te | mpls-tp]
[no] logical-port-status {rsvp-te | mpls-tp}
[no] shutdown

Show Commands

show
of-switch ofs-name controller ip-address:port detail
of-switch ofs-name status controller [ip-address:port]
of-switch ofs-name controller
of-switch ofs-name flowtable
of-switch ofs-name status
of-switch ofs-name port

Tools Commands

tools
— dump
of-switch ofs-name [flowtable of-table-id] [{grt | system | service-id service-id}] [cookie hex-string] [priority priority]
of-switch ofs-name [flowtable of-table-id] service-id service-id sap-id sap-id [cookie hex-string] [priority priority]
of-switch ofs-name [flowtable of-table-id] summary

Command Descriptions

Generic Commands

open-flow

Syntax 
open-flow
Context 
config
Description 

This command enables configuration content for OpenFlow Hybrid Switch compatibility.

The no form of the command removes the OpenFlow configuration from the context.

Default 

n/a

of-switch

Syntax 
[no] of-switch ofs-name
Context 
config>open-flow
Description 

This command creates an OpenFlow switch instance.

The no form of the command deletes the OpenFlow switch instance from the context.

Default 

no of-switch

Parameters 
string—
specifies the name of the OpenFlow switch instance, a string up to 32 characters

aux-channel-enable

Syntax 
[no] aux-channel-enable
Context 
config>open-flow>of-switch
Description 

This command enables auxiliary connections for the given H-OFS instance. If enabled, the H-OFS switch sets up a statistics auxiliary channel (Auxiliary ID 1) and a packet-in auxiliary channel (Auxiliary ID 2) for the main connection to every configured OpenFlow controller.

The no form of this command disables auxiliary connections.

Default 

no aux-channel-enable

controller

Syntax 
[no] controller ip-address:port
Context 
config>open-flow>of-switch
Description 

This command configures the OpenFlow controller for this OpenFlow switch. Up to two controllers can be configured per OpenFlow switch instance.

The no form of this command deletes the controller for this OpenFlow switch instance.

Default 

no controller

Parameters 
ip-address:port—
specifies the IP address and TCP port for the OpenFlow channel to the the controller

description

Syntax 
description string
no description
Context 
config>open-flow>of-switch
Description 

This command allows the user to configure a description string for the specified OpenFlow controller instance.

The no form of this command deletes the description of the specified OpenFlow controller instance.

Default 

no description

Parameters 
string—
specifies a description of the OpenFlow switch instance, a string up to 256 characters

echo-interval

Syntax 
echo-interval seconds
no echo-interval
Context 
config>open-flow>of-switch
Description 

This command configures the Echo Request interval for monitoring the OpenFlow control channels to the controller(s) for this OpenFlow switch instance.

The no form of this command restores default value.

Default 

echo-interval 10

Parameters 
seconds—
specifies an interval, in seconds
Values—
1 to 3600

echo-multiple

Syntax 
echo-multiple value
no echo-multiple
Context 
config>open-flow>of-switch
Description 

This command configures the number of consecutive Echo Reply messages that must be lost to declare OF control channel down.

The no form of this command restores default value.

Default 

echo-multiple 3

Parameters 
value—
specifies the threshold value for the number of consecutive Echo Rely messages lost
Values—
3 to 100

logical-port-status

Syntax 
[no] logical-port-status [rsvp-te | mpls-tp]
Context 
config>open-flow>of-switch
Description 

This command enables status change reporting to the OpenFlow controller for the specified logical port type. To report on multiple logical port types, the command needs to be executed multiple times with different logical port specified as required.

The no form of this command disables status reporting for specified or all (no argument) logical ports.

Default 

no logical-port-status

Parameters 
rsvp-te—
enables reporting on RSVP-TE LSP logical ports
mpls-te—
enables reporting on MPLS-TE logical ports

shutdown

Syntax 
[no] shutdown
Context 
config>open-flow>of-switch
Description 

This command administratively enables or disables the OpenFlow switch instance. Disabling the switch purges all flowtable entries.

Default 

shutdown

flowtable

Syntax 
[no] flowtable of-table-id
Context 
config>open-flow>of-switch
Description 

This command configures the flow table parameters for this OpenFlow switch instance.

The no form of this command restores flow table configuration default settings.

Default 

no flowtable

Parameters 
of-table-id—
specifies an identifier of the OpenFlow table, a string up to 256 characters

max-size

Syntax 
max-size size
no max-size
Context 
config>open-flow>of-switch>flowtable
Description 

This command configures the size for the specified flow table. The OpenFlow switch instance must be shutdown to modify this parameter.

The no form of this command restores the default size.

Default 

max-size 1000

Parameters 
size—
specifies the maximum size limit for the flow table. The size limit is a total for both IPv4 and IPv6.
Values—
1 to 262144
Values—
1000

no-match-action

Syntax 
no-match-action {drop | fall-through | packet-in}
no no-match-action
Context 
config>open-flow>of-switch>flowtable
Description 

This command configures the action for the flow table when a packet does not match any entry for the controller.

The no form of this command restores the default action.

Default 

no-match-action fall-through

Parameters 
drop—
specifies that packets that do not match entries in the flow table as programmed by the OpenFlow switch will be dropped
fall-through—
specifies that packets that do not match entries in the flow table as programmed by the OpenFlow switch will be forwarded using regular processing by the router. Fall-through applies if an error occurs that prevents a flow table from being installed in a filter policy.
packet-in—
specifies that packets that do not match entries in the flow table as programmed by the OpenFlow switch will be extracted and sent to the controller in a flow-controlled manner. If this action is used, an auxiliary channel should be enabled for packet-in processing (using the aux-channel-enable command).

switch-defined-cookie

Syntax 
switch-defined-cookie
[no] switch-defined-cookie
Context 
config>open-flow>of-switch>flowtable
Description 

This command enables OpenFlow switch-defined Flow Table cookie encoding for flowtable 0 that allows multi-service operation.

The no form of the command disables the above function.

Default 

no switch-defined-cookie

Show Commands

The following command outputs are examples only; actual displays may differ depending on supported functionality and user configuration.

open-flow

Syntax 
open-flow
Context 
show
Description 

Displays OpenFlow switch hybrid information.

Default 

n/a

of-switch

Syntax 
of-switch
of-switch ofs-name controller ip-address:port detail
of-switch ofs-name status controller [ip-address:port]
of-switch ofs-name controller
of-switch ofs-name flowtable
of-switch ofs-name status
of-switch ofs-name port
Context 
show>open-flow
Description 

This command displays information related to H-OFS configuration and operations as per the parameters specified.

If no parameter is specified, this command displays a summary for H-OFS instances configured.

Default 

n/a

Parameters 
ofs-name—
specifies the name of the configured H-OFS instance, up to 32 characters
controller ip-address:port
displays information on the controller for the specified H-OFS instance
Values—
ip-address:  a.b.c.d
port:  1 to 65535
detail—
displays detailed information
status—
displays status information for the specified H-OFS switch or its controller
flowtable—
displays information about flowtables for the specified H-OFS instance
port—
displays information about the logical OpenFlow ports registered with the specified H-OFS instance
Output 

Sample Output
*A:Dut-A# show open-flow of-switch "s1" status
 
===============================================================================
Open Flow Switch Information
===============================================================================
Switch Name        : s1
Data Path ID       : 0                   Admin Status       : Up
Echo Interval      : 10 seconds          Echo Multiple      : 3
Logical Port Type  : all
Buffer Size        : 256                 Num. of Tables     : 1
Description        : test-sw1
Capabilities Supp. : flow-stats table-stats port-stats
===============================================================================
 
*A:Dut-A# show open-flow of-switch "s1" controller
 
===============================================================================
Open Flow Controller Summary
===============================================================================
IP Address                                        Port
-------------------------------------------------------------------------------
10.20.1.2                                         6633
10.20.1.3                                         6633
-------------------------------------------------------------------------------
Number of Controllers : 2
-------------------------------------------------------------------------------
===============================================================================
 
*A:Dut-A# show open-flow of-switch "s1" controller 10.20.1.2:6633 detail
 
===============================================================================
Open Flow Controller Information
===============================================================================
IP Address        : 10.20.1.2         Port              : 6633
Role              : equal             Generation ID     : 0
 
-------------------------------------------------------------------------------
Open Flow Channel Information
-------------------------------------------------------------------------------
Channel ID            : 1                 Version           : 4
Connection Type       : primary           Operational Status: Up
Operational Flags     : socketStateEstablished helloReceived helloTransmitted
                        handshake
Async Fltr Packet In
 (Master or Equal)    : tableMiss applyAction
 (Slave)              : (Not Specified)
Async Fltr Port Status
 (Master or Equal)    : portAdd portDelete portModify
 (Slave)              : portAdd portDelete portModify
Async Fltr Flow Rem
 (Master or Equal)    : idleTimeOut hardTimeOut flowModDelete groupDelete
 (Slave)              : (Not Specified)
 
Echo Time Expiry      : 0d 00:00:10       Hold Time Expiry  : 0d 00:00:30
Conn. Uptime          : 0d 00:00:00       Conn. Retry           : 0d 00:00:00
 
-------------------------------------------------------------------------------
Open Flow Channel Stats - Channel ID(1)
-------------------------------------------------------------------------------
Packet Type      Transmitted Packets  Received Packets     Error Packets
-------------------------------------------------------------------------------
Hello            1                    1                    0
Error            0                    0                    0
Echo Request     0                    70                   0
Echo Reply       70                   0                    0
Experimenter     0                    0                    0
Feat. Request    0                    1                    0
Feat. Reply      1                    0                    0
Get Cfg Request  0                    1                    0
Get Cfg Reply    1                    0                    0
Set Config       0                    1                    0
Packet In        0                    0                    0
Flow Removed     0                    0                    0
Port Status      0                    0                    6
Packet Out       0                    0                    0
Flow Modify      0                    0                    0
Group Modify     0                    0                    0
Port Modify      0                    0                    0
Table Modify     0                    0                    0
Multipart Req    0                    0                    0
Multipart Reply  0                    0                    0
Barrier Request  0                    0                    0
Barrier Reply    0                    0                    0
Get Q Cfg Req    0                    0                    0
Get Q Cfg Reply  0                    0                    0
Role Request     0                    0                    0
Role Reply       0                    0                    0
Get Async Req    0                    0                    0
Get Async Reply  0                    0                    0
Set Async        0                    0                    0
Meter Modify     0                    0                    0
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
===============================================================================
 
*A:Dut-A# show open-flow of-switch "s1" flowtable
 
===============================================================================
Flow Table Information
===============================================================================
Flow Table ID      : 0                  Max-Size                 : 1000
No-Match Action    : fall-through       Curr Num. of Entries     : 1
                                        Max. Num. of Entries     : 54
===============================================================================
 
*A:Dut-A# show open-flow of-switch "s1" port
 
===============================================================================
Open Flow Port Stats
===============================================================================
Port ID     Port Name                 Transmitted Packets  Transmitted Bytes
-------------------------------------------------------------------------------
1073741825  to_B                      0                    0
1073741826  to_C                      0                    0
1073741827  to_D                      0                    0
1073741828  to_E                      0                    0
1073741829  to_F                      0                    0
1073742824  1                         0                    0
===============================================================================
 
*A:Dut-C# show open-flow of-switch "ofs" controller 1.3.8.8:6633 detail 
===============================================================================
Open Flow Controller Information
===============================================================================
IP Address            : 1.3.8.8           Port              : 6633
Role                  : equal             
Generation ID         : 0
-------------------------------------------------------------------------------
Open Flow Channel Information - Channel ID(2)
-------------------------------------------------------------------------------
Channel ID        : 2                 Version           : 4
Connection Type   : primary           Operational Status: Up
Auxiliary ID      : 0                 
Source Address    : 10.20.1.3         Source Port       : 49722
Operational Flags : socket-state-established hello-received hello-transmitted
                    handshake
Async Fltr Packet In
 (Master or Equal): table-miss apply-action
 (Slave)          : (Not Specified)
Async Fltr Port Status
 (Master or Equal): port-add port-delete port-modify
 (Slave)          : port-add port-delete port-modify
Async Fltr Flow Rem
 (Master or Equal): idle-time-out hard-time-out flow-mod-delete group-delete
 (Slave)          : (Not Specified)
Echo Time Expiry  : 0d 00:00:04       Hold Time Expiry  : 0d 00:00:24
Conn. Uptime      : 0d 01:27:53       Conn. Retry       : 0d 00:00:00
-------------------------------------------------------------------------------
Open Flow Channel Stats - Channel ID(2)
-------------------------------------------------------------------------------
Packet Type      Transmitted Packets  Received Packets     Error Packets
-------------------------------------------------------------------------------
Hello            0                    0                    0
Error            0                    0                    0
Echo Request     348                  174                  0
Echo Reply       174                  348                  0
Experimenter     0                    0                    0
Feat. Request    0                    0                    0
Feat. Reply      0                    0                    0
Get Cfg Request  0                    0                    0
Get Cfg Reply    0                    0                    0
Set Config       0                    0                    0
Packet In        0                    0                    0
Flow Removed     0                    0                    0
Port Status      0                    0                    0
Packet Out       0                    0                    0
Flow Modify      0                    0                    0
Group Modify     0                    0                    0
Port Modify      0                    0                    0
Table Modify     0                    0                    0
Multipart Req    0                    0                    0
Multipart Reply  0                    0                    0
Barrier Request  0                    0                    0
Barrier Reply    0                    0                    0
Get Q Cfg Req    0                    0                    0
Get Q Cfg Reply  0                    0                    0
Role Request     0                    0                    0
Role Reply       0                    0                    0
Get Async Req    0                    0                    0
Get Async Reply  0                    0                    0
Set Async        0                    0                    0
Meter Modify     0                    0                    0
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Open Flow Channel Information - Channel ID(3)
-------------------------------------------------------------------------------
Channel ID        : 3                 Version           : 4
Connection Type   : auxiliary         Operational Status: Up
Auxiliary ID      : 1                 
Source Address    : 10.20.1.3         Source Port       : 49748
Operational Flags : socket-state-established hello-received hello-transmitted
                    handshake
Async Fltr Packet In
 (Master or Equal): table-miss apply-action
 (Slave)          : (Not Specified)
Async Fltr Port Status
 (Master or Equal): port-add port-delete port-modify
 (Slave)          : port-add port-delete port-modify
Async Fltr Flow Rem
 (Master or Equal): idle-time-out hard-time-out flow-mod-delete group-delete
 (Slave)          : (Not Specified)
Echo Time Expiry  : 0d 00:00:02       Hold Time Expiry  : 0d 00:00:22
Conn. Uptime      : 0d 01:27:47       Conn. Retry       : 0d 00:00:00
-------------------------------------------------------------------------------
Open Flow Channel Stats - Channel ID(3)
-------------------------------------------------------------------------------
Packet Type      Transmitted Packets  Received Packets     Error Packets
-------------------------------------------------------------------------------
Hello            0                    0                    0
Error            0                    0                    0
Echo Request     348                  174                  0
Echo Reply       174                  348                  0
Experimenter     0                    0                    0
Feat. Request    0                    0                    0
Feat. Reply      0                    0                    0
Get Cfg Request  0                    0                    0
Get Cfg Reply    0                    0                    0
Set Config       0                    0                    0
Packet In        0                    0                    0
Flow Removed     0                    0                    0
Port Status      0                    0                    0
Packet Out       0                    0                    0
Flow Modify      0                    0                    0
Group Modify     0                    0                    0
Port Modify      0                    0                    0
Table Modify     0                    0                    0
Multipart Req    0                    0                    0
Multipart Reply  0                    0                    0
Barrier Request  0                    0                    0
Barrier Reply    0                    0                    0
Get Q Cfg Req    0                    0                    0
Get Q Cfg Reply  0                    0                    0
Role Request     0                    0                    0
Role Reply       0                    0                    0
Get Async Req    0                    0                    0
Get Async Reply  0                    0                    0
Set Async        0                    0                    0
Meter Modify     0                    0                    0
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Open Flow Channel Information - Channel ID(4)
-------------------------------------------------------------------------------
Channel ID        : 4                 Version           : 4
Connection Type   : auxiliary         Operational Status: Up
Auxiliary ID      : 2                 
Source Address    : 10.20.1.3         Source Port       : 49749
Operational Flags : socket-state-established hello-received hello-transmitted
                    handshake
Async Fltr Packet In
 (Master or Equal): table-miss apply-action
 (Slave)          : (Not Specified)
Async Fltr Port Status
 (Master or Equal): port-add port-delete port-modify
 (Slave)          : port-add port-delete port-modify
Async Fltr Flow Rem
 (Master or Equal): idle-time-out hard-time-out flow-mod-delete group-delete
 (Slave)          : (Not Specified)
Echo Time Expiry  : 0d 00:00:01       Hold Time Expiry  : 0d 00:00:21
Conn. Uptime      : 0d 01:27:49       Conn. Retry       : 0d 00:00:00
-------------------------------------------------------------------------------
Open Flow Channel Stats - Channel ID(4)
-------------------------------------------------------------------------------
Packet Type      Transmitted Packets  Received Packets     Error Packets
-------------------------------------------------------------------------------
Hello            0                    0                    0
Error            0                    0                    0
Echo Request     348                  174                  0
Echo Reply       174                  348                  0
Experimenter     0                    0                    0
Feat. Request    0                    0                    0
Feat. Reply      0                    0                    0
Get Cfg Request  0                    0                    0
Get Cfg Reply    0                    0                    0
Set Config       0                    0                    0
Packet In        104420               0                    0
Flow Removed     0                    0                    0
Port Status      0                    0                    0
Packet Out       0                    0                    0
Flow Modify      0                    0                    0
Group Modify     0                    0                    0
Port Modify      0                    0                    0
Table Modify     0                    0                    0
Multipart Req    0                    0                    0
Multipart Reply  0                    0                    0
Barrier Request  0                    0                    0
Barrier Reply    0                    0                    0
Get Q Cfg Req    0                    0                    0
Get Q Cfg Reply  0                    0                    0
Role Request     0                    0                    0
Role Reply       0                    0                    0
Get Async Req    0                    0                    0
Get Async Reply  0                    0                    0
Set Async        0                    0                    0
Meter Modify     0                    0                    0
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
===============================================================================
*A:Dut-C# 

Debug Commands

The following command outputs are examples only; actual displays may differ depending on supported functionality and user configuration.

open-flow

Syntax 
open-flow
Context 
tools>dump
Description 

This command enables dumping of the open-flow information.

Default 

n/a

of-switch

Syntax 
of-switch ofs-name [flowtable of-table-id] [{grt | system | service-id service-id}] [cookie hex-string] [priority priority]
of-switch ofs-name [flowtable of-table-id] service-id service-id sap sap-id [cookie hex-string] [priority priority]
of-switch ofs-name [flowtable of-table-id] summary
Context 
tools>dump>open-flow
Description 

This command can be used to dump information for a given open-flow switch or its flowtable. Priority and cookie filters are provided no focus on part of a flow table.

Usage examples:

a. tools>dump>open-flow>of-switch ofs-test — This command displays detailed flow information for a given OpenFlow switch. If the switch has switch-defined-cookie enabled, the flows with all cookie-types are displayed.

b. tools>dump>open-flow>of-switch ofs summary — This command displays a summary of each cookie context and the number of flows in it for the switch that has switch-defined-cookie enabled. If switch-defined-cookie is disabled, then the total number of entries is displayed (single context).

c. Options like grt, system, service-id, sap-id, cookie, and priority can be used to limit display entries to the specified options.

Default 

n/a

Parameters 
ofs-name—
specifies the name of the OFS instance, up to 32 characters
of-table-id—
specifies the identifier for the OpenFlow table
Values—
0
hex-string—
specifies the identifier for the OpenFlow cookies
Values—
0x0 to 0xFFFFFFFFFFFFFFFF
priority—
specifies the priority for the OpenFlow switch
Values—
0 to 65535
service-id—
specifies the identifier for the service
Values—
1 to 2148007978 | svc-name: 64 characters max
sap-id—
specifies the identifier for the Ethernet SAP
Values—

sap-id

null

port-id | bundle-id | bpgrp-id | lag-id | aps-id>

dot1q

port-id | bundle-id | bpgrp-id | lag-id | aps-id | pw-id>:qtag1

qinq

port-id | bundle-id | bpgrp-id | lag-id | pw-id>:qtag1.qtag2

atm

<port-id | aps-id>[:vpi/vci | vpi | vpi1.vpi2 | cp.conn-prof-id]

cp

keyword

conn-prof-id

1..8000

frame

port-id | aps-id:dlci

cisco-hdlc

slot/mda/port.channel

cem

slot/mda/port.channel

ima-grp

bundle-id>[:vpi/vci | vpi | vpi1.vpi2 | cp.conn-prof-id]

cp

keyword

conn-prof-id

1..8000

port-id

slot/mda/port[.channel]

bundle-id

bundle-<type>-slot/mda.bundle-num

bundle

keyword

type

ima, fr, ppp

bundle-num

1..336

bpgrp-id

bpgrp-<type>-<bpgrp-num>

bpgrp

keyword

type

ima, ppp

bpgrp-num

1..2000

aps-id

aps-<group-id>[.channel]

aps

keyword

group-id

1..64

ccag-id

ccag-id.path-id[cc-type]<cc-id

ccag

keyword

id

1..8

path-id

a, b

cc-type

.sap-net, .net-sap

cc-id

0..4094

eth-tunnel

eth-tunnel-id[:eth-tun-sap-id]

id

1..1024

eth-tun-sap-id

0..4094

lag-id

lag-id

lag

keyword

id

1..800

pw-id

pw-id

pw

keyword

id

1..10239

qtag1

*, 0..4094

qtag2

* | 0..4094

vpi

0..4095 (NNI)

0..255 (UNI)

vci

1, 2, 5..65535

dlci

16..1022

tunnel-id

tunnel-id.private | public:tag

tunnel

keyword

id

1..16

tag

0..4094

summary—
Keyword to summarize output.
ip-address:port—
ip-address: a.b.c.d

 port: 1 to 65535

Output 

Sample Output
===============================================================================
Switch: ofs
===============================================================================
Table     : 0                           Flow Pri  : 0
Cookie    : 0x0000000000000000          CookieType: grt
Controller: :::0                        
Filter Hnd: 0xC30000010000FFFF          
Filter    : _tmnx_ofs_ofs:1 entry 65535
 
In Port   : *                           
VID       : *                           Outer VID : *
EthType   : *                           
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
IPv6ExtHdr: (Not Specified)
 
Action    : Fall-through
 
Flow Flags: IPv4/6 [!E] [RO] [DEF]      
Up Time   : 0d 00:03:51                 Add TS    : 680828
Mod TS    : 0                           Stats TS  : 703820
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 16
Cookie    : 0x0000000000000000          CookieType: grt
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000010000FFEF          
Filter    : _tmnx_ofs_ofs:1 entry 65519
 
In Port   : *                           
VID       : *                           Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : 22.22.22.1/32
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Svc 99
                                      
Flow Flags: IPv4                        
Up Time   : 0d 00:01:15                 Add TS    : 696581
Mod TS    : 0                           Stats TS  : 703820
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 17
Cookie    : 0xC000006300000000          CookieType: service 99
Controller: 1.3.8.8:6633                
Filter Hnd: 0x8300000D0000FFEE          
Filter    : _tmnx_ofs_ofs:13 entry 65518
 
In Port   : *                           
VID       : *                           Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : 22.22.22.2/32
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On GRT
 
Flow Flags: IPv4                        
Up Time   : 0d 00:01:10                 Add TS    : 697095
Mod TS    : 0                           Stats TS  : 703820
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 4
Cookie    : 0xC00007E200000000          CookieType: service 2018
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000050000FFFB          
Filter    : _tmnx_ofs_ofs:5 entry 65531
SAP       : 1/1/3:0                     
 
In Port   : 0x2218000                   
VID       : 0x1000                      Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Sap            
            Sap 1/1/3:0
 
Flow Flags: IPv4                        
Up Time   : 0d 00:02:13                 Add TS    : 690788
Mod TS    : 0                           Stats TS  : 703820
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 3
Cookie    : 0xC00007E200000000          CookieType: service 2018
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000040000FFFC          
Filter    : _tmnx_ofs_ofs:4 entry 65532
SAP       : 1/1/3:4094                  
 
In Port   : 0x2218000                   
VID       : 0x1ffe                      Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Sap
            Sap 1/1/3:4094
 
Flow Flags: IPv4                        
Up Time   : 0d 00:02:18                 Add TS    : 690274
Mod TS    : 0                           Stats TS  : 703820
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 5
Cookie    : 0xC00007E200000000          CookieType: service 2018
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000060000FFFA          
Filter    : _tmnx_ofs_ofs:6 entry 65530
SAP       : lag-800:4094                
 
In Port   : 0x50000320                  
VID       : 0x1ffe                      Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Sap
            Sap lag-800:4094
 
Flow Flags: IPv4                        
Up Time   : 0d 00:02:09                 Add TS    : 691201
Mod TS    : 0                           Stats TS  : 703821
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 8
Cookie    : 0xC00007E300000000          CookieType: service 2019
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000090000FFF7          
Filter    : _tmnx_ofs_ofs:9 entry 65527
SAP       : 2/1/3:1.0                   
 
In Port   : 0x4218000                   
VID       : 0x1000                      Outer VID : 0x1001
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Sap
            Sap 2/1/3:1.0
 
Flow Flags: IPv4                        
Up Time   : 0d 00:01:56                 Add TS    : 692448
Mod TS    : 0                           Stats TS  : 703821
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 7
Cookie    : 0xC00007E300000000          CookieType: service 2019
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000080000FFF8          
Filter    : _tmnx_ofs_ofs:8 entry 65528
SAP       : 2/1/3:4094.4094             
 
In Port   : 0x4218000                   
VID       : 0x1ffe                      Outer VID : 0x1ffe
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Sap
            Sap 2/1/3:4094.4094
 
Flow Flags: IPv4                        
Up Time   : 0d 00:02:01                 Add TS    : 692032
Mod TS    : 0                           Stats TS  : 703821
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 10
Cookie    : 0xC00007E300000000          CookieType: service 2019
Controller: 1.3.8.8:6633                
Filter Hnd: 0x8300000B0000FFF5          
Filter    : _tmnx_ofs_ofs:11 entry 65525
SAP       : lag-799:4094.4094           
 
In Port   : 0x5000031f                  
VID       : 0x1ffe                      Outer VID : 0x1ffe
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Sap
            Sap lag-799:4094.4094
 
Flow Flags: IPv4                        
Up Time   : 0d 00:01:46                 Add TS    : 693483
Mod TS    : 0                           Stats TS  : 703821
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 1
Cookie    : 0xC00007E400000000          CookieType: service 2020
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000020000FFFE          
Filter    : _tmnx_ofs_ofs:2 entry 65534
SAP       : 2/1/4                       
 
In Port   : 0x4220000                   
VID       : 0x0                         Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Sap
            Sap 2/1/4
 
Flow Flags: IPv4                        
Up Time   : 0d 00:02:27                 Add TS    : 689443
Mod TS    : 0                           Stats TS  : 703821
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 12
Cookie    : 0xC00007E400000000          CookieType: service 2020
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000020000FFF3          
Filter    : _tmnx_ofs_ofs:2 entry 65523
SAP       : 2/1/4                       
 
In Port   : 0x4220000                   
VID       : 0x0                         Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward Sdp 12:4294967295
 
Flow Flags: IPv4                        
Up Time   : 0d 00:01:36                 Add TS    : 694524
Mod TS    : 0                           Stats TS  : 703821
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 13
Cookie    : 0xC00007E400000000          CookieType: service 2020
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000020000FFF2          
Filter    : _tmnx_ofs_ofs:2 entry 65522
SAP       : 2/1/4                       
 
In Port   : 0x4220000                   
VID       : 0x0                         Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Nhop(Indirect)
            Nhop: 200.180.200.180
 
Flow Flags: IPv4                        
Up Time   : 0d 00:01:31                 Add TS    : 695037
Mod TS    : 0                           Stats TS  : 703821
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 15
Cookie    : 0xC00007E400000000          CookieType: service 2020
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000020000FFF0          
Filter    : _tmnx_ofs_ofs:2 entry 65520
SAP       : 2/1/4                       
 
In Port   : 0x4220000                   
VID       : 0x0                         Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward LspId 1
            Lsp lsp1
 
Flow Flags: IPv4                        
Up Time   : 0d 00:01:21                 Add TS    : 696067
Mod TS    : 0                           Stats TS  : 703822
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 14
Cookie    : 0xC00007E400000000          CookieType: service 2020
Controller: 1.3.8.8:6633                
Filter Hnd: 0x430000020000FFF1          
Filter    : _tmnx_ofs_ofs:2 entry 65521
SAP       : 2/1/4                       
 
In Port   : 0x4220000                   
VID       : 0x0                         Outer VID : *
EthType   : 0x86dd                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
IPv6ExtHdr: (Not Specified)
 
Action    : Forward On Nhop(Indirect)
            Nhop: 3ffe:1111:1111:2222:2222:3333:3333:4444
 
Flow Flags: IPv6                        
Up Time   : 0d 00:01:26                 Add TS    : 695551
Mod TS    : 0                           Stats TS  : 703822
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 2
Cookie    : 0xC00007E400000000          CookieType: service 2020
Controller: 1.3.8.8:6633                
Filter Hnd: 0x830000030000FFFD          
Filter    : _tmnx_ofs_ofs:3 entry 65533
SAP       : lag-798                     
 
In Port   : 0x5000031e                  
VID       : 0x0                         Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : *
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Sap
            Sap lag-798               
 
Flow Flags: IPv4                        
Up Time   : 0d 00:02:23                 Add TS    : 689857
Mod TS    : 0                           Stats TS  : 703822
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 19
Cookie    : 0x8000000000000000          CookieType: system
Controller: 1.3.8.8:6633                
Filter Hnd: 0x4300000E0000FFEC          
Filter    : _tmnx_ofs_ofs:14 entry 65516
 
In Port   : *                           
VID       : *                           Outer VID : *
EthType   : 0x86dd                      
Src IP    : *
Dst IP    : 3ffe::1616:1601/128
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
IPv6ExtHdr: (Not Specified)
 
Action    : Forward On Nhop(Indirect)
            Nhop: 3ffe:1111:1111:2222:2222:3333:3333:4444
 
Flow Flags: IPv6                        
Up Time   : 0d 00:01:01                 Add TS    : 698121
Mod TS    : 0                           Stats TS  : 703822
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Table     : 0                           Flow Pri  : 18
Cookie    : 0x8000000000000000          CookieType: system
Controller: 1.3.8.8:6633                
Filter Hnd: 0x8300000E0000FFED          
Filter    : _tmnx_ofs_ofs:14 entry 65517
 
In Port   : *                           
VID       : *                           Outer VID : *
EthType   : 0x0800                      
Src IP    : *
Dst IP    : 22.22.22.1/32
IP Proto  : *                           DSCP      : *
Src Port  : *                           Dst Port  : *
ICMP Type : *                           ICMP Code : *
Label     : *                           
 
Action    : Forward On Nhop(Indirect)
            Nhop: 200.180.200.180
 
Flow Flags: IPv4                        
Up Time   : 0d 00:01:06                 Add TS    : 697608
Mod TS    : 0                           Stats TS  : 703822
#Packets  : 0                           #Bytes    : 0
-------------------------------------------------------------------------------
Number of flows: 17
===============================================================================
*A:Dut-C#