Navigation
Supported Platforms
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:
- Create the login class and configure flow-tap-operation permissions for the class.
- Specify that you want to configure login properties.[edit system]user@host# edit login
- Create and name the class.[edit system login]user@host# edit class class-name
- Configure the flow-tap-operation permission for
the class. [edit system login class class-name]user@host# set permissions flow-tap-operation
- Specify that you want to configure login properties.
- Create the user login account for the mediation device.
- Create the user account. [edit system login]user@host# edit user username
- Configure the user ID.[edit system login user username]user@host# set uid uid-value
- Configure the class for the user account. [edit system login user username]user@host# set class class-name
- Configure the authentication for the user account. [edit system login user username]user@host# set authentication encrypted-password password
- Create the user account.