DISPLAY BNCOSMAP command

Read syntax diagramSkip visual syntax diagram
>>-DISPLAY-- --NET--,--BNCOSMAP--+--------------------+--------->
                                 '-,--NETID--=--netid-'   

   .-,--SCOPE--=--ONLY-----.   
>--+-----------------------+-----------------------------------><
   '-,--SCOPE--=--+-ONLY-+-'   
                  '-ALL--'     

Abbreviations

Operand Abbreviation
DISPLAY D
SCOPE=ALL EVERY or E
SCOPE=ONLY NONE or N

When using an abbreviation in place of an operand, code the abbreviation exactly as shown in the table. For example, when coding the abbreviation for SCOPE=ALL, code only EVERY or E. Do not code SCOPE=E.

Purpose

The DISPLAY BNCOSMAP (border node Class of Service mapping) command displays native and nonnative COS mappings defined for a border node.

Operands

NETID=netid
Specifies the destination network for which native and nonnative border node COS mappings are to be displayed.
SCOPE
Indicates the range of border node COS mappings to be displayed. It is meaningful only if NETID is not specified.
SCOPE=ALL
Displays the COS mappings for all networks served by this border node.
SCOPE=ONLY
Displays border node COS mappings for the default NETID.

Resulting display

The resulting display shows:
  • If NETID is specified, all border node COS mappings for the specified network
  • If NETID is not specified:
    • For SCOPE=ALL, all COS mappings defined for this border node
    • For SCOPE=ONLY, all border node COS mappings for the default network

Examples

Displaying border node COS mappings for the default network:
d net,bncosmap
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = BNCOSMAP
IST1321I TABLE FOR BNCOSMAP DEFAULT_NETID
IST1322I NON-NATIVE     NATIVE
IST1323I COS1           COS2
IST1323I COS3           COS2
IST1323I COS4           COS5
IST314I END
Displaying all border node COS mappings:
d net,bncosmap,scope=all
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = BNCOSMAP
IST1321I TABLE FOR BNCOSMAP NETB
IST1322I NON-NATIVE     NATIVE
IST1323I COSB3          COSC
IST1323I COSB2          COSB
IST1323I COSB1          COSA
IST924I -------------------------------------------------------------
IST1321I TABLE FOR BNCOSMAP NETC
IST1322I NON-NATIVE     NATIVE
IST1323I COSC3          COSD
IST1323I COSC2          COSC
IST1323I COSC1          COSB
IST314I END