Specifications

4-56
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Chapter 4 Configuring the Cisco MWR 2941 Router Using the CLI
Configuration Sequence
Configuring PFC
To configure PFC handling during PPP negotiation, follow these steps, while in the interface
configuration mode:
Step 1 To configure how the router handles PFC in its outbound configuration requests, enter the following
command:
Router(config-if)# ppp pfc local {request | forbid}
Where:
request—The PFC option is included in outbound configuration requests.
forbid—The PFC option is not sent in outbound configuration requests, and requests from a remote
peer to add the PFC option are not accepted.
For example, the following command shows how to create a method for the router to manage PFC:
Router(config-if)# ppp pfc local request
Step 2 To configure a method for the router to use to manage the PFC option in configuration requests received
from a remote peer, enter the following command:
Router(config-if)# ppp pfc remote {apply | reject | ignore}
Where:
apply—PFC options are accepted and ACFC may be performed on frames sent to the remote peer.
reject—PFC options are explicitly ignored.
ignore—PFC options are accepted, but ACFC is not performed on frames sent to the remote peer.
For example, issuing the following command allows PFC options to be accepted:
Router(config)# ppp pfc remote apply
Configuring ACFC
To configure ACFC handling during PPP negotiation, follow these steps, while in interface
configuration mode:
Step 1 To configure how the router handles ACFC in its outbound configuration requests, enter the following
command:
Router(config-if)# ppp acfc local {request | forbid}
Where:
request—The ACFC option is included in outbound configuration requests.
forbid—The ACFC option is not sent in outbound configuration requests, and requests from a
remote peer to add the ACFC option are not accepted.
For example, the following command creates how the router handles ACFC:
Router(config-if)# ppp acfc local request
Step 2 To configure how the router handles the ACFC option in configuration requests received from a remote
peer, enter the following command:
Router(config-if)# ppp acfc remote {apply | reject | ignore}