Loader

PON

The PON profile controls the configuration of PON ports on the OLT. 

   

 

 

PON Profile Attributes 

Attribute  Values  Default  Req Description
Name Printable string N/A Y The name of the PON Profile
alarm-down-cir true | false False N Whether to alarm when the actual pon bandwidth is exceeding the configured PON threshold.  Indicates that the PON is congested and needs to be addressed if consistently happening.
Alarm-down-eir true | false False N

Whether to alarm when the actual pon bandwidth is exceeding the configured PON threshold.  Indicates that the PON is congested and needs to be addressed if consistently happens.

Alarm-excessive-arrival true | false True N Whether to alarm when an ONT arrives on the PON too many times close together.  Typically indicative of an issue with the ONT or the transmission facility.
Alarm-up-cir true | false  False N Whether to alarm when the upstream guaranteed bandwidth is oversubscribed.
Alarm-up-eir true | false False N Whether to alarm when the actual bandwidth is exceeding the configured threshold.
Auto-convert-ont true | false False N Whether to auto convert an ONT when the ONT type is determined to not match the configured ONT.  This allows provisioining to be preserved whenever the ONT type changes.
Auto-create-max-ont-id 1.64 64 N The maximum ONT ID to be used when performing auto creates of ONTs.
Auto-create-min-ont-id 1.64 1 N A timer use to determine the timeout on messages between the authenticator and RADIUS server.
Auto-create-onts true | false False N The minimum ONT ID to be used when auto creating ONTs.
Discover-onts true | false True N Whether to automatically discover new ONTs on the PON.  Typically would be set to true and ONTs would be added to the unexpected ONT list.  Certain secure sites or if doing data rate testing, this feature should be disabled.
Down-cir-threshold 0..100 100 N Percent of the committed information rate that when exceeded will cause an alarm.
Down-eir-threshold 0..100 95 N Percent of the PON bandwidth that when utilized will cause an alarm on the PON.
Enable-auto-disable     N ???? Open question???
Enable-range-locking true | false True N Allows locking of ONT to the same distance.  Prevents ONT from being moved. 
Enable-roaming-lock true | false False N Whether the ONT is allowed to be configured in more than one location.  Typically only used for lab or other situations where a device is moved back and forth between two locations.  Can also be useful for PON copy actions. 
Fec-enabled true | false False N Whether Forward Error Correction is enabled on the PON.  It will typically increase the SNR of the link by 3dB and is helpful in situations where the fiber facility is impaired.  It will reduce the PON bandwidth to approximately 8.5G.
integration-period <1..60> 1 N The time over which to integrate the tcss in minutes.
Path-protection true | false False N Whether to enable path protection.  If path protection is enabled and PPG is present then if the uplink loses connectivity to the network, the PON will switch to the other PON.  Allows routing around an OLT that might have been isolated.
Periods-to-monitor 1..10 3 N The number of periods over which to integrate the TCA alarms.
Pon-reach reach-0-20 |
reach-0-30 |
reach-20-40 |
reach-30-50
Reach-0-20 N The supported reaches of the PON. 
  • reach-0-20: closest ont 0km, farthest 20km
  • reach-0-30 closest ont 0km, farthest 30km
  • reach-20-40 closest 20km, farthest 40km
  • reach-30-50 closest 30km, farthest 50km
Note: Standard states that closest to farthest ONT can only differ by 20km.  Also the split ratios will be lower at the longer distances to ensure sufficient optical budget.  Please consult Tellabs on all longer distance applications.
Pon-type gpon | xgspon Xgspon N The PON standard the system is configured for.  Only gpon and xgspon are supported at this time.
Storm-control-broadcast-percent 0..100 10 N The percent of the PON bandwidth that is allowed to be consumed by broadcast traffic.  Any traffic above the configured percentage will be dropped.
Storm-control-unknown-multicast-percent 0..100 30 N The percent of the PON bandwidth allowed to be used by flooded multicast.  IGMP controlled multicast is not affected by this setting.  Excess flooded multicast above the percentage is dropped.
Up-ber-fail-threshold -10..-4 -4 N The exponent for bit error loss ratios that when exceeded will alarm and fail the PON.  -4 equates to 10e-4 for example.
Up-ber-maint-threshold -10..-4 -4 N The maintenance threshold for bit interleaved parity errors.  If the ratio is exceeded, the PON will be alarmed.  Indicates that the PON is operational but in need of optical maintenance to ensure QoS.  The ber threshold indicates the error ratio allowed before alarming where -6 indicates a ber of 10e-6 or higher the PON is alarmed.
Up-cir-threshold 0..100 100 N The percent of the PON total guaranteed bandwidth that when exceeded should be alarmed.  Indicates the PON is oversubscribed when alarmed.
Up-eir-threshold 0..100 95  N The percent of the PON total bandwidth when exceeded would be alarmed.  Used for determining when bandwidth is nearing exhaustion.

 

 

