From 62705c3cb64fa7c731b5255f5fc793f293ce0665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E5=BA=AD=E7=91=8B?= <42136402+wei-coding@users.noreply.github.com> Date: Fri, 17 Sep 2021 03:03:57 +0800 Subject: [PATCH] Update troubleshooting in EXERCISE-5.md (#81) * Update troubleshooting in EXERCISE-5.md Co-authored-by: Charles Chan --- EXERCISE-5.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EXERCISE-5.md b/EXERCISE-5.md index 0ac50d9..2f3947c 100644 --- a/EXERCISE-5.md +++ b/EXERCISE-5.md @@ -452,7 +452,9 @@ network: `groups any device:leaf1`, verify that all flows and groups are in state `ADDED`. If you see other states such as `PENDING_ADD`, check the ONOS log for possible errors with writing those entries to the device. You can also - use the ONOS web UI to check flows and group state. + use the ONOS web UI to check flows and group state. + + 2. Check `netcfg` in ONOS CLI. If network config is missing, run `make netcfg` again to configure devices and hosts. 2. **Use table counters to verify that tables are being hit as expected.** If you don't already have direct counters defined for your table(s), modify