Example: Base Configuration for BX7000 Multi-Access Gateway Supporting ATM and TDM Pseudowires
The configuration shown here is the base configuration required for a BX7000 Multi-Access Gateway to support ATM and TDM Pseudowires. This configuration shows 3 Gigabit Ethernet interfaces and 16 T1 interfaces that can be used for ATM or TDM pseudowires.
root@bx-csr0> show configuration system { host-name bx-csr0; services ntp ; framer-mode t1; manual-mode config disable; zerotouch config disable; ssh protocol-version both; services ssh enabled; } interface { ge-1/0/0 { #ge interfaces are NNI interfaces admin-state enable; unit 0 { family inet address 192.168.183.138/25; } } ge-1/0/1 { admin-state enable; unit 0 { family inet address 10.10.183.138/25; } } ge-1/0/2 { admin-state enable; unit 0 { family inet address 10.0.88.2/30; } } lo0 { #lookback admin-state enable; unit 0 { family inet address 100.100.200.1/32; } } t1-0/0/0 { #t1-0/0/0, t1-0/0/1,t1-0/0/10-t1-0/0/15 here are for TDM P/W service deployment admin-state enable; } t1-0/0/1 { admin-state enable; } t1-0/0/10 { admin-state enable; } t1-0/0/11 { admin-state enable; } t1-0/0/12 { admin-state enable; } t1-0/0/13 { admin-state enable; } t1-0/0/14 { admin-state enable; } t1-0/0/15 { admin-state enable; } t1-0/0/2 { #t1-0/0/2 -t1-0/0/9 here are for ATM P/W service deployment admin-state enable; encapsulation atm; } t1-0/0/3 { admin-state enable; encapsulation atm; } t1-0/0/4 { admin-state enable; encapsulation atm; } t1-0/0/5 { admin-state enable; encapsulation atm; } t1-0/0/6 { admin-state enable; encapsulation atm; } t1-0/0/7 { admin-state enable; encapsulation atm; } t1-0/0/8 { admin-state enable; encapsulation atm; } t1-0/0/9 { admin-state enable; encapsulation atm; } } protocols { ospf { admin-state enable; spf-delay 200; traffic-engineering enable; area 0.0.0.0 { interface ge-1/0/2 { admin-state enable; } interface lo0 { admin-state enable; mode passive; } } } ldp { admin-state enable; mpls ldp targeted-hello send remote-peer-ip; #this needs to be added manually interface ge-1/0/2 { admin-state enable; } interface ge-1/0/1 { admin-state enable; } interface ge-1/0/0 { admin-state enable; } } rsvp { admin-state enable; interface ge-1/0/2 { admin-state enable; reliable enable; hello-interval 20; } } mpls { label-switch-path p2pdbx1_32793 { #existing LSP is optional; one may use Space Transport Activate to create such to-address 192.168.5.1; from-address 100.100.200.1; primary p2pdbx1_32793 { priority 7 0; } path 10.100.200.100 loose; } static-path-inet st1_32770 { #existing static LSP is optional; one may use Space Transport Activate to create such push 3; next-hop-address 10.0.88.1; out-interface ge-1/0/2; ingress-address 100.100.200.1; egress-address 192.168.5.1; } interface ge-1/0/2 { admin-state enable; } interface ge-1/0/1 { admin-state enable; } interface ge-1/0/0 { admin-state enable; } } snmp { community-name public contact bx-admin; } } connection { } policy-options { } bridge-domains { } static-route { route 0.0.0.0/0 { next-hop 192.168.183.254; } } routing-options { autonomous-system 65410; }