Posts

Important Commands for Huawei

Important Commands for Huawei #display mpls l2vc brief #display mpls l2vc state up #display mpls l2vc state down #display mpls l2vc 2700(vc number)

Important Commands for Cisco

 Cisco # show interfaces transceiver (interface power check in IOS-XE) # sho mpls l2transport vc (L2 MPLS CKT VC information) # sho mpls l2transport summary ((L2 MPLS CKT summary)

unicast reverse path forwarding (uRPF)

 In Juniper Router, typically there are involves   the loose or  strict options rather than feasible-path . Here's an example of how you might configure uRPF in a Juniper device: # Enter configuration mode configure # Set uRPF to strict mode on an interface (e.g., ge-0/0/0) set interfaces ge-0/0/0 unit 0 family inet rpf-check mode strict # Commit the configuration commit In this example, the command sets uRPF to strict mode on the specified interface. Strict mode checks that the source address of a packet received on an interface exists in the routing table and has the same interface as the route. You can also use loose mode, which checks only if the source address is reachable via any route in the routing table, regardless of the interface. Here's an example: # Enter configuration mode configure # Set uRPF to loose mode on an interface (e.g., ge-0/0/0) set interfaces ge-0/0/0 unit 0 family inet rpf-check mode loose # Commit the configuration commit     ...

MPLS L2 VPN Types

Image
  এই বিভাগটি বর্ণনা করে কিভাবে বিভিন্ন মোডে একটি দূরবর্তী MPLS L2VPN    CCC MPLS L2VPN CCC মোড বিপরীত দিকে দুটি স্ট্যাটিক এলএসপি স্থাপন করে এবং স্ট্যাটিক এলএসপিগুলিকে AC-তে আবদ্ধ করে  একটি CCC সংযোগ স্থাপন করে। CCC মোডে প্রতিষ্ঠিত একটি VC কে CCC সংযোগ বলা হয়।   চিত্র 52: CCC MPLS L2VPN নেটওয়ার্ক ডায়াগ্রাম       আপনি চিত্র 52-এ দেখানো কনফিগারেশনগুলি সম্পূর্ণ করার পরে, PE 1 থেকে PE 2 পর্যন্ত একটি স্ট্যাটিক LSP এবং PE 2 থেকে PE 1 পর্যন্ত একটি স্ট্যাটিক LSP প্রতিষ্ঠিত হয়। দুটি LSP-কে PE 1-এ ইন্টারফেস A এবং PE 2-এ ইন্টারফেস B-তে আবদ্ধ করুন। একটি CCC সংযোগ সফলভাবে প্রতিষ্ঠিত হয়েছে। নিম্নলিখিত বর্ণনা করে কিভাবে একটি প্যাকেট CE 1 থেকে CE 2 পর্যন্ত ফরোয়ার্ড করা হয়: PE 1 ইন্টারফেস A-তে CE 1 থেকে একটি প্যাকেট পাওয়ার পরে, এটি প্যাকেটে লেবেল 300 (PE 1 থেকে PE 2 পর্যন্ত স্ট্যাটিক LSP-এর সাথে সম্পর্কিত) যোগ করে। P ডিভাইসটি প্যাকেটটি গ্রহণ করার পরে, এটি লেবেল ফরওয়ার্ডিং টেবিলটি দেখে এবং লেবেল 310 এর সাথে লেবেল 300 অদলবদল করে। প্যাকেটটি পা...