Adding the MX Series Router as a PTSP Network Device (SRC CLI)
Use the following configuration statements to configure the network device:
shared network device name { device-type (junose | junos-ise | junos-ptsp | junos |
pcmm | thirdparty);origin-host origin-host;peers [peers...];} shared network device name virtual-router name { sae-connection [sae-connection...];authentication-plug-in [authentication-plug-in...];vpn-id vpn-id;}
To configure the MX Series router PTSP so that it can be managed by the SAE:
- From configuration mode, access the statements that configure
network devices. You must specify the name of a device with lowercase
characters. This sample procedure uses mx-name as the name of the
router.user@host# edit shared network device mx-name
- Set the type of device to junos-ptsp. [edit shared network device mx-name] user@host# set device-type junos-ptsp
- (Optional) Specify the origin host name of the MX Series
router. This example procedure uses mx-origin-host as the origin host
name. The active SAE registers events from the router based on the
configured origin host attribute (mx-origin-host in the example).
If the origin host is not configured, SAE uses the device name (mx-name
in the example) instead. user@host# edit shared network origin-host mx-origin-host
- Specify the configured peers associated with the device.
See Configuring Diameter Peers (SRC CLI). [edit shared network device mx-name] user@host# set peers [peers...]
Note that MX Series routers support only a single peer connection.
- From configuration mode, access the statements for virtual
routers. The name must match the PTSP partition configured on the
MX Series router, which is configured within the logical system:routing
instance context. This sample procedure uses the name * for the virtual
router.[edit shared network device mx-name] user@host# edit virtual-router *
where * matches any PTSP partition. You can also specify that the PTSP partition be configured in a logical system or in a logical system and routing instance. By default, logical system default and routing instance master are used.
- Specify the SAEs that can manage this router.[edit shared network device mx-name virtual-router default]user@host# set sae-connection [sae-connection...]
- (Optional) Specify the plug-ins that authenticate subscribers
who log in through this virtual router.[edit shared network device mx-name virtual-router default]user@host# set authentication-plug-in [authentication-plug-in...]
- (Optional) Specify the VPN identifier used by this virtual
router. You can specify VRF instead of a string to use the VRF instance
reported by the device as the VPN identifier. In this case, the VPN
identifier is the name of the routing instance.[edit shared network device mx-name virtual-router default]user@host# set vpn-id (vpn-id | VRF)
- (Optional) Verify your configuration.
[edit shared network device mx-name] user@host# show
Related Topics
- Configuring Diameter Peers (SRC CLI)
- Adding JUNOS Routing Platforms and Virtual Routers (SRC CLI)
- Adding Objects for Network Devices (SRC CLI)
- Configuring the SAE to Manage JUNOS Routing Platforms (SRC CLI)
- Configuring the SAE to Obtain Information About Subscribers (SRC CLI)
- Configuring the PTSP Device Driver (SRC CLI)
