CiscoDevNet / pathman-sr

Pathman SR is an open-source app to compute paths and deploy routes in Segment Routing-enabled network.
Other
96 stars 33 forks source link

pathman-sr Can't be accessed #13

Open luwei1994 opened 6 years ago

luwei1994 commented 6 years ago

python rest_server_v6.py

more pathman_ini.py

odl_ip = '127.0.0.1' odl_ip = '198.168.2.12' odl_port = '8181' log_file = '/tmp/pathman.log' log_size = 2000000 log_count = 3 log_level = 'INFO' odl_user = 'admin' odl_password = 'admin'

Can't be accessed http://192.168.2.11:8020/cisco-ctao/apps/pathman_sr/index.html

nikmon2 commented 6 years ago

On your host 198.168.2.11, you should have the pathman-sr repo installed. When you start ./rest_server_v6.py, there will be a /tmp/pathman.log created.

What's the output from starting the rest-server? What does the log file say?

Cheers, Niklas