Cisco ASR 9000 Series Руководство по конфигурации - Страница 34

Просмотреть онлайн или скачать pdf Руководство по конфигурации для Шлюз Cisco ASR 9000 Series. Cisco ASR 9000 Series 50 страниц. Line card
Также для Cisco ASR 9000 Series: Настройка параметров сети (26 страниц), Руководство по конфигурации (46 страниц), Руководство (24 страниц), Настройка (46 страниц), Руководство (44 страниц), Краткое справочное руководство (7 страниц)

Cisco ASR 9000 Series Руководство по конфигурации
How to Configure Serial Interfaces
Command or Action
Step 3
pvc dlci
Example:
RP/0/0RP0/CPU0:router(config-if)# pvc 100
Step 4
encap {cisco | ietf}
Example:
RP/0/0RP0/CPU0:router(config-fr-vc)#
encapsulation aal5
Step 5
service-policy {input | output} policy-map
Example:
RP/0/0RP0/CPU0:router (config-subif)#
service-policy output policy1
Step 6
fragment end-to-end fragment-size
Example:
RP/0/0/CPU0:router(config-fr-vc)# fragment
end-to-end 100
Step 7
fragment-counter
Example:
RP/0/0/CPU0:router(config-fr-vc)#
fragment-counter
Step 8
end
or
commit
Example:
RP/0/0RP0/CPU0:router(config-serial-l2transport
-
pvc)# end
or
RP/0/0RP0/CPU0:router(config-serial-l2transport
-pvc)# commit
Cisco ASR 9000 Aggregation Services Router Interfaces and Hardware Component Configuration Guide
532
Configuring Serial Interfaces on the Cisco ASR 9000 Series Router
Purpose
Enters serial Frame Relay PVC configuration mode for the
specified PVC.
Configures the encapsulation for a Frame Relay PVC.
Attaches a policy map to an input subinterface or output
subinterface. Once attached, the policy map is used as the
service policy for the subinterface.
Enables fragmentation of Frame Relay frames on an
interface.
Replace fragment-size with the number of payload bytes
from the original Frame Relay frame that will go into each
fragment. This number excludes the Frame Relay header of
the original frame.
On the Cisco 8-Port Channelized T1/E1 SPA, valid values
are 128, 256, and 512.
Enables fragmentation counters for a Frame Relay
subinterface and PVC.
Saves configuration changes.
When you issue the end command, the system prompts
you to commit changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)?
[cancel]:
Entering yes saves configuration changes to the
running configuration file, exits the configuration
session, and returns the router to EXEC mode.
Entering no exits the configuration session and
returns the router to EXEC mode without
committing the configuration changes.
Entering cancel leaves the router in the current
configuration session without exiting or
committing the configuration changes.
Use the commit command to save the configuration
changes to the running configuration file and remain within
the configuration session.
OL-26061-03