Compile P4 bf_router.p4 program Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| export RARE_PATH=/home/p4
$SDE/tools/p4_build.sh -I$RARE/p4src/ -DHAVE_MPLS -DHAVE_BRIDGE -D_WEDGE100BF32X_ $RARE/p4src/bf_router.p4 |
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| export RARE=/home/p4
$SDE/tools/p4_build.sh -I$RARE/p4src/ -DHAVE_SRV6 -DHAVE_BRIDGE -DHAVE_NAT -D_WEDGE100BF32X_ $RARE/p4src/bf_router.p4 |
run TOFINO bf_switchd Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| cd $SDE
./run_switchd.sh -p bf_router |
run Freerouter control plane. Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| cd $RARE/100-WEDGE-100BF-32X/0001-vpn-over-bgp-isis-sr-operation
./make |
in order to stop FreeRouter Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| cd $RARE/100-WEDGE-100BF-32X/0001-vpn-over-bgp-isis-sr-operation
./make clean |
run bf_forwarder.py interface Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| cd $RARE/bfrt_python
./bf_forwarder.py |
|