Skip to content
Ask AI

Forwarding Policy

Policies are the main part of data aggregation and triage, and are used to configure the flow of traffic from input, to filtering, and to output in a completed process.

To complete the forwarding you need to create a set of policies, click the Create Policy button, you can configure the policy name, inbound interface, outbound interface, mirroring direction, and optionally add a specified VLAN.

Currently there are two modes of forwarding strategy, one is mirroring mode and the other is forwarding mode

  • Mirror mode: the entrance will be based on ACL matching an additional mirror traffic, does not affect the original non-ACL service, if the original service has an ACL rule, then the ACL will confirm the priority to decide which ACL rule to hit, when the entrance is more will affect the performance (4~8 ports), span, rspan are mirror mode.

  • Forwarding mode: ingress RX traffic will be forwarded directly by ACL, ACL priority is higher than Layer 2 and Layer 3 forwarding, so it may affect the original service, but the performance is higher, forward belongs to the forwarding mode.

In the forwarding policy must be completed, the WEB UI will display the current forwarding policy mode, forwarding mode can not be switched can only be deleted and reconfigured.

The following are the differences in the function of several types of policies:

Policy TypeSPANRSPANForward
Add vlan on policy×
Add or delete vlan on ACL××
Multiple egress (replication)×
Performance loss×
Impacts original service (non-ACL service)××
Tunnel stripping××

The following constraints are imposed by port type for different policy modes:

Port TypeAs an input port under SPAN/RSPAN typeAs an output port under SPAN/RSPAN typeAs an input under forward typeAs an output under forward type
hybrid
network×××
tool××
service×××

Before creating EM/EMv6 policies, you must configure the global template. If the rule match items do not align with the template, the policy cannot be applied. If EM/EMv6 policies are already applied, the template cannot be modified; you must disable the policies first before making changes to the template.

Figure : Configure EM/EMV6 template

Figure : Policy creation

When creating a policy, drag the mouse to + to select a policy mode, and select a rule type, in which the L3 rule can filter the network layer key of the IPV4 message, L3V6 can filter the network layer key of the IPV6 message, and both L3 and L3V6 support transparent transmission of all IPv4, IPv6, and non-IP packets. L2 can filter the link layer key such as MAC, VLAN, ether type ( multiple ether type filtering the innermost layer).EX rules are extensions of L2 rules that can additionally filter IPV4 source IPs or TCP Flag, VNI, and so on regardless of the IP version. EM rules can filter any combination of the IPv4 5-tuple; EMv6 rules can filter any combination of the IPv6 5-tuple (Globally, only one EM template and one EMv6 template can be filtered).

After the policy is created, an initial rule will be added by default, and you can make desired changes to the initial rule or click + after the mode to add a new rule to the policy, and the keys of different modes of the policy are slightly different.

After the strategy is created, it is set to enabled mode by default. It can be switched to disabled mode, and then it will only be stashed on the web and will not be issued to the device’s underlying layer.

Figure : enable/disable a policy

Key wordsDescription
PolicyNameName for policy
Policy IdPolicy ID is associated with acl name for CLI commands; this field is initially set to the same value as the policy name upon first configuration and cannot be modified thereafter.
Ingress Port(s)support one port or multi-ports or one lag or multi-lags as ingress ports
Egress Port(s)support redirecting to an interface or multi-interfaces or a lag or lags. Ports and lags can be added together.
Directiononly rx is supported
denydeny means the packet is not forwarded but can be normally trapped; not deny means permit
Handle actionadd-vlan: Add new vlan, range 1-4094. Not support for multi-redirections.
modify-vlan: Modify outer-vlan, range 1-4094. Not support for multi-redirections.
pop-vlan: Pop outer-vlan.
SliceEnables message truncation, with a fixed truncation limit of 128 bytes
Colorsupport to highlight policy with different colors and support to filter policy with color

Figure : Adding a rule to a policy

The supported match fields for different types of ACL tables vary, and the specific match fields for each type of ACL table are described below.

  • L2 ACL

    Table 7 L2 match fields

