Configuring Interface Parameters

Use the following CLI syntax to configure LDP interface parameters:

CLI Syntax:
config>router# ldp
    interface-parameters
        hello timeout factor
        interface ip-int-name
            hello timeout factor
            keepalive timeout factor
            local-lsr-id {system | interface}
            transport-address {system | interface}
              no shutdown
        keepalive timeout factor
        transport-address {system|interface}
Example:
config>router# ldp
config>router>ldp# interface-parameters
config>router>ldp>if-params# interface to-104
config>router>ldp>if-params>if# hello 15 3
config>router>ldp>if-params>if# local-lsr-id system
config>router>ldp>if-params>if# no shutdown
config>router>ldp>if-params>if# exit
config>router>ldp>if-params# exit
config>router>ldp#

The following example displays the LDP interface parameter configuration output.

ALU-1>config>router>ldp# info
----------------------------------------------
          import "LDP-import"
            interface-parameters
                hello 15 3
                keepalive 30 3
                interface "to-104"
                    hello 15 3
                    keepalive 30 3
                    local-lsr-id system
                    no shutdown
                exit
            exit
          targeted-session
          exit
          no shutdown
----------------------------------------------
ALU-1>config>router>ldp#