12/11/2011

Learn How to Configure an ALCATEL LUCENT 7450 ESS : Part 2 (SDP Config)

Assuming you already have a metro  MPLS backbone using ALU 7450 ESS too,
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 existed
ME-TEST>config>service>sdp# description "to the ME-TEST2" --> the description, mine, it's used to connect it to the ME-TEST2
ME-TEST>config>service>sdp# far-end 10.1.1.2 --> ME-TEST2 IP Address
ME-TEST>config>service>sdp# ldp --> activate the LDP
ME-TEST>config>service>sdp#keep-alive
ME-TEST>config>service>sdp>keep-alive# shutdown
ME-TEST>config>service>sdp>keep-alive# exit
ME-TEST>config>service>sdp#no shutdown --> activate the SDP

Then it should be looked like 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     Down          LDP      TLDP
===============================================================================
Notice that the oper state is still down, you have to create the SDP on the ME-TEST2 too to make it UP.

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.

1 comment:

  1. i followed this but is still showing OPR "DOWN"

    ReplyDelete