Key wordsDescription of parametersNotes
src-macSpecify source mac address: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
dst-macSpecify destination mac address: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
ethernet-typeSpecify ethernet protocol type, range: 0-FFFFSupported only in the ingress direction.
outer-vlanSpecify outer VLAN id, range: 1-4094Supported only in the ingress direction.
Handle actionadd-vlan: Add new vlan, range 1-4094. Not support for multi-redirections.
modify-vlan: Modify outer-vlan, range 1-4094. Not support for multi-redirections.
pop-vlan: Pop outer-vlan.
Supported only in the ingress direction.
Add TimestampAdd timestamp, ptp needs to open manually with cli commands, see Adding timestampSupported only in the ingress direction.
Modify Destination MACModify dst-mac: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
  • L3 ACL Table 8 L3 match fields
Key wordsDescription of parametersNotes
src-macSpecify source mac address: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
outer-vlanSpecify outer VLAN id, range 1-4094
vlan-priSpecify outer VLAN priority, range 0-7
ip-protocolSpecify IP protocol, range0-255
src-ipSpecify source IP address: A.B.C.D(/mask)
dst-ipSpecify destination IP address: A.B.C.D(/mask)
icmp-typeSpecify type of ICMP, range 0-16Supported only in the ingress direction.
icmp-codeSpecify code of ICMP, range 0-5Supported only in the ingress direction.
src-portSpecify L4 source port, range 0-65535
dst-portSpecify L4 destination port, range 0-65535
ip-fragmentSpecify IP Fragment: ANY, All ip-fragment packetsSupported only in the ingress direction.
src-port-rangeSpecify Src port range, eg:1024-65535Supported only in the ingress direction.
dst-port-rangeSpecify Dst port range, eg:1024-65535Supported only in the ingress direction.
src-port-excludeSpecify L4 source port, range: 0-65535Supported only in the ingress direction.
dst-port-excludeSpecify L4 destination port, range: 0-65535Supported only in the ingress direction.
dscpSpecify DSCP of IP header, range: 0-63Supported only in the ingress direction.
Handle actionadd-vlan: Add new vlan, range 1-4094. Not support for multi-redirections.
modify-vlan: Modify outer-vlan, range 1-4094. Not support for multi-redirections.
pop-vlan: Pop outer-vlan.
Supported only in the ingress direction.
Add TimestampAdd timestamp, ptp needs to open manually with cli commands, see Adding timestampSupported only in the ingress direction.
Modify Destination MACModify dst-mac: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
  • L3V6 ACL: Table 9 L3V6 match fields
Key wordsDescription of parametersNotes
src-macSpecify source mac address: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
outer-vlanSpecify outer VLAN id, range 1-4094
vlan-priSpecify outer VLAN priority, range 0-7
ip-protocolSpecify IP protocol, range0-255
src-ipv6Specify source IP address: A::B(/mask)
dst-ipv6Specify destination IP address: A::B(/mask)
icmpv6-typeSpecify type of ICMP, range 0-16Supported only in the ingress direction.
icmpv6-codeSpecify code of ICMP, range 0-5Supported only in the ingress direction.
src-portSpecify L4 source port, range 0-65535
dst-portSpecify L4 destination port, range 0-65535
src-port-rangeSpecify Src port range, eg:1024-65535Supported only in the ingress direction.
dst-port-rangeSpecify Dst port range, eg:1024-65535Supported only in the ingress direction.
src-port-excludeSpecify L4 source port, range: 0-65535Supported only in the ingress direction.
dst-port-excludeSpecify L4 destination port, range: 0-65535Supported only in the ingress direction.
dscpSpecify DSCP of IP header, range: 0-63Supported only in the ingress direction.
Handle actionadd-vlan: Add new vlan, range 1-4094. Not support for multi-redirections.
modify-vlan: Modify outer-vlan, range 1-4094. Not support for multi-redirections.
pop-vlan: Pop outer-vlan.
Supported only in the ingress direction.
Add TimestampAdd timestamp, ptp needs to open manually with cli commands, see Adding timestampSupported only in the ingress direction.
Modify Destination MACModify dst-mac: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
  • EX ACL

    Table 10 EX match fields

