The UNI profile defines the profile that controls port level settings related to the ethernet PHY and port error handling. The structure of the UNI profile is defined below:
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNi9pbWFnZSg0NykucG5nIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzg2OTExMDAwfX19XX0_&Signature=EezkoVej70gJVW5a~fFLyipG6UWUeZiE1WiQ5AExn78rpMrll6mOE-WZgT0yrVda1ZG8xOGNVqB5WWMC3-If6oKpqfuBMNhCZK-dIufGvy5kwdfx3U1~Lyc-fEth7-L0EEdWQwODWfT6sZsSZRMFJw9D4b4q3EZcZysqpf2gWEldrgSjUfI57tC3utN9yFORD8X8vpuMZoIbjPtXyTKbO4Jn2mBVWhRfch2uoJvllTpAVxZsquD10SLY9aDRl0GLnx5Qfx3wsktuNZJYfevnVmOqGYQ4qbiKNiTTGtocoEQBGK4n~HCcNQ9dSMLwmu8-NuwXwu4MfYOvzrnzn18eDw__&Key-Pair-Id=K2TK3EG287XSFC)
Uni-Profile Profile Attributes
|
Attribute |
Value |
Default |
Required |
Comment |
|
Name |
<string> |
N/A |
Y |
The name of the UNI profile. |
|
Alarm-link-flap |
True | false |
False |
N |
Whether or not to alarm link flaps. Link flaps occur when the port rapidly transitions up / down multiple times in a short interval. The alarm behavior is independent of the err disable behavior. |
|
Alarm-loopback |
True | false |
true |
N |
Whether or not to alarm loopback violations on the port. Loopback violations occur when a loopback packet sent regularly by the OLT is received at another port indicating a looped port. The alarm behavior is independent of the err disable behavior. |
|
Alarm-max-macs |
True | false |
False |
N |
Whether to alarm when the maximum configured macs is exceeded. The alarm behavior is independent of the err disable behavior. |
|
Auto-mdix-mode |
Enable | disable |
Disable |
N |
Whether to turn on auto MDIX mode. When enabled, it eliminates the need for specific cable types (crossover vs straight through. |
|
Dai-trust-state |
Dai-trusted-dhcp-untrusted |
|
|
DAI Trusted, DHCP Untrusted |
|
Line-speed |
Auto |
Auto |
N |
Auto negotiate line speed. |
|
Link-trap-notification |
Disable |
|
|
Disable traps on port state changes. |
|
Max-rx-burst-size |
Int |
0 |
N |
The maximum burst size when using port based policing specified in bytes. |
|
Max-rx-rate |
Int |
0 |
N |
The maimum rate in kilobits per second |
|
Max-tx-burst-size |
Int |
0 |
N |
The maximum burst size when using port based policing specified in bytes. |
|
Max-tx-rate |
Int |
0 |
N |
The maimum rate in kilobit per second |
|
Phy-hold-time |
Int |
5 |
N |
The amount of time to keep the UNI port up after the PON interface goes down in seconds. Setting the phy-hold-time to zero will keep the port up regardless of the PON state. |
|
Rx-pause-frames |
True | false |
True |
N |
Whether to act on received pause frames from the attached device. |
|
Tx-pause-frames |
True | false |
True |
N |
Whether to send pause frames to the attached device. |
MDS1-ESUA(config)# tolt interfaces uni config ETH1-1-1-1-1 rsrp-profile rsrp-enabled <enter>
MDS1-ESUA(config-config-ETH1-1-1-1-1)# commit <enter>
Commit Complete
MDS1-ESUA(config-config-ETH1-1-1-1-1)# Exit <enter>
|
MDS1-ESUA(config)# tolt profiles uni-create-example alatm-link-flap true alarm-loopbacvk true
auto-midx-mode enable sia-rust-state untruated line-speed true <enter>
MDS1-ESUA(config-uni-profiles-uni-create-example)# commit <enter>
Commit Complete
MDS1-ESUA(config-uni-profiles-uni-create-example)# Exit <enter>
|
MDS1-ESUA(config)# no tolt interfaces uni-profiles uni-create-example
|
MDS1-ESUA(config)# no tolt interfaces uni-profiles uni-create-example alarm-link false
|