Enable/Configure LLDP Notification Status/Type

By default, notification status is Disabled, and notification type is Mis-configuration. Notification type can be set to any of the following values:

Setting notification type to Mis-configuration enables LLDP to send notification to SNMP manager when mis-configuration is observed in the system. Setting notification type to remote table change enables LLDP to send notification to SNMP manager whenever remote table change occurs with the configured notification interval between successive notifications.

At Switch A:

  1. View the default notification status and type by executing the following command.

    Perform the following:

    iS5comm# show lldp interface gigabitethernet 0/1
    Gi0/1:
    Tx State            : Enabled
    Rx State            : Enabled
    Tx SEM State        : INITIALIZE
    Rx SEM State        : WAIT PORT OPERATIONAL
    Notification Status : Disabled
    Notification Type   : Mis-configuration
    DestinationMacAddr  : 01:80:c2:00:00:0e
  2. Configure LLDP notification status by executing the following command.

    Type the following:

    • Enter the Global Configuration Mode.
    iS5comm# configure terminal
    • Configure the LLDP notification type.
    iS5comm(config)# interface gigabitethernet 0/1
    iS5comm(config-if)# lldp notification mis-configuration
    iS5comm(config-if)# end
  3. View the notification status by executing the following command.

    Perform the following:

    iS5comm# show lldp interface gigabitethernet 0/1
    Gi0/1:
    Tx State            : Enabled
    Rx State            : Enabled
    Tx SEM State        : INITIALIZE
    Rx SEM State        : WAIT PORT OPERATIONAL
    						Notification Status : Enabled
    					
    Notification Type   : Mis-configuration
    DestinationMacAddr  : 01:80:c2:00:00:0e
  4. Configure LLDP notification type by executing the following command.

    Type the following:

    • Enter the Global Configuration Mode.
    iS5comm# configure terminal
    • Configure the LLDP notification type, where “remote-table-chg” stands for trap notification for a change in a neighbor’s table.
    iS5comm(config)# interface gigabitethernet 0/1
    iS5comm(config-if)# lldp notification remote-table-chg mis-configuration
    iS5comm(config-if)# end
  5. View the notification type executing the following command.

    Perform the following:

    iS5comm# show lldp interface gigabitethernet 0/1
    Gi0/1:
    Tx State            : Enabled
    Rx State            : Enabled
    Tx SEM State        : INITIALIZE
    Rx SEM State        : WAIT PORT OPERATIONAL
    						Notification Status : Enabled
    					
    Notification Type   : RemoteTableChg and MisConfiguration
    DestinationMacAddr  : 01:80:c2:00:00:0e
  6. Reset notification status and type to default value by executing the following commands.

    Type the following:

    • Enter the Global Configuration Mode.
    iS5comm# configure terminal
    • Reset LLDP notification type and status to default value.
    iS5comm(config)# interface gigabitethernet 0/1
    iS5comm(config-if)# no lldp notification
    iS5comm(config-if)# end
  7. View the notification type executing the following command.

    Perform the following:

    iS5comm# show lldp interface gigabitethernet 0/1
    Gi0/1:
    Tx State            : Enabled
    Rx State            : Enabled
    Tx SEM State        : INITIALIZE
    Rx SEM State        : WAIT PORT OPERATIONAL
    						Notification Status : Disabled
    					
    Notification Type   : MisConfiguration
    DestinationMacAddr  : 01:80:c2:00:00:0e