Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

DEVICE:

Device is an abstract model definition of a physical device. A device can be an OLT or an ONT Device. It consists of the following properties: 

  • id (string): Identifier of the Device.

  • type(enum): Type indicates the device as an OLT device or an ONT device.

  • serial_number(string): Serial number of the Device.
  • opStatus(enum): Indicates the current status of the device. It can be active, failed, deactive... 
  • adminState(enum): Indicates that device is provisioned or not.
  • connectionStatus(enum): Indicates the connection status of the device. It can be unknown, reachable, unreachable ...

PORT:

Port is an abstract model definition of a port. A port can be an OLT or an ONT port. It consists of the following properties: 

  • no (int): Identifier of the port.

  • type(enum): Type indicates the device as an PON_OLT or an PON_ONT.

  • owner_device_id(string): Serial number of the Device.
  • opStatus(enum): Indicates the current status of the device. It can be active, failed, deactive... 
  • adminState(enum): Indicates that device is provisioned or not.
  • rx_packets (Double): Received packets count.
  • rx_bytes (Double): Received bytes count.
  • rx_errors (Double): Received error count.
  • tx_packets (Double): Transmitted packets count.
  • tx_bytes (Double): Transmitted bytes count.
  • tx_errors (Double): Errors count while transmitted .

SUBSCRIBER:

Subscriber is a model object that allows us to provision customer.

  • Id -property refers to ONT uniport also it is an identifier for a subscriber. Must be given
  • c-tag -it is used by ONT device. Must be given
  • s-tag -it is used by ONT device. Must be given
  • techProfileId refers to technology profile id. To provision, the subscriber technology profile is required. (Technology profile details will be fetched from Access Pod.)
  • upstreamBandwidthProfile refers an upstream(ONT to OLT) traffic bandwidth profile id. (Traffic bandwidth profile details will be fetched from Access Pod.)
  • downstreamBandwidthProfile refers a downstream(OLT to ONT) traffic bandwidth profile id. (Traffic bandwidth profile details will be fetched from Access Pod.)
  • nasPortIdrefers a radius server port.
  • Subscriber must be matched with OLT. OLT match is done with ConnectionPoint model.
  • Connection Point indicates a bridge between OLT-device and Subscriber's ONT.

CONNECTION POINT:

ConnectionPoint is a model that connects the Subscriber to OLT-Device.

  • Id -property refers to a serial number of OLT device
  • hardwareIdentifier -refers a mac address of OLT device
  • ipAddress -indicates an IP address of OLT device
  • nasId -indicates a radius server.


  • No labels