Loader

Profile PoE

The PoE profile is used to configure Power Over Ethernet (PoE) on a port.  PoE allows both ethernet data and DC 48V power to flow over an ethernet cable to power a device.

 

 

PoE Profile Attributes 

Attribute  Values  Default  Req Description
Name Printable string N/A Y The name of the PoE Profile
poe-port-config     Container
Admin-state enabled | disabled Enabled N Controls whether PoE is enabled or disabled on the port.
Power-pairs signal | spare Signal N

Whether to place the PoE power onto the signal or A pairs, or on the spare of B pairs for delivering power. For 802.3at and af, most installations use the signal pair. This attribute is ignored for 4PPoE as both pairs are used in that case.

Power-priority critical | high | low High N What priority to put on this port? When power is limited by the ONT’s capacity to fully power all pairs, critical ports are powered first followed by high, then low ports. This ensures that mission-critical ports remain powered

 

Note: * = required parameter

 

  • Command Path – tolt>profiles>poe-profiles>
  • Module – tolt
  • Container – profiles
  • Container – poe-profiles 
  • Types – 
    • *Name  The name of the PoE Profile.
      • Printable string
    • Container – poe-port-config
      • Admin-state  Controls whether PoE is enabled or disabled on the port. 
        • enabled (default) | disabled 
      • Power-pairs   Whether to place the PoE power onto the signal or A pairs, or on the spare of B pairs for delivering power.  For 802.3at and af, most installations use the signal pair.  This attribute is ignored for 4PPoE as both pairs are used in that case..
        • signal (default) | spare
      • Power-priority – What priority to put on this port.  When power is limited by the ONT’s capacity to fully power all pairs, critical ports are powered first followed by high, then low ports.  This ensures that mission critical ports remain powered.
        • critical | high (default) | low
 

PoE Profile Create 

  • Command Path – tolt>profiles>poe-profiles>
  • Module – tolt
  • Container – profiles
  • Container – poe-profiles
  • Type – Example Parameter
    • *Name – basic-poe-profile
    • poe-port-config
    • admin-state enabled

 

  1. From the MDS1-ESUA<config># command line, input tolt profiles poe-profiles basic-poe-profile poe-port-config admin-state enabled, and press Enter
  2. Input commit and press Enter. Outputs similar to the following are displayed:
 
MDS1-ESUA<config)# tolt profiles poe-profiles basic-poe-profile poe-port-config admin-state enabled <enter>
MDS1-ESUA<config-poe-profiles-basic-poe-profile># commit <enter>
Commit Complete.
MDS1-ESUA<config-poe-profiles-basic-poe-profile># exit <enter>
MDS1-ESUA<config># 

 

Delete PoE 

  • Command Path – no>tolt>profiles>poe-profiles>
  • Action – no
  • Module – tolt
  • Container – profiles
  • Type – Example Parameter
    • *Name – poe-basic-profile

 

  1. From the MDS1-ESUA<config># command line, input no tolt profiles poe-profiles poe-basic-profile, and press Enter
  2. Input commit and press Enter. Outputs similar to the following are displayed:
 
MDS1-ESUA<config># tolt profiles poe-profiles poe-basic poe-port-config admin-state disabled< enter>
MDS1-ESUA<config># commit <enter>
Commit Complete
MDS1-ESUA<config># 

Assign a PoE to UNI

  • Command Path – tolt>interfaces>uni>config>

  • Module – tolt
  • Container – interfaces
  • Container – uni
  • Container – config
  • Types  Example Parameters
    • *Aid – ETH1-1-1-1-1
    • poe-profile-name poe-basic 
       
  1. From the MDS1-ESUA <config># command line, input tolt interfaces uni config ETH1-1-1-1-1 poe-profile basic-poe-profile, and press Enter.

  2. Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA(<Config)# tolt interfaces uni config ETH1-1-1-1-1 poe-profile basic-poe-profile <enter> 
MDS1-ESUA<config-config-ETH1-1-1-1-1-1># commit <enter>
commit complete.
MDS1-ESUA<config-config-ETH1-1-1-1-1-1># exit <enter>
MDS1-ESUA<Config>#_

 


 

FEEDBACK: Are you happy with this material?