< Home

display tcp ipv6 authentication-statistics

Function

The display tcp ipv6 authentication-statistics command displays authentication statistics of a specified TCP6 connection.

Format

display tcp ipv6 authentication-statistics src-ip src-ip src-port src-port dest-ip dest-ip dest-port dest-port

Parameters

Parameter Description Value
src-ip src-ip Specifies the source IPv6 address. The value has 128 bits. It is represented as eight groups of four hexadecimal digits with the groups being separated by colons, in the format of X:X:X:X:X:X:X:X.
src-port src-port Specifies the source port. The value is an integer that ranges from 0 to 65535.
dest-ip dest-ip Specifies the destination IPv6 address. The value has 128 bits. It is represented as eight groups of four hexadecimal digits with the groups being separated by colons, in the format of X:X:X:X:X:X:X:X.
dest-port dest-port Specifies the destination port. The value is an integer that ranges from 0 to 65535.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

You can run the display tcp ipv6 authentication-statistics command to view authentication statistics of a specified TCP6 connection, including:

  • Number of TCP6 packets with MD5 Option

  • Number of TCP6 packets with Enhanced Authentication Option

Example

# Display authentication statistics of a specified TCP6 connection.

<HUAWEI> display tcp ipv6 authentication-statistics src-ip fc00::1 src-port 3456 dest-ip fc00::5 dest-port 5678
MD5 Signature Option (MSO)is enabled |
 Enhanced Authentication Option (EAO)is enabled
Received packets:
     total: 0
     packets received with MSO: 0
     packets received with EAO: 0    
     packets dropped due to MD5 authentication failure: 0
     packets dropped due to absence of MSO: 0
     packets dropped due to presence of MSO: 0
     packets dropped due to MAC authentication failure: 0
     packets dropped due to absence of active receive key: 0
     packets dropped due to invalid receive algorithm id: 0
     packets dropped due to absence of EAO: 0
     
Sent packets:
     total: 0
     packets sent with MSO: 0
     packets sent with EAO: 0
     packets not sent due to absence of active send key: 0
Table 1 Description of the display tcp ipv6 authentication-statistics command output

Item

Description

total (received packets)

Total number of received and discarded TCP6 packets.

packets received with MSO

Total number of received TCP6 packets with MD5 Option.

packets received with EAO

Total number of received TCP6 packets with Enhanced Authentication Option.

packets dropped due to MD5 authentication failure

Total number of TCP6 packets discarded due to MD5 authentication failure.

packets dropped due to absence of MSO

Total number of TCP6 packets discarded due to absence of MD5 Option.

packets dropped due to presence of MSO

Total number of TCP6 packets discarded due to presence of MD5 Option.

packets dropped due to MAC authentication failure

Total number of TCP6 packets discarded due to MAC authentication failure.

packets dropped due to absence of active receive key

Total number of TCP6 packets discarded due to absence of active receive key.

packets dropped due to invalid receive algorithm id

Total number of TCP6 packets discarded due to invalid receive algorithm ID.

packets dropped due to absence of EAO

Total number of TCP6 packets discarded due to absence of Enhanced Authentication Option.

total (sent packets)

Total number of sent and unsent TCP6 packets.

packets sent with MSO

Total number of sent TCP6 packets with MD5 Option.

packets sent with EAO

Total number of sent TCP6 packets with Enhanced Authentication Option.

packets not sent due to absence of active send key

Total number of TCP6 packets discarded due to absence of active send key.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >