You are on page 1of 44

A-Series Release 4.

5 New Solutions NSN JVT Juniper Initial Setup of MX & A-2200


FT6612 CET Carrier Ethernet Transport

Nokia Siemens Networks

Initial Configuration

Nokia Siemens Networks

A-Series 2200

Nokia Siemens Networks

A-Series CLI Host Name & user login


2200> config-set prompt <host-name> Config-set user-name <user-name> password <password>

Initial login user: root, password: root

Nokia Siemens Networks

A-Series CLI Management Interfaces


2200> Out-of-band configuration config-set interface host-port ip <ip-address> <mask> <next-hop> Inband configuration config-set interface loopback ip <ip-address> <mask> <next-hop> config-set interface loopback management-vlan <Vlan-id> conifg-set ip active-default-gateway loopback

Nokia Siemens Networks

A-Series CLI SNMP


2200> config-set snmp-server community read-write private config-set snmp-server community read-only public

Nokia Siemens Networks

A-Series CLI UNI/NNI Interfaces


2200> UNI Interfaces config-set interface ethernet 0/1 mode uni config-set interface ethernet 0/1 admin-state enable NNI Interfaces config-set interface ethernet 0/2 mode nni config-set interface ethernet 0/2 admin-state enable

Nokia Siemens Networks

A-Series CLI SW Download


2200> ftp get image server-ip <ip address> filename <A2200_V4.5.10.22.i> login <usaername> password <password>

Nokia Siemens Networks

MX 960/480/240

Nokia Siemens Networks

Junos CLI System

MX1> cli

System first login is without a user. The first step is to enter the CLI from the initial stratup shell

10

Nokia Siemens Networks

Junos CLI System Initial one time setup


Box Name
User: lab Passwd: lab123 User: lab Passwd: lab123 Default values
MX1> set system host-name <Host Name> set system root-authentication encrypted-password <Password> set system login user lab authentication encrypted-password <Password> set system login user lab class super-user set system services ftp set system services ssh Set the MX from set system services telnet ASPEN (not SNMP) set system services xnm-clear-text set system services netconf ssh set system services web-management http set system syslog user * any emergency set system syslog file messages any notice set system syslog file messages authorization info set chassis alarm ethernet link-down yellow For X cards this command should be added: set chassis network-services ethernet

Required by the ASPEN.


The MX describes physical Link Down as Minor before sending to the ASPEN

11

Nokia Siemens Networks

Junos CLI Interfaces & IP Management IF


MX1>

172.30.91.22/16

Out-Of-Band set interfaces fxp0 unit 0 family inet address <ip/mask>

2.2.2.2/32 In-band IP, fluid address

Loopback set interfaces lo0 unit 0 family inet address <ip/mask> Static Route for Remote login set routing-options static route 0.0.0.0/0 next-hop <next-hop>

IF Inet UNIT
12

Family of IP Family of MPLS

OOB = fxp0 In Band = lo0 = Router ID

Logical entity that operates IP/MPLS per port

Nokia Siemens Networks

Junos CLI Interfaces & IP MPLS IF


xe-2/2/0 12.12.12.2/24
MX1> set interfaces <interface> unit 0 family inet address <ip/mask> set interfaces <interface> unit 0 family mpls

MPLS MX Ethernet Core

1st: we open the ports for MPLS 2nd: assign them the relevant protocols

Inet UNIT
13

Family of IP Family of MPLS

Logical entity that operates IP/MPLS or Ethernet per port

Nokia Siemens Networks

Junos CLI Interfaces & IP 2200 Ethernet UNI IF


For UNI Port (e.g. ge-1/1/0)
MX1> set interfaces <interface> flexible-vlan-tagging set interfaces <interface> encapsulation flexible-ethernet-services set interfaces <interface> gigether-options ethernet-switch-profile tagprotocol-id 0x88a8 Provider Bridge Ether_Type set protocols lldp interface <interface>

MPLS MX Ethernet
*lldp for ASPEN Link discovery between 2200 & MX

