We're going to learn how to configure a new SDP connection on a new METRO.
Still using the same ME-TEST like the post before,
ME-TEST#configure service sdp 2 mpls create --> 2 is the sdp-ip, and use mpls postfix to create it mpls-wise (default GRE), use create if the sdp-id isn't already existedME-TEST>config>service>sdp# description "to the ME-TEST2" --> the description, mine, it's used to connect it to the ME-TEST2ME-TEST>config>service>sdp# far-end 10.1.1.2 --> ME-TEST2 IP AddressME-TEST>config>service>sdp# ldp --> activate the LDPME-TEST>config>service>sdp#keep-aliveME-TEST>config>service>sdp>keep-alive# shutdownME-TEST>config>service>sdp>keep-alive# exitME-TEST>config>service>sdp#no shutdown --> activate the SDP
Then it should be looked like this,
ME-TEST# show service sdp 2Notice that the oper state is still down, you have to create the SDP on the ME-TEST2 too to make it UP.
===============================================================================
Service Destination Point (Sdp Id : 2)
===============================================================================
SdpId Adm MTU Opr MTU IP address Adm Opr Deliver Signal
-------------------------------------------------------------------------------
2 0 9190 10.1.1.2 Up Down LDP TLDP
===============================================================================
ME-TEST2#config service sdp 1 mpls create
ME-TEST2>config>service>sdp# description "to the ME-TEST" --> the description, like before
ME-TEST2>config>service>sdp# far-end 10.1.1.1 --> ME-TEST IP Address
ME-TEST2>config>service>sdp# ldp
ME-TEST2>config>service>sdp# keep-alive
ME-TEST2>config>service>sdp>keep-alive# shutdown
ME-TEST2>config>service>sdp>keep-alive# exit
ME-TEST2>config>service>sdp# no shutdown
By now you should have this :
ME-TEST2# show service sdp 1===============================================================================
Service Destination Point (Sdp Id : 1)
===============================================================================
SdpId Adm MTU Opr MTU IP address Adm Opr Deliver Signal
-------------------------------------------------------------------------------
1 0 9190 10.1.1.1 Up Up LDP TLDP
===============================================================================
And this,
ME-TEST# show service sdp 2
===============================================================================
Service Destination Point (Sdp Id : 2)
===============================================================================
SdpId Adm MTU Opr MTU IP address Adm Opr Deliver Signal
-------------------------------------------------------------------------------
2 0 9190 10.1.1.2 Up Up LDP TLDP
===============================================================================
Then we're ready to make a new service with sap and sdp.
SDP is used for vc-switching between metro, using vc-tag along with it.
i followed this but is still showing OPR "DOWN"
ReplyDelete