blob: b20b75c893d1072fe4a7a09b13ecca305c7fb133 [file] [log] [blame]
cpudb newdb
cpudb add key=0x1
cpudb add key=0x2 local=t
cts atp trans sock server start
cts atp cos=0 vlan=1
cte reg mode=atp
# NOTE: You must un-comment the line below and replace the IP address (10.10.10.10) with
# the value that matches your system. The IP address must be the address of the linux
# instance where you run your bcm_bal or bcm_sdn_agent
#
#cts atp trans sock inst dk=0x1 dip=10.10.10.10
rpc nonexthop
rpc start
# NOTE: To enable CPU packet send and receive (i.e. PacketOut and PacketIn for SDN),
# you must un-comment the lines below and replace the IP address (10.10.10.10) and port with
# the values that match your system. The IP address must be the address of the linux
# instance where you run your bcm_bal or bcm_sdn_agent, and the port must match the values used
# in your bal_config.ini file
# (i.e. The trap_target port number here must match trap_udp_port in bal_config.ini, and the
# trap_receive port here must match pkt_send_svr_listen_port in bal_config.ini)
#
#bal trap_target 10.10.10.10:50001
#bal trap_receive 10.10.10.10:50002