Core

UNIT
14

Logical entity that operates IP/MPLS or Ethernet per port

Nokia Siemens Networks

Junos CLI SNMP definitions


no-per-unit-trap = Generic name of a Group

Traps definitions of the MX

MX1> set groups no-per-unit-traps interfaces <*-*> unit <*> no-traps set groups no-per-unit-traps interfaces <ae*> unit <*> no-traps set apply-groups no-per-unit-traps set snmp community public authorization read-only set snmp trap-group <ASPEN> categories authentication set snmp trap-group ASPEN categories link set snmp trap-group ASPEN categories startup set snmp trap-group ASPEN categories chassis set snmp trap-group ASPEN targets <ASPEN ip-address> set chassis alarm ethernet link-down yellow

Required by the ASPEN

The ASPEN IP add. to receive the traps from the MX

15

Nokia Siemens Networks

Junos CLI Routing Engine Redundancy

RE0 RE1

MX1> set groups re0 system host-name <host-name> set groups re0 interfaces fxp0 unit 0 description <Management Interface RE0> set groups re0 interfaces fxp0 unit 0 family inet address <ip/mask> set groups re0 interfaces fxp0 unit 0 family inet address <floating-ip/mask> master-only set groups re1 system host-name <host-name> set groups re1 interfaces fxp0 unit 0 description <Management Interface RE1> set groups re1 interfaces fxp0 unit 0 family inet address <ip/mask> set groups re1 interfaces fxp0 unit 0 family inet address <floating-ip/mask> master-only set apply-groups re0 set apply-groups re1 set system backup-router <default-gateway through fxp0> set system commit synchronize D.G hidden IP for internal REs communication

Master only- External IP address of the RE towards the ASPEN

Both REs update each other

16

Nokia Siemens Networks

Junos CLI System


SW Download

MX1> Request system software add <sw-file> validate reboot Allocate the sys SW in the Explorer On the CLI type: request sys After Reboot goes with the new load RE0 upgrade the Standby RE1

17

Nokia Siemens Networks

Junos CLI Routing Protocols


Protocols

Router ID 1.1.1.1

Router ID=Loopback floating in the system to be independent of a failing port/s MX1> set routing-options router-id <router-id> set routing-options forwarding-table export pplb set routing-options graceful-restart On a planned reboot do not: Drop protocols Learn new topology set policy-options policy-statement pplb then load-balance per-packetset set protocols mpls diffserv-te bandwidth-model rdm PPLB = Per Packet Load Balancing Calculates in advance where to route LSP while failure occurs Written in the Routing Table

3.3.3.3

2.2.2.2

* router-id should be identical to the lo0 ip address

18

Nokia Siemens Networks

Junos CLI Routing Protocols


OSPF

Router ID 1.1.1.1

Enables QoS MX1> set protocols ospf traffic-engineering set protocols ospf area 0.0.0.0 <core-interface> set protocols ospf area 0.0.0.0 lo0.0 Learn all OSPF ports This command should be applied for all Core interfaces

set protocols ospf area 0.0.0.0 interface fxp0.0 disable

Do Not learn in OSPF the OOB Management address

3.3.3.3

2.2.2.2

19

Nokia Siemens Networks

Junos CLI Routing Protocols


RSVP

Router ID 1.1.1.1
MX1> set protocols rsvp interface all subscription 100 set protocols rsvp interface all subscription ct0 100 set protocols rsvp interface all subscription ct1 100 set protocols rsvp interface all subscription ct2 100 set protocols rsvp interface all subscription ct3 100

All ports are open to create LSPs

CT= Traffic Class All ports are opened to burst up to 100% load per each port

This command should be repeated for all core interfaces:


set protocols rsvp interface <core-interface> link-protection bandwidth 0

3.3.3.3

2.2.2.2

How much % of this BW assigned for Protecting

RSVP
20

Creates the LSPs with SLA constrains

Nokia Siemens Networks

Junos CLI Routing Protocols


LDP

