Changes between Version 3 and Version 4 of Tutorials/4G5G/Inter Digital-Edge Link
- Timestamp:
- Jan 28, 2021, 4:56:15 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/4G5G/Inter Digital-Edge Link
v3 v4 68 68 }}} 69 69 Expected routes are shown as per Figure 2 70 70 71 [[Image(Routing.png, 800px)]] 72 73 Figure 3: Routing tables. 71 74 72 75 === Verify the GW Node is reachable by the NC Controller === … … 78 81 native@srv3-lg1:~$ ./onos/onos-1.9.0/bin/onos-service start 79 82 }}} 80 Figure 3 – ONOS startup is successful. 83 81 84 [[Image(ONOS.png, 800px)]] 85 86 Figure 3: Successful ONOS startup. 82 87 83 88 === Services on the Mesh Nodes === … … 108 113 }}} 109 114 You should see the ONOS login page as shown in Figure 4 115 110 116 [[Image( ONOS-Login.png, 400px)]] 117 118 Figure 4: ONOS Login Page 119 111 120 Enter ONOS credentials: 112 121 {{{#!shell-session … … 115 124 }}} 116 125 ONOS topology will display the GW node and the non-GW node as shown in Figure 5 when the network controller detects/registers the nodes. 117 [[Image( ONOS-Topo.png, 800px)]] 126 127 [[Image( ONOS-Topo.png, 600px)]] 118 128 119 129 == Start the ORCHESTRATOR == … … 121 131 122 132 === Start the Thin Client Orchestrator === 123 Start the TomCat Service133 Start the !TomCat Service 124 134 {{{#!shell-session 125 135 native@srv3-lg1:~$ sudo systemctl daemon-reload … … 137 147 }}} 138 148 • You should see the Customer Registration page as shown in Figure 6 149 139 150 [[Image( ONOS-Register.png, 400px)]] 151 140 152 Enter credentials: 141 153 {{{#!shell-session … … 144 156 }}} 145 157 146 • Select Register and you should receive a “Registration Successful” indication. 158 *Select Register and you should receive a “Registration Successful” indication. 159 * Select the Configuration Page as shown in Figure 7. 147 160 148 • Select the Configuration Page as shown in Figure 7.149 161 [[Image( ONOS-Config.png, 400px)]] 150 162 … … 153 165 NC RPC Port: 8181 (this is the port at which ONOS UI is accessed) 154 166 }}} 155 *Select the Save button156 *At this point you will be able to select from the operations displayed.157 *Please refer to the Orchestrator User Manual for further directions and capabilities.167 * Select the Save button 168 * At this point you will be able to select from the operations displayed. 169 * Please refer to the Orchestrator User Manual for further directions and capabilities. 158 170 159 171 == Saving the Node Images ==