Modifying Targeted Session Parameters

The modification of LDP targeted session parameters does not take effect until the next time the session goes down and is re-establishes. Individual parameters cannot be deleted. The no form of a targeted-session parameter command reverts modified values back to the default. Different default parameters can be configured for IPv4 and IPv6 LDP targeted hello adjacencies.

The following example displays the command syntax usage to revert targeted session parameters back to the default values:

config>router# ldp
    — config>router>ldp# targeted-session
    — config>router>ldp>tcp-session-params>peer# no authentication-key 
    — config>router>ldp>targ-session# no disable-targeted-session 
    — config>router>ldp>targ-session>ipv4# no hello 
    — config>router>ldp>targ-session>ipv4# no keepalive 
    — config>router>ldp>targ-session# no peer 10.10.10.104 

The following output displays the default values:

A:ALA-1>config>router>ldp>targeted# info detail
----------------------------------------------
                no disable-targeted-session
                no import-prefixes
                no export-prefixes
                ipv4
                    no hello
                    no keepalive
                    no hello-reduction
                exit
                ipv6
                    no hello
                    no keepalive
                    no hello-reduction
                exit
----------------------------------------------
A:ALA-1>config>router>ldp>targeted#