Router ID 1.1.1.1
MX1> set protocols ldp strict-targeted-hellos set protocols ldp interface lo0.0 Enables LDP sessions

Enables LDP on in-band IP address

3.3.3.3

2.2.2.2

LDP
21

Manages the L2C (Layer2 Circuit)

Nokia Siemens Networks

Junos CLI Routing Protocols


MPLS

Default configuration
Router ID 1.1.1.1
MX1> set protocols mpls revert-timer 240 set protocols mpls no-cspf 240 Seconds, threshold time since original path is up till traffic will re-route back to it Ignore OSPF preferred paths, ignore costs, use manual path (ASPEN)

This command should be repeated for all core interfaces:


set protocols mpls interface <core-interface> set protocols mpls diffserv-te te-class-matrix te0 traffic-class ct0 set protocols mpls diffserv-te te-class-matrix te0 priority 0 set protocols mpls diffserv-te te-class-matrix te1 traffic-class ct1 set protocols mpls diffserv-te te-class-matrix te1 priority 0 set protocols mpls diffserv-te te-class-matrix te2 traffic-class ct2 set protocols mpls diffserv-te te-class-matrix te2 priority 0 set protocols mpls diffserv-te te-class-matrix te3 traffic-class ct3 set protocols mpls diffserv-te te-class-matrix te3 priority 0

3.3.3.3

2.2.2.2

22

Nokia Siemens Networks

Quality Of Service

Queuing Queuing
Ingress

Classification

ReWrite

Queuing Queuing Queuing

Scheduling

Egress

23

Nokia Siemens Networks

Bandwidth profiles

Committed information rate = CIR Peak information rate = PIR mbps

5
Discard

PIR 4

3
High drop precedence

CIR 2
Lowest drop precedence

sec
24 Nokia Siemens Networks

Junos CLI Quality Of Service


EXP Classifiers (for incoming MPLS traffic)

Default configuration
MX> set class-of-service classifiers exp my-exp-classifier forwarding-class ef1 loss-priority low code-points 111 set class-of-service classifiers exp my-exp-classifier forwarding-class ef2 loss-priority low code-points 110 set class-of-service classifiers exp my-exp-classifier forwarding-class af1 loss-priority low code-points 101 set class-of-service classifiers exp my-exp-classifier forwarding-class af1 loss-priority high code-points 100 set class-of-service classifiers exp my-exp-classifier forwarding-class af2 loss-priority low code-points 011 set class-of-service classifiers exp my-exp-classifier forwarding-class af2 loss-priority high code-points 010 set class-of-service classifiers exp my-exp-classifier forwarding-class af3 loss-priority low code-points 001 set class-of-service classifiers exp my-exp-classifier forwarding-class af3 loss-priority high code-points 000

Ingress

Classification

25

Nokia Siemens Networks

Junos CLI Quality Of Service


.1p Classifiers (for incoming Ethernet traffic)

Default configuration
MX> set class-of-service classifiers ieee-802.1 my-dot1p-classifier forwardingclass ef1 loss-priority low code-points 111 set class-of-service classifiers ieee-802.1 my-dot1p-classifier forwardingclass ef2 loss-priority low code-points 110 set class-of-service classifiers ieee-802.1 my-dot1p-classifier forwardingclass af1 loss-priority low code-points 101 set class-of-service classifiers ieee-802.1 my-dot1p-classifier forwardingclass af1 loss-priority high code-points 100 set class-of-service classifiers ieee-802.1 my-dot1p-classifier forwardingclass af2 loss-priority low code-points 011 set class-of-service classifiers ieee-802.1 my-dot1p-classifier forwardingclass af2 loss-priority high code-points 010 set class-of-service classifiers ieee-802.1 my-dot1p-classifier forwardingclass af3 loss-priority low code-points 001 set class-of-service classifiers ieee-802.1 my-dot1p-classifier forwardingclass af3 loss-priority high code-points 000

Ingress

Classification

26

Nokia Siemens Networks

Junos CLI Quality Of Service