Key wordsDescription of parametersNotes
src-macSpecify source mac address: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
dst-macSpecify destination mac address: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
ethernet-typeSpecify ethernet protocol type, range: 0-FFFFSupported only in the ingress direction.
outer-vlanSpecify outer VLAN id, range: 1-4094Supported only in the ingress direction.
src-ipSpecify source IP address: A.B.C.D(/mask)Supported only in the ingress direction.
tcp-flagsSpecify TCP flags, range: 0-FF(flags)/0-FF(masks)Supported only in the ingress direction.
vniSpecify VNI, range: 1-16777215Supported only in the ingress direction.
Add TimestampAdd timestamp, ptp needs to open manually with cli commands, see Timestamp Function DescriptionSupported only in the ingress direction.
Modify Destination MACModify dst-mac: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
Handle actionadd-vlan: Add new vlan, range 1-4094. Not support for multi-redirections.
modify-vlan: Modify outer-vlan, range 1-4094. Not support for multi-redirections.
pop-vlan: Pop outer-vlan.
Supported only in the ingress direction.
Add TimestampAdd timestamp, ptp needs to open manually with cli commands, see Adding timestampSupported only in the ingress direction.
Modify Destination MACModify dst-mac: nn:nn:nn:nn:nn:nnSupported only in the ingress direction.
  • EM ACL Table 11 EM match fields
Key wordsDescription of parametersNotes
src-ipSpecify source IP address: A.B.C.D(/mask)Supported only in the ingress direction
dst-ipSpecify destination IP address: A.B.C.D(/mask)Supported only in the ingress direction
ip-protocolSpecify IP protocol, range0-255Supported only in the ingress direction
src-portSpecify L4 source port, range 0-65535Supported only in the ingress direction
dst-portSpecify L4 destination port, range 0-65535Supported only in the ingress direction
  • EMV6 ACL Table 12 EMV6 match fields
Key wordsDescription of parametersNotes
src-ipv6Specify source IP address: A::B(/mask)Supported only in the ingress direction
ip-protocolSpecify IP protocol, range0-255Supported only in the ingress direction
src-portSpecify L4 source port, range 0-65535Supported only in the ingress direction
dst-portSpecify L4 destination port, range 0-65535Supported only in the ingress direction

Note:

  • The range of vlan is 1~4094, when matching vlan, the default vlan will be hit at the same time, such as vlan 1.
  • Forwarding mode supports adding, deleting, and changing VLANs on ACL rules, as well as uniformly modifying all VLAN actions on the current policy.
  • The add vlan in rspan mode is not related to the acl rule, so it will not be displayed on the rule;
  • For the case of message modification, VLAN action and modification of destination MAC are not supported on acl in mirroring mode

When the policy configuration is complete, click Confirm All to finish issuing the configuration.

Figure: Downwardly mobile full strategy

Rules and policies in the forwarding policy exist in several states, which are:

Not Issued yet: new or modified rules and policies will become undistributed state, when clicking Distribute All only the content of the undistributed state will be distributed, the page of undistributed rules will disappear after refreshing or switching.

Issuing: When logging in from multiple WEB UIs, you may see the status of Issuing, any policy or rule exists in the status of Issuing, all rules and policies are not allowed to be added, modified or deleted.

Success: Enabled policies and rules that have been successfully issued will show Successful Issuance.

Stash: Disabled policies and rules that have been successfully issued will show Stash Issuance.

Failed to issue: After the failure of issuing for some reasons, the page will keep the rules that failed to issue, the rules that failed to issue need to be processed before other rules can be added, there are two ways to deal with it, one is to modify the rules that failed to issue, so that the status will be changed to Unissued and then reissued all, the other is to do not modify the rules, check the box on the failed rule or strategy and click on the policy that is selected for issuing, and only the rules or strategies that failed to be issued will be issued again. The other is not to modify the rule, check the failed rule or policy and click Downgrade the selected policy, only the failed rule or policy will be re-issued.

When you want to delete range rules in bulk, you can click on the Bulk Tick button to check them in bulk

Figure: Bulk Check An button

Figure: Settings for batch checking

The batch selection setting interface supports multi-selecting different rules across multiple policies. After confirmation, the selection status will sync to the WEB UI, enabling operations like rule deletion and hitcount statistics clearing.

By default, clearing statistics removes all hit counts. Click the ellipsis (…) to either:

  • Clear hit counts for selected policies

  • Refresh hit count

