gtp¶
Note
requires a GTP Application License.
The list of GTP interfaces on the device.
vsr running config# vrf <vrf> interface gtp <gtp>
|
An interface name. |
mtu¶
Set the max transmission unit size in octets. IPv6 requires an MTU of 1280 octets or greater.
vsr running config# vrf <vrf> interface gtp <gtp>
vsr running gtp <gtp># mtu <uint32>
promiscuous¶
Set promiscuous mode.
vsr running config# vrf <vrf> interface gtp <gtp>
vsr running gtp <gtp># promiscuous true|false
enabled (pushed)¶
The desired (administrative) state of the interface.
vsr running config# vrf <vrf> interface gtp <gtp>
vsr running gtp <gtp># enabled true|false
- Default value
true
description¶
A textual description of the interface.
vsr running config# vrf <vrf> interface gtp <gtp>
vsr running gtp <gtp># description <string>
ifindex (state only)¶
System assigned number for each interface. Corresponds to ifIndex object in SNMP Interface MIB.
vsr> show state vrf <vrf> interface gtp <gtp> ifindex
admin-status (state only)¶
The desired state of the interface. In RFC 7223 this leaf has the same read semantics as ifAdminStatus. Here, it reflects the administrative state as set by enabling or disabling the interface.
vsr> show state vrf <vrf> interface gtp <gtp> admin-status
oper-status (state only) (pushed)¶
The current operational state of the interface. This leaf has the same semantics as ifOperStatus.
vsr> show state vrf <vrf> interface gtp <gtp> oper-status
last-change (state only)¶
unit: nanoseconds
This timestamp indicates the time of the last state change of the interface (e.g., up-to-down transition). This corresponds to the ifLastChange object in the standard interface MIB. The value is the timestamp in nanoseconds relative to the Unix Epoch (Jan 1, 1970 00:00:00 UTC).
vsr> show state vrf <vrf> interface gtp <gtp> last-change
ddos-protection (deprecated)¶
Note
requires a DDoS protection License.
Configuration for anti DDoS protection.
vsr running config# vrf <vrf> interface gtp <gtp> ddos-protection
enabled (deprecated)¶
Enable anti-DDoS Protection.
vsr running config# vrf <vrf> interface gtp <gtp> ddos-protection
vsr running ddos-protection# enabled true|false
counters (state only)¶
A collection of interface-related statistics objects.
in-octets (state only)¶
The total number of octets received on the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.
vsr> show state vrf <vrf> interface gtp <gtp> counters in-octets
in-unicast-pkts (state only)¶
The number of packets, delivered by this sub-layer to a higher (sub-)layer, that were not addressed to a multicast or broadcast address at this sub-layer. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.
vsr> show state vrf <vrf> interface gtp <gtp> counters in-unicast-pkts
in-discards (state only)¶
The number of inbound packets that were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.
vsr> show state vrf <vrf> interface gtp <gtp> counters in-discards
in-errors (state only)¶
For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher- layer protocol. For character- oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of ‘last-clear’.
vsr> show state vrf <vrf> interface gtp <gtp> counters in-errors
out-octets (state only)¶
The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.
vsr> show state vrf <vrf> interface gtp <gtp> counters out-octets
out-unicast-pkts (state only)¶
The total number of packets that higher-level protocols requested be transmitted, and that were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of ‘last-clear’.
vsr> show state vrf <vrf> interface gtp <gtp> counters out-unicast-pkts
out-discards (state only)¶
The number of outbound packets that were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.
vsr> show state vrf <vrf> interface gtp <gtp> counters out-discards
out-errors (state only)¶
For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.
vsr> show state vrf <vrf> interface gtp <gtp> counters out-errors