EXP Re-Write Rules (for outgoing MPLS traffic)

Default configuration
MX> set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class ef1 loss-priority low code-point 111 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class ef1 loss-priority medium-low code-point 111 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class ef1 loss-priority medium-high code-point 111 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class ef1 loss-priority high code-point 111 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class ef2 loss-priority low code-point 110 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class ef2 loss-priority medium-low code-point 110 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class ef2 loss-priority medium-high code-point 110 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class ef2 loss-priority high code-point 110 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af1 loss-priority low code-point 101 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af1 loss-priority medium-low code-point 100

ReWrite

Egress

27

Nokia Siemens Networks

Junos CLI Quality Of Service


EXP Re-Write Rules (for outgoing MPLS traffic)

Default configuration
MX> set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af1 loss-priority medium-high code-point 100 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af1 loss-priority high code-point 100 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af2 loss-priority low code-point 011 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af2 loss-priority medium-low code-point 010 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af2 loss-priority medium-high code-point 010 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af2 loss-priority high code-point 010 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af3 loss-priority low code-point 001 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af3 loss-priority medium-low code-point 000 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af3 loss-priority medium-high code-point 000 set class-of-service rewrite-rules exp my-exp-rewrite-rule forwarding-class af3 loss-priority high code-point 000

ReWrite

Egress

28

Nokia Siemens Networks

Junos CLI Quality Of Service


.1P Re-Write Rules (for outgoing Ethernet traffic)

Default configuration
MX> set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass ef1 loss-priority low code-point 111 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass ef1 loss-priority medium-low code-point 111 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass ef1 loss-priority medium-high code-point 111 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass ef1 loss-priority high code-point 111 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass ef2 loss-priority low code-point 110 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass ef2 loss-priority medium-low code-point 110 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass ef2 loss-priority medium-high code-point 110 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass ef2 loss-priority high code-point 110 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af1 loss-priority low code-point 101 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af1 loss-priority medium-low code-point 100

ReWrite

Egress

29

Nokia Siemens Networks

Junos CLI Quality Of Service


.1P Re-Write Rules (for outgoing Ethernet traffic)

Default configuration
MX> set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af1 loss-priority medium-high code-point 100 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af1 loss-priority high code-point 100 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af2 loss-priority low code-point 011 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af2 loss-priority medium-low code-point 010 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af2 loss-priority medium-high code-point 010 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af2 loss-priority high code-point 010 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af3 loss-priority low code-point 001 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af3 loss-priority medium-low code-point 000 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af3 loss-priority medium-high code-point 000 set class-of-service rewrite-rules ieee-802.1 my-dot1p-rewrite-rule forwardingclass af3 loss-priority high code-point 000

ReWrite

Egress

30

Nokia Siemens Networks

Junos CLI Quality Of Service


Fabric Queuing - Forwarding Classes

Default configuration

3 Queuing 2 Queuing 4 Queuing 1 Queuing 0 Queuing

EF1 EF2 AF1 AF2 AF3

High

High

Low

Low

MX> set class-of-service forwarding-classes class <af3> queue-num 0 set class-of-service forwarding-classes class af3 priority low set class-of-service forwarding-classes class af2 queue-num 1 set class-of-service forwarding-classes class af2 priority low set class-of-service forwarding-classes class ef2 queue-num 2 set class-of-service forwarding-classes class ef2 priority high set class-of-service forwarding-classes class ef1 queue-num 3 set class-of-service forwarding-classes class ef1 priority high set class-of-service forwarding-classes class af1 queue-num 4 set class-of-service forwarding-classes class af1 priority low

Low

31

Nokia Siemens Networks

Junos CLI Quality Of Service


Queuing drop profiles (WRED)

Default configuration Queuing


