Feature Introduction
The ePDG is responsible for generating specific SNMP traps when there is no response for GTPV2 requests from remote IPv6 peers. This feature details the implementation of EGTPC and EGTPU IPv6 Path Failure and Path Failure Clear SNMP Traps on ePDG, specifically for VPC-DI platforms. The feature involves the creation of two main types of traps:
-
EGTPC Path Failure Traps: Triggered when there is no response from the remote IPv6 peer for GTPV2 control messages.
-
EGTPU Path Failure Traps: Triggered when there is no response to GTP-U ECHO requests, indicating a data path failure.
The traps are designed to handle only IPv6 addresses. The CLI command options are provided to enable or suppress these traps.
SNMP Traps in MIB File
Here are the new objects added to MIB file to manage the IPv6 addresses:
-
starEGTPSelfAddrIpv6
-
starEGTPPeerAddrIpv6
The preceeding SNMP notification types are added as a part of this feature:
-
starEgtpcIpv6PathFailure
-
starEgtpcIpv6PathFailureClear
-
starEgtpuIpv6PathFailure
-
starEgtpuIpv6PathFailureClear
Feedback