This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ipv6_opnfv_project:bringup_odl_controller [2015/10/16 03:48] Bin Hu |
ipv6_opnfv_project:bringup_odl_controller [2015/10/23 10:11] (current) Sridhar Gaddam |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Step 1: Bring up the ODL Controller ===== | ===== Step 1: Bring up the ODL Controller ===== | ||
| - | ODL Controller Steps (snsj108 ODL Controller: IP 199.188.118.108 running CentOS7, refer to [[http://spirent.app.box.com/notes/37713582266?s=tgm98glcerw9zlcdy6pclavjlorgop4v|the details of lab environment]]): | + | ODL Controller Steps (''snsj108 ODL Controller: IP 199.188.118.108 running CentOS7, refer to [[http://spirent.app.box.com/notes/37713582266?s=tgm98glcerw9zlcdy6pclavjlorgop4v|the details of lab environment]]''): |
| ================================================================================== | ================================================================================== | ||
| Line 25: | Line 25: | ||
| sudo systemctl start iptables.service | sudo systemctl start iptables.service | ||
| sudo iptables -I INPUT 1 -i ens160 -j ACCEPT | sudo iptables -I INPUT 1 -i ens160 -j ACCEPT | ||
| + | sudo iptables -I INPUT -m state --state NEW -p tcp --dport 8181 -j ACCEPT # For ODL DLUX UI | ||
| sudo iptables-save > /etc/sysconfig/iptables | sudo iptables-save > /etc/sysconfig/iptables | ||
| Line 63: | Line 64: | ||
| opendaylight-user@root>log:tail | opendaylight-user@root>log:tail | ||
| - | 12. To exit out of screen session, please use the command "CTRL+a" followed by "d" | + | 12. To enable ODL DLUX UI, install the following features.\\ Navigate to http://localhost:8181/index.html for DLUX UI. The default user-name and password is admin/admin. |
| - | ''**Note: Do not kill the screen session, it will terminate the ODL controller.**'' | + | opendaylight-user@root>feature:install odl-restconf odl-l2switch-switch odl-mdsal-apidocs odl-dlux-core |
| + | |||
| + | 13. To exit out of screen session, please use the command ''CTRL+a'' followed by ''d'' | ||
| + | ''**Note: Do not kill the screen session, it will terminate the ODL controller.**'' | ||