Drop Probability
MX> set class-of-service drop-profiles fab_dp_hi_green fill-level 0 drop-probability 0 set class-of-service drop-profiles fab_dp_hi_green fill-level 100 drop-probability 100 set class-of-service drop-profiles fab_dp_hi_yellow fill-level 0 drop-probability 0 set class-of-service drop-profiles fab_dp_hi_yellow fill-level 50 drop-probability 100 set class-of-service drop-profiles fab_dp_lo_green fill-level 0 drop-probability 0 set class-of-service drop-profiles fab_dp_lo_green fill-level 100 drop-probability 100 set class-of-service drop-profiles fab_dp_lo_yellow fill-level 0 drop-probability 0 set class-of-service drop-profiles fab_dp_lo_yellow fill-level 50 drop-probability 100

50

Fill Level

32

Nokia Siemens Networks

Junos CLI Quality Of Service


Schedulers queuing

Default configuration
MX> Set class-of-service schedulers ef1 trasmit-rate precent 1 set class-of-service schedulers ef1 buffer-size percent 10 set class-of-service schedulers ef1 priority strict-high set class-of-service schedulers ef2 transmit-rate percent 39 set class-of-service schedulers ef2 buffer-size temporal 120 set class-of-service schedulers ef2 priority high set class-of-service schedulers af1 priority medium-high set class-of-service schedulers af2 transmit-rate percent 30 set class-of-service schedulers af2 buffer-size percent 45 set class-of-service schedulers af2 priority medium-low set class-of-service schedulers af3 transmit-rate percent 30 set class-of-service schedulers af3 buffer-size percent 45 set class-of-service schedulers af3 priority low

Scheduling

33

Nokia Siemens Networks

Junos CLI Quality Of Service


Schedulers Fabric Scheduler

Default configuration
MX> set class-of-service fabric scheduler-map priority high scheduler fab_hi set class-of-service fabric scheduler-map priority low scheduler fab_lo

Scheduling

34

Nokia Siemens Networks

Junos CLI Quality Of Service


Schedulers assign queuing drop profile with scheduler drop profiles

Queuing

Scheduling

Default configuration
MX> set class-of-service schedulers fab_hi drop-profile-map loss-priority low protocol any drop-profile fab_dp_hi_green set class-of-service schedulers fab_hi drop-profile-map loss-priority medium-low protocol any drop-profile fab_dp_hi_yellow set class-of-service schedulers fab_hi drop-profile-map loss-priority medium-high protocol any drop-profile fab_dp_hi_yellow set class-of-service schedulers fab_hi drop-profile-map loss-priority high protocol any drop-profile fab_dp_hi_yellow set class-of-service schedulers fab_lo drop-profile-map loss-priority low protocol any drop-profile fab_dp_lo_green set class-of-service schedulers fab_lo drop-profile-map loss-priority medium-low protocol any drop-profile fab_dp_lo_yellow set class-of-service schedulers fab_lo drop-profile-map loss-priority medium-high protocol any drop-profile fab_dp_lo_yellow set class-of-service schedulers fab_lo drop-profile-map loss-priority high protocol any drop-profile fab_dp_lo_yellow

Drop Probability

50

Fill Level

35

Nokia Siemens Networks

Junos CLI Quality Of Service


Schedulers assign forwarding class queue to scheduler

Default configuration

Queuing Queuing Queuing Queuing Queuing

EF1 EF2 AF1 AF2 AF3

Sch EF1 Sch EF2 Sch AF1 Sch AF2 Sch AF3

MX> set class-of-service scheduler-maps my-schedular-map forwarding-class ef1 scheduler ef1 set class-of-service scheduler-maps my-schedular-map forwarding-class ef2 scheduler ef2 set class-of-service scheduler-maps my-schedular-map forwarding-class af2 scheduler af2 set class-of-service scheduler-maps my-schedular-map forwarding-class af3 scheduler af3 set class-of-service scheduler-maps my-schedular-map forwarding-class af1 scheduler af1

36

Nokia Siemens Networks

Junos CLI Quality Of Service


Schedulers assign classifiers, queues & scheduling on interfaces

