Smartphy

来自qingwei personal wiki
Qingwei讨论 | 贡献2017年12月5日 (二) 07:28的版本 ipv6
跳转至: 导航搜索

iptable

container里ping不通外面

sudo iptables -t nat -A POSTROUTING -s  192.168.125.0/24 -o ens192 -j MASQUERADE

GCP container

debug

docker pull "dockerhub.cisco.com/cabu-cmts-orch-docker/gcp-service:debug"

设置debug模式

 1 kubectl get pods --all-namespaces
 2 kubectl exec --namespace=kube-system -it <robot-orch-container> bash
 3 # 进入orch container 后
 4 robotctl spec   - generates the new yaml file for the containers
 5 robotctl update – my guess updates pod.conf
 6 robotctl stop – stop existing default namespace containers, sometimes I needed to wait for few seconds till they stopped
 7 kubectl get pods --all-namespaces         --- check that all default namespace containers stopped
 8 robotctl start – start all containers
 9 kubectl get pods --all-namespaces         --- verify all containers RUNNING
10 # copy image
11 scp qingwyan@10.75.12.21:/home/qingwyan/workspace3/gcp-service/spring/target/gcp-service-0.1-SNAPSHOT.jar .
12 # 启动
13 java -jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5006 gcp-service-0.1-SNAPSHOT.jar

nso

debug手段

  • 状态为disable
1 admin@ncs# show devices device state
2 devices device 2c678746-c18d-3f32-8bcc-74a64c76da91
3  state oper-state     disabled
4  state oper-state-error-tag noconnection
5 # 查看错误原因
6 admin@ncs# devices device 2c678746-c18d-3f32-8bcc-74a64c76da91 sync-from 
7 result false
8 info Failed to authenticate towards device 2c678746-c18d-3f32-8bcc-74a64c76da91: Bad password for local/remote user admin/admin Auth failed

dhcp

ipv6

启动ipv6 server

sudo /usr/local/sbin/dhcpd -6 -d -cf /etc/dhcp/dhcpd6.conf sdn-br