Advertisement
Sivaldo_2021

Script_Nokia1

May 24th, 2024
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RBScript 0.77 KB | Writing | 0 0
  1.         vpls 600 customer 1 v-vpls vlan 600 create
  2.             shutdown
  3.             description "VLAN600"
  4.             stp
  5.                 shutdown
  6.             exit
  7.             sap nt-a:xfp:1:600 create
  8.                 no shutdown
  9.             exit
  10.             sap lt:1/1/1:600 create
  11.                 no shutdown
  12.             exit
  13.         exit
  14.         vpls 716 customer 1 v-vpls vlan 716 create
  15.             description "PPPoE-S1P1"
  16.             stp
  17.                 shutdown
  18.             exit
  19.             sap nt-a:xfp:1:716 create
  20.                 no shutdown
  21.             exit
  22.             sap lt:1/1/1:716 create
  23.                 no shutdown
  24.             exit
  25.             sap lt:1/1/2:716 create
  26.                 no shutdown
  27.             exit
  28.             no shutdown
  29.         exit
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement