PON Configuration
The tolt interfaces pon object is used to configure the characteristics of PON ports.
The configuration of PON is defined as follows:
PON Interface Attributes
| Attribute | Values | Default | Req | Description |
|---|---|---|---|---|
| Aid | <MDS1-1-pon> where pon is the pon port number 1..16 |
N/A | Y | AID or Access Identifier used to identify the port. |
| User-label | Quoted String | N/A | N | The user defined label for the Uplink port. |
| Pon-profile-name | Reference temp: string |
N/A | Y | The profile to be used on the PON port. |
| Protection-groups | Reference temp: string |
N/A | N | The protection group that this port is a member of. |
Note: * = required parameter
- Command Path – tolt>interfaces>pon>config>
- Module – tolt
- Container – interfaces
- Container – pon
- Container – config
- Styles –
- *aid – AID or Access Identifier used to identify the port.
- <MDS1-1-pon> where pon is the pon port number 1..16
- User-label – The user defined label for the Uplink port. User Label must be enclosed in Quotes ("") to allow a label with spaces.
- "User label text" is any alphanumeric name up to 32 characters.
- *Pon-profile-name – The profile to be used on the PON port.
- Reference temp: string
- Protection-groups – The protection group that this port is a member of.
- Reference temp: string
- *aid – AID or Access Identifier used to identify the port.
PON Configuration
- Command Path – tolt>interfaces>pon>config>
- Module – tolt
- Container – interfaces
- Container – pon
- Container – config
- Types – Example Parameters
- *aid – MDS1-1-16
- *aid – MDS1-1-16
Note: The PON ports will always exist and cannot be created or deleted.
- From the MDS1-ESUA<Config># command line, input tolt interfaces pon config MDS1-1-16 and press Enter. Output similar to the following is displayed:
MDS1-ESUA<Config># tolt interfaces pon config MDS1-1-16 <enter> MDS1-ESUA<config-config-MDS1-1-16># exit <enter> MDS1-ESUA<Config># |
Enabling a PON Port
- Command Path – tolt>interfaces>pon>config>
- Module – tolt
- Container – interfaces
- Container – pon
- Container – config
- Types – Example Parameters
- *aid – MDS1-1-16
- Admin-state enabled
- From the MDS1-ESUA<config># command line, input tolt interfaces pon config MDS1-1-16 admin-state enabled, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt interfaces pon config MDS1-1-16 admin-state enabled <enter> MDS1-ESUA<config-config-MDS1-1-16># commit <enter> commit complete. MDS1-ESUA<config-config-MDS1-1-16># exit <enter> MDS1-ESUA<config)#
Disabling a PON Port
- Command Path – tolt>interfaces>pon>config>
- Module – tolt
- Container – interfaces
- Container – pon
- Container – config
- Types – Example Parameters
- *aid – MDS1-1-16
- Admin-state disabled
- From the MDS1-ESUA<config># command line, input tolt interfaces pon config MDS1-1-16 admin-state disabled, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt interfaces pon config MDS1-1-16 admin-state disabled <enter> MDS1-ESUA<config-config-MDS1-1-16># commit <enter> commit complete. MDS1-ESUA<config-config-MDS1-1-16># exit <enter> MDS1-ESUA<config)#_
Set a User Label
- Command Path – tolt>interfaces>pon>config>
- Module – tolt
- Container – interfaces
- Container – pon
- Container – config
- Types – Example Parameters
- *aid – MDS1-1-16
- User-label "PON to Garage Level"
- From the MDS1-ESUA<config># command line, input tolt interfaces pon config MDS1-1-16 user-label "PON to Garage Level", and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt interfaces pon config MDSI-1-16 user-label "PON to Garage Levl <enter> MDS1-ESUA<config-config-MDS1-1-16># commit <enter> commit complete. MDS1-ESUA<config-config-MDS1-1-16>#_
Show the Assigned PON Profile
- Command Path – show>running-config>tolt>interfaces>pon>config>
- Command – show
- Database – running-config
- Module – tolt
- Container – interfaces
- Container – pon
- Container – config
- Type – Example Parameter
- Pon-profile-name
- From the MDS1-ESUA# command line, input show running-config tolt interfaces pon config pon-profile-name, and press Enter. Output similar to the following is displayed:
MDS1-ESUA# show running-config tolt interfaces pon config pon-profile-name <enter> tolt interfaces pon config MDS1-1-1 pon-profile-name basic-XGSPON ! tolt interfaces pon config MDS1-1-10 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-11 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-12 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-13 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-14 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-15 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-16 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-2 pon-profile-name basic-GPON ! tolt interfaces pon config MDS1-1-3 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-4 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-5 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-6 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-7 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-8 pon-profile-name XGSPON ! tolt interfaces pon config MDS1-1-9 pon-profile-name XGSPON ! MDS1-ESUA#_
PON Profile Association with PON Port
- Command Path – tolt>interfaces>pon>config>
- Module – tolt
- Container – interfaces
- Container – pon
- Container – config
- Types – Example Parameter
- *aid – MDS1-1-3
- pon-profile-name basic-XGSPON
- From the MDS1-ESUA<config># command line, input tolt interfaces pon config MDS1-1-3 pon-profile-name basic-XGSPON, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt interfaces pon config MDS1-1-3 pon-profile-name basic-XGSPON<enter> MDS1-ESUA<config-MDS1-1-3># commit <enter> Commit Complete. MDS1-ESUA<config-MDS1-1-3># exit <enter> MDS1-ESUA<config>#_ |
Show the PON Configuration
- Command Path – show>running-config>tolt>interfaces>pon>config>
- Command – show
- Database – running-config
- Module – tolt
- Container – interfaces
- Container – pon
- Container – config
- Type – Example Parameter
- *aid – MDS1-1-1
- From the MDS1-ESUA# command line, input show running-config tolt interfaces pon config MDS1-1-1, and press Enter. Output similar to the following is displayed:
MDS1-ESUA# show running-config tolt interfaces pon config MDS1-1-1<enter> tolt interfaces pon config MDS1-1-1 user-label "XGSPON Port" admin-state enabled drift-window-threshold 3 password-auto-learn true pon-profile-name basic-XGSPON ! MDS1-ESUA#_
FEEDBACK: Are you happy with this material?
Thank you Your feedback helps us to continually improve our content.