Default configuration
MX> set class-of-service interfaces xe-*/*/* scheduler-map my-schedular-map set class-of-service interfaces xe-*/*/* unit * classifiers exp my-exp-classifier set class-of-service interfaces xe-*/*/* unit * classifiers ieee-802.1 my-dot1p-classifier vlan-tag outer set class-of-service interfaces xe-*/*/* unit * rewrite-rules exp my-exp-rewrite-rule set class-of-service interfaces xe-*/*/* unit * rewrite-rules ieee-802.1 my-dot1p-rewrite-rule vlan-tag outer set class-of-service interfaces ge-*/*/* scheduler-map my-schedular-map set class-of-service interfaces ge-*/*/* unit * classifiers exp my-exp-classifier set class-of-service interfaces ge-*/*/* unit * classifiers ieee-802.1 my-dot1p-classifier vlan-tag outer set class-of-service interfaces ge-*/*/* unit * rewrite-rules exp my-exp-rewrite-rule set class-of-service interfaces ge-*/*/* unit * rewrite-rules ieee-802.1 my-dot1p-rewrite-rule vlan-tag outer

37

Nokia Siemens Networks

Junos CLI Quality Of Service


Additional configuration for Enhanced Q cards

Default configuration
MX> set chassis fpc <slot> pic 0 max-queues-per-interface 8 set chassis fpc <slot> pic 1 max-queues-per-interface 8 set chassis fpc <slot> pic 2 max-queues-per-interface 8 set chassis fpc <slot> pic 3 max-queues-per-interface 8 set class-of-service interfaces ge-<slot>/*/* scheduler-map-chassis my-schedular-map

38

Nokia Siemens Networks

Junos CLI CFM

Enables creating & listening of TLVs in CCM MX1> CCM TLV: SSC- Service Status Control NSN Proprietary CCM TLV: PS Port Status

Default configuration
set protocols oam ethernet connectivity-fault-management connection-protection mark-connection-protection-tlv set protocols oam ethernet connectivity-fault-management action-profile cet-cfm-action-profile event interface-status-tlv down set protocols oam ethernet connectivity-fault-management action-profile cet-cfm-action-profile event port-status-tlv blocked set protocols oam ethernet connectivity-fault-management action-profile cet-cfm-action-profile event adjacency-loss set protocols oam ethernet connectivity-fault-management action-profile cet-cfm-action-profile event rdi set protocols oam ethernet connectivity-fault-management action-profile cet-cfm-action-profile action interface-down set protocols oam ethernet connectivity-fault-management maintenance-domain 2 level 2

CCM TLV: IS Port Status

CCM TLV: IS Port Status

TLV
39

Defines status of ports

TLV

Type Length Value

Nokia Siemens Networks

Junos CLI Inband & Spanning Tree


Dual Attached Connectivity

MX 1

MX1> set interfaces ge-1/0/0 unit 127 encapsulation vlan-vpls set interfaces ge-1/0/0 unit 127 vlan-tags outer 0x88a8.127 set interfaces ge-1/0/1 unit 127 encapsulation vlan-vpls set interfaces ge-1/0/1 unit 127 vlan-tags outer 0x88a8.127 set interfaces irb unit 1 family inet address 160.1.1.1/24 set routing-instances MGMT-ELAN instance-type vpls set routing-instances MGMT-ELAN vlan-id 127 set routing-instances MGMT-ELAN interface ge-1/0/0.127 set routing-instances MGMT-ELAN interface ge-1/0/1.127 set routing-instances MGMT-ELAN routing-interface irb.1 set routing-instances l2ctrl instance-type layer2-control set routing-instances l2ctrl protocols mstp bpdu-destination-mac-address provider-bridge-group set routing-instances l2ctrl protocols mstp bridge-priority 0 set routing-instances l2ctrl protocols mstp vpls-flush-on-topology-change set routing-instances l2ctrl protocols mstp interface ge-1/0/0 no-root-port set routing-instances l2ctrl protocols mstp interface ge-1/0/1 no-root-port

40

Nokia Siemens Networks

Junos CLI Inband & Spanning Tree


Dual Homed Connectivity