Figure: Clear hitcounts button

rule deletion:

Figure: Delete button

Click the Serch rule button on the policy page to query by condition and display only the query, the current query is a full match, fuzzy queries are not supported

Figure: Search rule button

Figure: Rule Query

Supports quick copying of existing policies. The format of the copied policy name is {original policy name}_cp, while the rest of the input interface, output interface, and rule onfigurations are exactly the same as the original policy. After adjusting the configuration, it can be issued normally.

When matching different policies on the same interface, the same message may be matched by different policies. At this time, you can prioritize based on the policy, the larger the priority ID, the higher the priority, when the policy is issued, it will be reordered, and the one with the higher priority will be displayed at the top.

Adjust the priority is based on the policy, you can move a group of policy priority to the highest priority, or to the lowest priority, or relatively higher or lower than the priority of a strategy. Where the highest priority, the lowest priority is overwritten each time it is set.

A new policy is by default the lower priority of the current policy, but the priority will be higher than the lowest priority previously configured.

In the same policy group, rules are prioritized from top to bottom.

You cannot adjust the lowest-priority policy to be lower than the other priorities.

Figure : Strategy Prioritization

Figure : add timestamp

The ability to add timestamps can be enabled on ACLs, this feature needs to be used with the ptp command line, configure on the command line

sonic# configure
sonic(config)# ptp profile 1588v2
Please wait to clear all ptp configurations...
sonic(config)# ptp enable
sonic(config)# interface ethernet 1
sonic(config-if-1)# ptp enable
sonic(config-if-1)#

The output traffic will carry the timestamp

Figure : timestamp format

The timestamp exists behind the source-mac of the original message with 0xffff as the flag, and 0x8000 as the interval followed by four bytes for nanoseconds, take the above figure as an example, the nanosecond timestamp is 0x37df04ce, and then 0x0000 as the interval followed by four bytes for the seconds, the seconds timestamp is 0x685389e6, and the two bytes behind it are 0x0000 as the interval, and thenfollowed by the ether type of the original message, the final timestamp for the seconds timestamp + nanosecond timestamp, where the seconds timestamp is converted to the current date of 2025/06/19 11:54 (converted to decimal after the distance from the UTC time of 1 January 1970 seconds), nanoseconds timestamped to 937362638 nanoseconds (converted to decimal), so that the message’s precisetimestamp is 2025/06/19 11:54:937362638

Figure : Egress Filter List

Key wordsDescription
PolicyNameName for policy
Policy IdPolicy ID is associated with acl name for CLI commands; this field is initially set to the same value as the policy name upon first configuration and cannot be modified thereafter.
Egress Port(s)support redirecting to an interface or multi-interfaces or a lag or lags. Ports and lags can be added together.
denydeny means the packet is not forwarded but can be normally trapped; not deny means permit
Colorsupport to highlight policy with different colors and support to filter policy with color

The Egress rule configuration is similar to that of the ingress policy. Only the forward method is supported to release or discard the traffic on the outgoing interface. and only some of the fields of L3/L3V6 are supported.

  • L3 ACL Table 8 L3 match fields
Key wordsDescription of parametersNotes
outer-vlanSpecify outer VLAN id, range 1-4094
vlan-priSpecify outer VLAN priority, range 0-7
ip-protocolSpecify IP protocol, range0-255
src-ipSpecify source IP address: A.B.C.D(/mask)
dst-ipSpecify destination IP address: A.B.C.D(/mask)
src-portSpecify L4 source port, range 0-65535
dst-portSpecify L4 destination port, range 0-65535
  • L3V6 ACL: Table 9 L3V6 match fields
Key wordsDescription of parametersNotes
outer-vlanSpecify outer VLAN id, range 1-4094
vlan-priSpecify outer VLAN priority, range 0-7
ip-protocolSpecify IP protocol, range0-255
src-ipv6Specify source IP address: A::B(/mask)
dst-ipv6Specify destination IP address: A::B(/mask)
src-portSpecify L4 source port, range 0-65535
dst-portSpecify L4 destination port, range 0-65535

Logically, you need to select the physical interface to be filtered and configure the corresponding rules to discard high-priority rules or release low-priority rules; if you do not configure the rules for the outgoing interface, the default is to release all the rules.

