pppoe¶
The list of PPPoE interfaces on the device.
vsr running config# vrf <vrf> interface pppoe <pppoe>
<pppoe> |
An interface name. |
enabled¶
Establish/Tear down the PPPoE session.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># enabled true|false
- Default value
true
link-interface (mandatory)¶
Underlying ethernet interface on which the PPPoE interface will be linked.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># link-interface LINK-INTERFACE
LINK-INTERFACE |
An interface name. |
service-name¶
Requested PPPoE service name.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># service-name <string>
ac-name¶
Only accept server with this access concentrator name.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># ac-name <string>
remote-mac-address¶
Only accept server with this mac address.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># remote-mac-address REMOTE-MAC-ADDRESS
REMOTE-MAC-ADDRESS |
An IEEE 802 unicast MAC address i.e. the second digit is an even number. Moreover the mac address must not be 00:00:00:00:00:00. |
mtu¶
Set the max transmission unit size in bytes.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># mtu <uint32>
mru¶
Set the max receive unit size in bytes advertised to the peer.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># mru <uint16>
request¶
Request information from the server.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># request REQUEST
REQUEST |
Ask the peer for DNS server addresses. |
link-status (state only)¶
The PPPoE instance status.
vsr> show state vrf <vrf> interface pppoe <pppoe> link-status
session (state only)¶
PPPoE session identifier.
vsr> show state vrf <vrf> interface pppoe <pppoe> session
rpf (state only)¶
The value of IPv4 Reverse Path Filtering.
vsr> show state vrf <vrf> interface pppoe <pppoe> rpf
qos¶
Note
requires a Product License.
QoS configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos
ingress¶
Ingress QoS configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos ingress
rate-limit¶
Rate limit configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit
policer (config only)¶
Traffic policer defined in the QoS context.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit
vsr running rate-limit# policer <leafref>
policer (state only)¶
Traffic policer.
bandwidth (state only)¶
Maximum bandwidth of regular traffic, a.k.a. CIR (Committed Information Rate), in bps. 0 allows no regular traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer bandwidth
burst (state only)¶
Maximum burst size of shaped traffic, a.k.a. CBS (Committed Burst Size), in bytes. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer burst
excess-bandwidth (state only)¶
Maximum bandwidth of excess traffic, a.k.a. EIR (Excess Information Rate), in bps. 0 allows no excess traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer excess-bandwidth
excess-burst (state only)¶
Maximum burst size of excess traffic, a.k.a. EBS (Excess Burst Size), in bytes. The default value is set to excess-bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer excess-burst
stats (state only)¶
Traffic policer statistics.
Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats pass-packets
Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats pass-bytes
Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats pass-excess-packets
Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats pass-excess-bytes
Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats drop-packets
Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats drop-bytes
egress¶
Egress QoS configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos egress
rate-limit¶
Rate limit configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos egress rate-limit
policer (config only)¶
Traffic policer defined in the QoS context.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos egress rate-limit
vsr running rate-limit# policer <leafref>
policer (state only)¶
Traffic policer.
bandwidth (state only)¶
Maximum bandwidth of regular traffic, a.k.a. CIR (Committed Information Rate), in bps. 0 allows no regular traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer bandwidth
burst (state only)¶
Maximum burst size of shaped traffic, a.k.a. CBS (Committed Burst Size), in bytes. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer burst
excess-bandwidth (state only)¶
Maximum bandwidth of excess traffic, a.k.a. EIR (Excess Information Rate), in bps. 0 allows no excess traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer excess-bandwidth
excess-burst (state only)¶
Maximum burst size of excess traffic, a.k.a. EBS (Excess Burst Size), in bytes. The default value is set to excess-bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer excess-burst
stats (state only)¶
Traffic policer statistics.
Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats pass-packets
Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats pass-bytes
Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats pass-excess-packets
Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats pass-excess-bytes
Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats drop-packets
Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats drop-bytes
auth¶
Configure PPP authentication with the peer before allowing network packets to be sent or received.
vsr running config# vrf <vrf> interface pppoe <pppoe> auth
reply¶
Set authentication modes.
vsr running config# vrf <vrf> interface pppoe <pppoe> auth
vsr running auth# reply REPLY
|
Description |
---|---|
pap |
Authenticate to the peer using PAP. |
chap |
Authenticate to the peer using CHAP. |
mschap |
Authenticate to the peer using MS-CHAP. |
mschap-v2 |
Authenticate to the peer using MS-CHAPv2. |
- Default value
pap
chap
mschap
mschap-v2
user (mandatory)¶
User name used for authenticating the local system to the peer.
vsr running config# vrf <vrf> interface pppoe <pppoe> auth
vsr running auth# user <string>
secret (mandatory)¶
Secret used for authenticating the local system to the peer.
vsr running config# vrf <vrf> interface pppoe <pppoe> auth
vsr running auth# secret <string>
ipcp¶
IPv4 control protocol configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipcp
enabled¶
Enable/Disable IPv4 control protocol.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipcp
vsr running ipcp# enabled true|false
- Default value
true
local-address¶
Accept only this local address in IPCP negotiation.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipcp
vsr running ipcp# local-address LOCAL-ADDRESS
LOCAL-ADDRESS |
An IPv4 address. |
remote-address¶
Accept only this remote address in IPCP negotiation.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipcp
vsr running ipcp# remote-address REMOTE-ADDRESS
REMOTE-ADDRESS |
An IPv4 address. |
ipv6cp¶
IPv6 control protocol configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipv6cp
enabled¶
Enable/Disable IPv6 control protocol.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipv6cp
vsr running ipv6cp# enabled true|false
- Default value
true
local-ifid¶
Accept only this local interface identifier in IPv6CP negotiation.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipv6cp
vsr running ipv6cp# local-ifid LOCAL-IFID
LOCAL-IFID |
An IPv6 interface identifier. |
remote-ifid¶
Accept only this remote interface identifier in IPv6CP negotiation.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipv6cp
vsr running ipv6cp# remote-ifid REMOTE-IFID
REMOTE-IFID |
An IPv6 interface identifier. |
lcp¶
Link control protocol configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> lcp
echo-interval¶
Send LCP echo-requests at this period (in seconds). The peer is expected to reply with LCP echo-reply messages.
vsr running config# vrf <vrf> interface pppoe <pppoe> lcp
vsr running lcp# echo-interval <uint32>
echo-failure¶
Terminate the PPP connection if this number of consecutive LCP echo- requests were sent without receiving a valid LCP echo-reply from the peer.
vsr running config# vrf <vrf> interface pppoe <pppoe> lcp
vsr running lcp# echo-failure <uint32>