MX 1

MX1> set interfaces ge-2/0/2 unit 127 encapsulation vlan-vpls set interfaces ge-2/0/2 unit 127 vlan-tags outer 0x88a8.127 set interfaces irb unit 0 family inet address 192.168.10.22/24 vrrp-group 1 virtual-address 192.168.10.1 set interfaces irb unit 0 family inet address 192.168.10.22/24 vrrp-group 1 priority 200 set interfaces irb unit 0 family inet address 192.168.10.22/24 vrrp-group 1 accept-data set routing-instances MGMT-Dual-Homed instance-type vpls set routing-instances MGMT-Dual-Homed vlan-id 127 set routing-instances MGMT-Dual-Homed interface ge-2/0/2.127 set routing-instances MGMT-Dual-Homed routing-interface irb.0 set routing-instances MGMT-Dual-Homed protocols vpls no-tunnel-services set routing-instances MGMT-Dual-Homed protocols vpls vpls-id 127 set routing-instances MGMT-Dual-Homed protocols vpls neighbor 3.3.3.3 pseudowire-status-tlv set routing-instances MGMT-Dual-Homed protocols vpls connectivity-type irb

MX 2

41

Nokia Siemens Networks

Junos CLI Inband & Spanning Tree


Dual Homed Connectivity

MX 1

MX 2

MX1> set routing-instances l2ctrl instance-type layer2-control set routing-instances l2ctrl protocols mstp bpdu-destination-macaddress provider-bridge-group set routing-instances l2ctrl protocols mstp bridge-priority 0 set routing-instances l2ctrl protocols mstp backup-bridge-priority 8k set routing-instances l2ctrl protocols mstp vpls-flush-on-topologychange set routing-instances l2ctrl protocols mstp system-id 00:24:dc:40:4f:d1 ip-address 3.3.3.3/32 set routing-instances l2ctrl protocols mstp interface ge-2/0/2 noroot-port

42

Nokia Siemens Networks

Junos CLI Inband & Spanning Tree


Dual Homed Connectivity

MX 1

MX2> set interfaces ge-2/0/2 unit 127 encapsulation vlan-vpls set interfaces ge-2/0/2 unit 127 vlan-tags outer 0x88a8.127 set interfaces irb unit 0 family inet address 192.168.10.23/24 vrrp-group 1 virtual-address 192.168.10.1 set interfaces irb unit 0 family inet address 192.168.10.23/24 vrrp-group 1 priority 200 set interfaces irb unit 0 family inet address 192.168.10.23/24 vrrp-group 1 accept-data set routing-instances MGMT-Dual-Homed instance-type vpls set routing-instances MGMT-Dual-Homed vlan-id 127 set routing-instances MGMT-Dual-Homed interface ge-2/0/2.127 set routing-instances MGMT-Dual-Homed routing-interface irb.0 set routing-instances MGMT-Dual-Homed protocols vpls no-tunnel-services set routing-instances MGMT-Dual-Homed protocols vpls vpls-id 127 set routing-instances MGMT-Dual-Homed protocols vpls neighbor 2.2.2.2 pseudowire-status-tlv set routing-instances MGMT-Dual-Homed protocols vpls connectivity-type irb

MX 2

43

Nokia Siemens Networks

Junos CLI Inband & Spanning Tree


Dual Homed Connectivity

MX 1

MX2> set routing-instances l2ctrl instance-type layer2-control set routing-instances l2ctrl protocols mstp bpdu-destination-mac-address provider-bridge-group set routing-instances l2ctrl protocols mstp bridge-priority 4k set routing-instances l2ctrl protocols mstp backup-bridge-priority 8k set routing-instances l2ctrl protocols mstp vpls-flush-on-topology-change set routing-instances l2ctrl protocols mstp system-id 00:23:9c:c6:57:d1 ipaddress 2.2.2.2/32 set routing-instances l2ctrl protocols mstp interface ge-2/0/2 no-root-port

MX 2

44

Nokia Siemens Networks

You might also like