[Contents] [Prev] [Next] [Index] [Report an Error]

Verifying a CoS Configuration

To verify a CoS configuration, perform the tasks relevant to your CoS configuration from the following:

Verifying Multicast Session Announcements

Purpose

Verify that the Services Router is listening to the appropriate groups for multicast Session Announcement Protocol (SAP) session announcements.

Action

From the CLI, enter the show sap listen command.

Sample Output


user@host> show sap listen
Group Address   Port
224.2.127.254   9875

What it Means

The output shows a list of the group addresses and ports that SAP and SDP listen on. Verify the following information:

For more information about show sap listen, see the JUNOS Routing Protocols and Policies Command Reference.

Verifying a Virtual Channel Configuration

Purpose

Verify the virtual channel configuration on a logical interface. Verify the class-of-service (CoS) configuration associated with an interface.

Action

From the CLI, enter the show class-of-service virtual-channel command.

Sample Output


user@host> show class-of-service virtual-channel
Virtual channel: vc-1 Index: 1

What it Means

Verify that the name of the configured virtual channel is displayed in the output.

Verifying a Virtual Channel Group Configuration

Purpose

Verify the virtual channel group configuration on a logical interface. Verify the class-of-service (CoS) configuration associated with an interface.

Action

From the CLI, enter the show class-of-service virtual-channel-group command.

Sample Output


user@host> show class-of-service virtual-channel-group
Virtual channel group: vc-group, Index: 16321        Virtual channel: vc-1
		 Scheduler map: sc-map

What it Means

Verify that the name of the configured virtual channel group is displayed in the output.

Verifying an Adaptive Shaper Configuration

Purpose

Verify the adaptive shaper trigger point and its associated transmit rate. Verify the class-of-service (CoS) configuration associated with an interface.

Action

From the CLI, enter the show class-of-service adaptive-shaper and show class-of-service interface t1-0/0/2 commands.

Sample Output


user@host> show class-of-service adaptive-shaper
Adaptive shaper: fr-shaper, Index: 35320
  Trigger type    Shaping rate
        BECN         64000 bps

user@host> show class-of-service interface t1-0/0/2
Physical interface: t1-0/0/2, Index: 137
Queues supported: 8, Queues in use: 4
  Scheduler map: , Index: 2

  Logical interface: t1-0/0/2.0, Index: 69
    Object            Name                   Type                    Index
    Adaptive-shaper   fr-shaper                                      35320
    Classifier        ipprec-compatibility   ip                         11

What it Means

Verify the following information:


[Contents] [Prev] [Next] [Index] [Report an Error]