Example: Configuring SAP and SDP to Listen for Session Announcements (CLI)

To configure SAP and SDP:

  1. Navigate to the top of the configuration hierarchy.
  2. Perform the configuration tasks described in Table 8.

Table 8: Configuring SAP and SDP

Task

CLI Configuration Editor

Navigate to the Listen level in the configuration hierarchy.

From the [edit] hierarchy level, enter

edit protocols sap

(Optional) Enter one or more addresses and ports for the device to listen to session announcements on. By default, the device listens to address and port 224.2.127.254:9875.

  1. Set the address value to the IP address that the device can listen to session announcements on, in dotted decimal notation. For example:

    set listen 224.2.127.254

  2. Set the port value to the number of the port that the device can listen to session announcements on, in decimal notation. For example:

    set listen 224.2.127.254 port 9875.

Related Topics