Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Configuring the Mediation Device as a User on the Router

    In order for the router to receive DTCP messages from the mediation device, you need to configure the mediation device as a user on the router. To do so, create a login class that provides flow-tap operation permission and then create a login account that uses the login class.

    To configure the mediation device as a user on the router:

    1. Create the login class and configure flow-tap-operation permissions for the class.
      1. Specify that you want to configure login properties.
        [edit system]user@host# edit login
      2. Create and name the class.
        [edit system login]user@host# edit class class-name
      3. Configure the flow-tap-operation permission for the class.
        [edit system login class class-name]user@host# set permissions flow-tap-operation
    2. Create the user login account for the mediation device.
      1. Create the user account.
        [edit system login]user@host# edit user username
      2. Configure the user ID.
        [edit system login user username]user@host# set uid uid-value
      3. Configure the class for the user account.
        [edit system login user username]user@host# set class class-name
      4. Configure the authentication for the user account.
        [edit system login user username]user@host# set authentication encrypted-password password

    Published: 2013-02-11