Basic configuration
The basic 7705 SAR interface configuration must include the following tasks:
-
identify chassis slot (step in activating the IOM)
-
specify card type (step in activating the IOM)
-
identify adapter card (MDA) slot
-
specify adapter card type (mda-type) (must be an allowed adapter card type)
-
specify adapter card mode (mda-mode) (supported on the 4-port DS3/E3 Adapter card, 16-port T1/E1 ASAP Adapter card, 32-port T1/E1 ASAP Adapter card, 10-port 1GigE/1-port 10GigE X-Adapter card, 4-port OC3/STM1 / 1-port OC12/STM4 Adapter card, and Integrated Services card)
-
identify specific port to configure
The following example displays some card and port configurations on the 7705 SAR-8 Shelf V2.
NOK-1>config# card 1
NOK-1>config>card# info
#--------------------------------------------------
echo "Card Configuration"
#--------------------------------------------------
card 1
card-type iom-sar
mda 1
mda-type a6-em
exit
mda 2
mda-type a4-oc3
exit
mda 3
mda-type a16-chds1v2
exit
mda 4
mda-type a4-chds3v2
mda-mode cem-atm-ppp
exit
mda 5
mda-type a8-1gb-sfp
exit
mda 6
mda-type a2-choc3
exit
exit
#--------------------------------------------------
echo "Port Configuration"
#--------------------------------------------------
port 1/1/1
description "E&M"
voice
em
no loopback
signaling-mode em
signaling-lead
m end-to-end
e end-to-end
exit
fault-signaling idle
idle-code 13
seized-code 5
channel-group 1
description "DS0GRP"
mode access
encap-type cem
no shutdown
exit
no shutdown
exit
audio-wires four-wires
tlp-rx 0.0
tlp-tx 0.0
exit
no shutdown
port 1/1/2
shutdown
voice
exit
.....
port 1/1/6
shutdown
voice
exit
exit
.....
port 1/2/2
shutdown
sonet-sdh
exit
exit
port 1/2/3
shutdown
sonet-sdh
exit
exit
port 1/2/4
shutdown
sonet-sdh
exit
exit
port 1/3/1
shutdown
tdm
e1
shutdown
channel-group 1
shutdown
encap-type cem
timeslots 2-10
exit
exit
exit
exit
port 1/3/2
shutdown
tdm
e1
shutdown
channel-group 1
shutdown
encap-type cem
timeslots 2-10
exit
exit
exit
exit
port 1/3/3
shutdown
tdm
exit
exit
.....
port 1/3/15
shutdown
tdm
exit
exit
port 1/3/16
shutdown
tdm
e1
shutdown
channel-group 1
shutdown
description "network_port"
mode network
exit
exit
exit
exit
port 1/4/1
shutdown
tdm
ds3
shutdown
encap-type atm
framing m23
loopback line
atm
exit
exit
exit
exit
port 1/4/2
shutdown
tdm
exit
exit
port 1/4/3
shutdown
tdm
exit
exit
port 1/4/4
shutdown
tdm
exit
exit
port 1/5/1
shutdown
ethernet
exit
exit
port 1/5/2
shutdown
ethernet
exit
exit
.....
port 1/5/7
shutdown
ethernet
exit
exit
port 1/5/8
shutdown
ethernet
exit
exit
port 1/6/1
shutdown
sonet-sdh
exit
tdm
exit
exit
port 1/6/2
shutdown
sonet-sdh
exit
tdm
exit
exit
#--------------------------------------------------