log -syslog -ident lagopus -debuglevel 0 -packetdump "" datastore -addr 0.0.0.0 -port 12345 -protocol tcp -tls false agent -channelq-size 1000 -channelq-max-batches 1000 tls -cert-file /usr/local/etc/lagopus/catls.pem -private-key /usr/local/etc/lagopus/key.pem -certificate-store /usr/local/etc/lagopus -trust-point-conf /usr/local/etc/lagopus/check.conf snmp -master-agentx-socket tcp:localhost:705 -ping-interval-second 10 queue queue01 create -type two-rate -id 1 -priority 2 -color color-blind -peak-burst-size 15000 -peak-information-rate 15000 queue queue02 create -type two-rate -id 2 -priority 2 -color color-blind -peak-burst-size 10000 -peak-information-rate 10000 interface s1-eth1-i create -type ethernet-rawsock -device s1-eth1 -mtu 1500 -ip-addr 127.0.0.1 interface s1-eth2-i create -type ethernet-rawsock -device s1-eth2 -mtu 1500 -ip-addr 127.0.0.1 port s1-eth1-p create -interface s1-eth1-i -queue queue01 port s1-eth2-p create -interface s1-eth2-i -queue queue02 channel c0-s1-c create -dst-addr 127.0.0.1 -dst-port 6653 -local-addr 0.0.0.0 -local-port 0 -protocol tcp controller c0-s1 create -channel c0-s1-c -role equal -connection-type main bridge s1 create -dpid 1 -controller c0-s1 -port s1-eth1-p 1 -port s1-eth2-p 2 -fail-mode secure -flow-statistics true -group-statistics true -port-statistics true -queue-statistics true -table-statistics true -reassemble-ip-fragments false -max-buffered-packets 65535 -max-ports 255 -max-tables 255 -max-flows 4294967295 -packet-inq-size 1000 -packet-inq-max-batches 1000 -up-streamq-size 1000 -up-streamq-max-batches 1000 -down-streamq-size 1000 -down-streamq-max-batches 1000 -block-looping-ports false bridge s1 enable