12 lines
139 B
Bash
12 lines
139 B
Bash
#!/bin/bash
|
|
|
|
# from bf_shell
|
|
ucli
|
|
pm
|
|
port-add 31/- 10G NONE
|
|
an-set 31/- 2
|
|
port-enb 31/-
|
|
port-add 32/- 10G NONE
|
|
an-set 32/- 2
|
|
port-enb 32/-
|