Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.16 KB

rl-sr

A novel service-centric segment routing for encrypted traffic

Implement the experiment with segment routing

cd onos

bazel build onos

bazel run onos-local -- clean debug

  • Enable some application in ONOs:

export ONOS_APPS=drivers,openflow-base,hostprovider,lldpprovider,netcfghostprovider,gui2,segmentrouting

  • Run mininet to create topo using the sr.py in Service-centric Remediation folder:

sudo mn --custom sr.py --topo=sr '--controller=remote,ip=127.0.0.1,port=6653'

Instructions for segment routing (SR) using reinforcement learning (RL)