blob: b20b75c893d1072fe4a7a09b13ecca305c7fb133 [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001cpudb newdb
2
3cpudb add key=0x1
4
5cpudb add key=0x2 local=t
6
7cts atp trans sock server start
8
9cts atp cos=0 vlan=1
10
11cte reg mode=atp
12
13# NOTE: You must un-comment the line below and replace the IP address (10.10.10.10) with
14# the value that matches your system. The IP address must be the address of the linux
15# instance where you run your bcm_bal or bcm_sdn_agent
16#
17#cts atp trans sock inst dk=0x1 dip=10.10.10.10
18
19rpc nonexthop
20
21rpc start
22
23# NOTE: To enable CPU packet send and receive (i.e. PacketOut and PacketIn for SDN),
24# you must un-comment the lines below and replace the IP address (10.10.10.10) and port with
25# the values that match your system. The IP address must be the address of the linux
26# instance where you run your bcm_bal or bcm_sdn_agent, and the port must match the values used
27# in your bal_config.ini file
28# (i.e. The trap_target port number here must match trap_udp_port in bal_config.ini, and the
29# trap_receive port here must match pkt_send_svr_listen_port in bal_config.ini)
30
31#
32#bal trap_target 10.10.10.10:50001
33
34#bal trap_receive 10.10.10.10:50002
35