Services Overview
7705 SAR OS Services Guide Page 93
Configuring an SDP
When configuring an SDP, consider the following points.
• If you do not specify an encapsulation type, the default is MPLS.
• When configuring a distributed service, you must identify an SDP ID and the far-
end IP address. Use the
show>service>sdp command to display a list of
qualifying SDPs.
• When specifying MPLS SDP parameters, you can either specify an LSP or enable
an LDP. There cannot be two methods of transport in a single SDP.
• LSPs are configured in the
config>router>mpls context. See the 7705 SAR OS
MPLS Guide for configuration and command information.
Use the following CLI syntax to create an SDP.
CLI Syntax: config>service>sdp sdp-id [gre | mpls | ip] create
adv-mtu-override
description description-string
far-end ip-addr
keep-alive
hello-time seconds
hold-down-time seconds
max-drop-count count
message-length octets
timeout timeout
no shutdown
ldp (for MPLS SDPs only)
lsp lsp-name [lsp-name] (for MPLS SDPs only)
path-mtu octets
signaling {off|tldp}
no shutdown
Example: config>service# sdp 2 gre create
config>service>sdp# description “GRE-10.10.10.104”
config>service>sdp# far-end “10.10.10.104”
config>service>sdp# no shutdown
config>service>sdp# exit
config>service# sdp 4 mpls create
config>service>sdp# description “MPLS-10.10.10.104”
config>service>sdp# far-end “10.10.10.104”
config>service>sdp# ldp
config>service>sdp# no shutdown
config>service>sdp# exit
config>service# sdp 8 mpls create
config>service>sdp# description "MPLS-10.10.10.104"
config>service>sdp# far-end “10.10.10.104”
config>service>sdp# lsp "to-104"