Note: * = required parameter

 

  • Command Path – tolt>profiles>pon-profiles>
  • Module – tolt
  • Container – profiles
  • Container – pon-profiles
  • Types – 
    • *Name  The name of the PON Profile.
      • Printable string
    • alarm-down-cir  Whether to alarm when the committed bandwidth exceeds the configured threshold.  This alarm would indicate that too much guaranteed bandwidth is configured on the PON.
      • true | false (default)
    • Alarm-down-eir   Whether to alarm when the actual pon bandwidth is exceeding the configured PON threshold.  Indicates that the PON is congested and needs to be addressed if consistently happening.
      • true | false (default)
    • Alarm-excessive-arrival  Whether to alarm when the committed bandwidth exceeds the configured threshold.  This alarm would indicate that too much guaranteed bandwidth is configured on the PON.
      • true (default) | false 
    • Alarm-up-cir   Whether to alarm when the upstream guaranteed bandwidth is oversubscribed.
      • true | false (default)
    • Auto-convert-ont  Whether to auto convert an ONT when the ONT type is determined to not match the configured ONT.  This allows provisioining to be preserved whenever the ONT type changes.
      • true (default) | false 
    • Auto-create-max-ont-id   Whether to alarm when the upstream guaranteed bandwidth is oversubscribed.
      • 1..64 (default 64)
         

         

    • Auto-create-min-ont-id  The minimum ONT ID to be used when auto creating ONTs.
      • 1..64 (default 1)
    • Auto-create-onts   Auto create ONTs whenever an new ONT is discovered on the PON.  Eases initial configuration on the PON.
      • true | false (default)
    • Discover-onts – Whether to automatically discover new ONTs on the PON.  Typically would be set to true and ONTs would be added to the unexpected ONT list.  Certain secure sites or if doing data rate testing, this feature should be disabled.
      • true (default) | false
    • Down-cir-threshold   Percent of the committed information rate that when exceeded will cause an alarm.
      • 1..100 (default 100)
    • Down-eir-threshold – Percent of the PON bandwidth that when utilized will cause an alarm on the PON.
      • 1..100 (default 95)
    • Enable-auto-disable  ???? Open question???
      • ????
    • Enable-range-locking – Allows locking of ONT to the same distance.  Prevents ONT from being moved. 
      • true | false (default)
    • Enable-roaming-lock  Whether the ONT is allowed to be configured in more than one location.  Typically only used for lab or other situations where a device is moved back and forth between two locations.  Can also be useful for PON copy actions. 
      • true | false (default)
    • Fec-enabled – Whether Forward Error Correction is enabled on the PON.  It will typically increase the SNR of the link by 3dB and is helpful in situations where the fiber facility is impaired.  It will reduce the PON bandwidth to approximately 8.5G. 
      • true | false (default)
    • integration-period  The time over which to integrate the tcss in minutes. 
      • 1..60 (default 1
    • Path-protection – Whether to enable path protection.  If path protection is enabled and PPG is present then if the uplink loses connectivity to the network, the PON will switch to the other PON.  Allows routing around an OLT that might have been isolated. 
      • true | false (default)
    • Periods-to-monitor  The number of periods over which to integrate the TCA alarms. 
      • 1..10 (default 3)
    • Pon-reach – The supported reaches of the PON. 
      reach-0-20: closest ont 0km, farthest 20km
      reach-0-30 closest ont 0km, farthest 30km
      reach-20-40 closest 20km, farthest 40km
      reach-30-50 closest 30km, farthest 50km
      Note: Standard states that closest to farthest ONT can only differ by 20km.  Also the split ratios will be lower at the longer distances to ensure sufficient optical budget.  Please consult Tellabs on all longer distance applications
      • reach-0-20 (default) | reach-0-30 | reach-20-40 | reach-30-50
    • Pon-type  The PON standard the system is configured for.  Only gpon and xgspon are supported at this time. 
      • gpon | xgspon (default)
         

         

    • Storm-control-broadcast-percent – The percent of the PON bandwidth that is allowed to be consumed by broadcast traffic.  Any traffic above the configured percentage will be dropped.
      • 1..100 (default 10)
    • Storm-control-unknown-multicast-percent  The percent of the PON bandwidth allowed to be used by flooded multicast.  IGMP controlled multicast is not affected by this setting.  Excess flooded multicast above the percentage is dropped. 
      • 1..100 (default 50)
    • Up-ber-fail-threshold – The exponent for bit error loss ratios that when exceeded will alarm and fail the PON.  -4 equates to 10e-4 for example.
      • -10..-4 (default -4)
    • Up-ber-maint-threshold  The maintenance threshold for bit interleaved parity errors.  If the ratio is exceeded, the PON will be alarmed.  Indicates that the PON is operational but in need of optical maintenance to ensure QoS.  The ber threshold indicates the error ratio allowed before alarming where -6 indicates a ber of 10e-6 or higher the PON is alarmed. 
      • -10..-4 (default -6)
    • Up-cir-threshold – The percent of the PON total guaranteed bandwidth that when exceeded should be alarmed.  Indicates the PON is oversubscribed when alarmed.
      • 0..100 (default 100)
    • Up-eir-threshold  The percent of the PON total bandwidth when exceeded would be alarmed.  Used for determining when bandwidth is nearing exhaustion.
      • 0..100 (default 95)

PON Profile Create 

  • Command Path – tolt>profiles>pon-profiles>
  • Module – tolt
  • Container – profiles
  • Container – pon-profiles
  • Types – Example Parameters
    •  *name – basic-XGSPON 
    •  pon-type xgspon

 

  1. From the MDS1-ESUA(config)# command line, input tolt profiles pon-profiles basic-XGSPON pon-type xgspon, and press Enter
  2. Input commit and press Enter. Outputs similar to the following are displayed:
 
MDS1-ESUA(config)# tolt profiles pon-profiles basic-XGSPON pon-type xgspon <enter>
MDS1-ESUA(config-pon-profiles basic-XGSPON)# commit <enter>
Commit Complete
MDS1-ESUA(config-pon-profiles basic-XGSPON)# exit <enter>
MDS1-ESUA(config)#_

 

 

PON Profile Delete

  • Command Path – no>tolt>profiles>pon-profiles>
  • Command – no
  • Module – tolt
  • Container – profiles
  • Container – pon-profiles
  • Types – Example Parameters
    •  *name – basic-XGSPON 
    • pon-type xgspon

 

  1. From the MDS1-ESUA<config># command line, input tolt profiles pon-profiles basic-XGSPON pon-type xgspon, and press Enter
  2. Input commit and press Enter. Outputs similar to the following are displayed:.
 
MDS1-ESUA<config># no tolt profiles pon-profilesbasic-XGSPON<enter>
MDS1-ESUA<config-pon-profiles basic-XGSPON># commit <enter>
Commit Complete.
MDS1-ESUA<config>#_

 

Enable FEC on PON Profile

The FEC or forward error correction when enabled will allow correction of errors on the PON.  Profile needs to be assigned to the PON port to take effect.

  • Command Path – tolt>profiles>pon-profiles>
  • Module – tolt
  • Container – profiles
  • Container – pon-profiles
  • Types – Example Parameters
    • *name – basic-XGSPON 
    • fec-enabled true

 

  1. From the MDS1-ESUA<config># command line, input tolt profiles pon-profiles basic-XGSPON fec-enabled true, and press Enter
  2. Input commit and press Enter. Outputs similar to the following are displayed:
 
MDS1-ESUA<config># tolt profiles pon-profiles basic-XGSPON fec-enabled true <enter>
MDS1-ESUA<config-pon-profiles basic-XGSPON># commit <enter>
Commit Complete
MDS1-ESUA<config-pon-profiles basic-XGSPON># exit <enter>
MDS1-ESUA<config>#_
 

PON Profile Association with PON Port

Note: Refer to CLI Interfaces PON for Interfaces procedures.
  • Command Path – tolt>interfaces>pon>config>
  • Module – tolt
  • Container – interfaces
  • Container – pon
  • Container – config
  • Type – Example Parameter
    • *Name – MDS1-1-3 
    • pon-profile-name basic-XGSPON 

 

  1. From the MDS1-ESUA<config># command line, input tolt interfaces pon config MDS1-1-3 pon-profile-name basic-XGSPON, and press Enter.
  2. 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>#_

 


 

 

 

 

 

 

 

 

 

FEEDBACK: Are you happy with this material?