diff --git a/scripts/03-wedge_port_configure.command b/scripts/03-wedge_port_configure.command new file mode 100644 index 0000000..0eb0a93 --- /dev/null +++ b/scripts/03-wedge_port_configure.command @@ -0,0 +1,10 @@ +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/- +exit +exit diff --git a/scripts/04-wedge_route_configure.py b/scripts/04-wedge_route_configure.py index 824d022..0db8c54 100644 --- a/scripts/04-wedge_route_configure.py +++ b/scripts/04-wedge_route_configure.py @@ -1,5 +1,5 @@ # from bf_shell -bfrt_python +# bfrt_python bfrt.l1switch.pipe.SwitchIngress.t_l1_forwarding.add_with_send( egress_port=266, dst_addr="10.0.1.1" )