Mirror configuration is different from SPAN/RSPAN in the forwarding policy in that it does not rely on ACLs, but completely relies on the port’s mirroring ability to forward more complex messages through mirroring, in which SPAN can have multiple egresses and multiple egresses are replicated, and RSPAN can add a VLAN on top of SPAN, but can only have one egress.

Currently supports a maximum of 7 sessions and shares sessions with SPAN/RSPAN in the forwarding policy.

Can support message truncation, fixed truncation to 128 bytes.

Figure : Mirror Configuration

  1. Filtering QINQ messages for quintuple requires command line configuration of qinq protocol 0X88A8 and qinq enable.

  2. Use IP as the filtering condition to filter ARP messages.

  3. At the same time configure L3/EX rule configuration can hit the rule, both have hit counts but the final output will go to the high-priority EX rule.

  4. Use span/rspan to egress traffic, use the egress interface rule filtering is not effective

  5. When using VLAN matching, for messages with or without an outer vlan, it will match the default vlan1 or the access vlan on the port by default, and if an outer vlan exists, it will match the outer vlan, independent of whether the tunnel is stripped.

  6. Currently, ports only support inner parsing of GRE/GTP, and it is required that GRE has no seq, key, etc. and GTP has no seq, etc. Support is provided for GRE + ETH + IP, GRE + ETH + IPv6, GRE + IP, GRE + IPv6, GTP + IP, and GTP + IPv6 structured packets.

Selects the load-balancing algorithm for traffic distribution

  • Global configuration (applies to all ports)

Configured hashing modes are visible per port in the port settings

Figure : Global Hash Mode Configuration

  • custom hashing modes (support to apply on specify port).

Figure : Custom Hash Mode

Table 5 symmetric hash key

Key wordsDescription of parametersNotes
mac-symmetricsymmetric hash of source MAC and destination MAC
ipv4-symmetricsymmetric hash of source IPv4 and destination IPv4
ipv6-symmetricsymmetric hash of source IPv6 and destination IPv6
l4-symmetricsymmetric hash of source and destination ports
ip-symmetric-src-ipusually used in conjunction with ip-symmetric-dst-ip on different ports, as long as the ports fetch the same ip address, it will be loaded to the same output portthe key is not used with any other key on the same port.
Ip-symmetric-dst-ipusually used in conjunction with ip-symmetric-src-ip on different ports.this key is not used with any other key on the same port.

Notes: With ip-symmetric-src-ip/ip-symmetric-dst-ip turned on for the CX102S device, you can use L3 rules to match source IP/destination IP/source port/destination port. For CX102S devices, you can use L3 rules to match source IP/destination IP/source port/destination port/ip-protocol.

After configuring a custom hash mode, you can change the hash mode of each port to the custom hash mode on the port configuration page.

Figure : Update hash mode on the port configuration page

Hash Seed: Adjust inner/outer hash factors

Hash Factor Range: 0~4294967295

Figure : Hash seed button

When a single output port bandwidth can not meet the output requirements, you can bundle multiple ports to form a load group, the traffic from the load group output will be based on the hash method to select different KEY for load balancing, and you can adjust the hash seed to ensure that different levels of equipment to process the same message and use the same KEY can achieve different load balancing effects. Prevent the problem of multi-level device load balancing when the load can not be loaded.

A port can only be added to one load balancing group.

Figure : Creating a load balancing group

Load type can be selected in four modes:

  • Static: When a port member goes down, the hash value of the port is recalculated.

  • flex: When a port member goes down, only the traffic of the downed port is reloaded, while the traffic of other ports retains the previous load result.

  • Weight: Based on the elasticity, you can set the weight ratio of each port, and the sum of the weight ratios of each port should not be greater than 64

  • standby: You can additionally configure the master and standby ports and some LACP functions on top of the weights. the traffic will be redirected to the standby port when the master port is down.

Table 6 configure standby lag

