
Sample Scripts
114089 Rev. A A-9
# Do next circuit...
#
:FI_SKIPA:
let i = $i + 1
goto :FI_ALOOP:
################################################################
#
# Show Disabled screen...
#
################################################################
:FI_DSBLED:
setenv matchcct “xxx”
setenv nextflag “”
setenv pattern “”
setenv nextid “*”
array attr wfFDDICct wfFDDIState wfFDDIEnable wfFDDISlot
array -a attr wfFDDINode wfFDDIMadr/MAC_ADDRESS wfFDDIBofl
array -a attr wfFDDIBoflTmo wfFDDIMtu wfFDDIHardwareFilter
enum 1 Cct State Enable Slot i
enum $i Node Madr Bofl i
enum $i BoflTmo Mtu HwFilter
echo
echo “FDDI Modules Disabled”
echo “---------------------”
gosub :FI_BASEHDR:
let i = 0
:FI_DLOOP:
mi/jointfilesconvert/91351/bget -n wfFddiEntry attr $nextid value nextid
if “$nextid” = “END” then; let i = $i + 1; goto :FOOTER_AND_END:
let cctnum = ${value[$Cct]}
gosub :GETCCTNAME:
if ${value[$Enable]} == 2 then ; \
let match_entries = $match_entries + 1 ; \
gosub :FI_ONELINE:
let i = $i + 1
goto :FI_DLOOP:
Comentários a estes Manuais