Installation guide

Software Configuration 5-21
Additional Configuration Tasks
Router(config-if)# atm framing g832adm
If you are specifying the framing type for a DS-3 interface, there are three
framing types: C-bit PLCP (entered as cbitplcp), M23 ADM (entered as
m23adm) and M23 PLCP (entered as m23plcp).
Router(config-if)# atm framing m23adm
Step 4 Assign protocol addresses to the interface:
Router(config-if)# ip address 10.1.15.1 255.255.255.0
Step 5 Create the signaling PVC, which is required by the signaling software to
communicate with a switch in order to dynamically set up SVCs. In the
following example, signaling virtual channel 1 uses VPI 0 and VCI 5:
Router(config-if)# atm pvc 1 0 5 qsaal
Step 6 Configure the ATM network service access point (NSAP) address:
Router(config-if)# atm nsap-address
nsap-addr
where nsap-addr could be:
AB.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12
Step 7 Assign the appropriate map list to the interface:
Router(config-if)# map-group list2
Step 8 Enable the interface:
Router(config-if)# no shut
Step 9 Create the mapping of protocol addresses to ATM NSAP addresses, as follows:
Router(config-if)# map-list list2
Router(config-map-list)# ip 10.1.15.1 nsap-addr
nsap-addr
broadcast
Router(config-map-list)# ip 10.1.15.1 nsap-addr
nsap-addr
broadcast
Step 10 Press Ctrl-Z to complete the configuration.
Step 11 Write the new configuration to memory:
Router# write memory