Key wordsDescription of parametersNotes
weightDistribute traffic based on weights. The sum of the weight ratios of each port is not greater than 64.
priorityset the priority for the members of the added standy lag, the greater the priority the higher the priority, the smaller the port id the higher the priority when the priority is the same.
preemption priority selectionpriority: set to select the standby ports with the same weight according to the port priority sorting, and the standby ports without the same weight are not switched.
speed: the device prioritizes the selection of standby ports with the same weight according to the rate and priority, and if there is no same rate, the standby ports are selected according to the priority. Spare ports without the same weight are not switched.
Min activethe number of members of the smallest UP in the lag, when it is less than this value, the LAG is down as a whole
Max activethe number of members of the largest UP in the lag, when it is greater than this value, the other ports with low priority will be used as the standby ports
Activate Preemptive ModeIf port preemption Enabled, after the primary port switches to the standby port, when the primary port is UP again, it will cut back to the primary port
preemption delayIf port preemption Enabled, after the primary port switches to the standby port, when the primary port is UP again, it will cut back to the primary port until delay time over.

NPB Supports monitoring the status of serial-connected high-reliability Lags: traffic switches to the bound passthrough policy upon Lag failure, and reverts to the original policy upon recovery.

Figure : Inline Bypass

Inline Bypass configuration includes: • Inline Detection: Enables or disables the inline bypass feature. • Detection Timeout: The system uses a sliding window algorithm to smooth out physical fluctuations, preventing abnormal traffic caused by frequent policy switching during link flapping. • Revert Delay: A failback is triggered only when the LAG remains up without any flapping for the duration of the specified revert delay. • Bypass Policy: If the LAG remains continuously down beyond the timeout period, the passthrough policy is activated to quickly restore traffic.

Notes:

  1. This configuration takes effect only when global inline bypass is enabled. Refer to Inline Bypass.
  2. The priority of the passthrough policy must be higher than that of the policy applied to the LAG; otherwise, traffic cannot be restored when the inline bypass feature is triggered.
  3. Multiple LAGs cannot bind to the same bypass policy.
  4. If a policy’s egress includes a LAG with inline bypass enabled, this policy cannot be used as a bypass policy to be bound by other LAGs.

Enabled for MPLS/MPLS + PW messages can filter inner layer fields

Figure : MPLS Decoding Configuration

After enabling MPLS decoding, the rule matching items supported by common MPLS packets are as follows:

Table 7 Supported rule matching fields for MPLS packets

MPLS packetsSupported rule matching itemsDescription
MPLS + IPV4L2, EX, L3(src-ip, dst-ip, src-port, dst-port, ip-protocol)
MPLS + ETH + (vlans) + IPV4L2, EX, L3(src-mac, dst-mac, ethertype, src-ip, dst-ip, src-port, dst-port, ip-protocol)
MPLS + PW + ETH + (vlans) + IPV4L2, EX, L3(src-mac, dst-mac, ethertype, src-ip, dst-ip, src-port, dst-port, ip-protocol)
MPLS + ETH + LACPL2, EX, L3(src-mac, dst-mac, ethertype)
MPLS + IPV6L2, EX, L3V6(src-ip, dst-ip, src-port, dst-port, ip-protocol)Only support L2,EX,L3 default forward on CX102S
MPLS + PW + ETH + (vlans) + IPV6L2, EX, L3V6(src-mac, dst-mac, ethertype, src-ip, dst-ip, src-port, dst-port, ip-protocol)Only support L2,EX,L3 default forward on CX102S
MPLS + ETH + (vlans) + IPV6L2, EX, L3V6(src-mac, dst-mac, ethertype, src-ip, dst-ip, src-port, dst-port, ip-protocol)Only support L2,EX,L3 default forward on CX102S

Figure : Inline Bypass Configuration

When auto bypass for inline bypass is enabled, the system will automatically monitor the LAG’s health status. At this point, the state of the bypass policy bound to the LAG is controlled by its health status and cannot be manually enabled or disabled: If the LAG remains down beyond the timeout period, the passthrough policy bound to the LAG will be activated.

If the LAG remains up without flapping during the revert delay period (for standby LAGs, at least the minimum number of active ports must be up; for other types, at least one port must be up), the bypass policy bound to the LAG will be disabled, and traffic will revert to the original policy.

Status changes are visible on the Device Overview page.

Device logs will record key parameters in detail, such as the “all-down trigger time,” “remaining failback time,” and “triggered port details.” Additionally, an urgent Syslog alert will be triggered simultaneously.