Skip to content

dosinhuda/onos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ONOS-SDMN

Include: solutions for Radio Access Network (RAN), Core Mobile Network, Carrier Network, Cloud, Datacenter, etc.,implimented in ONOS controller environment.

SDMN

SDMN- Software Defined Mobile Network.

RUN ONOS & BUIL APPLICATION (on MAC OS)

  1. docker pull dosinhuda/onos
  2. sudo docker run -t -d -P --name onos1 dosinhuda/onos
  3. docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' "onos1"
  4. ssh -p 8101 karaf@172.17.0.2
  5. if cannot ping to 172.17.0.2 (attach IP to lo0): sudo ifconfig lo0 alias 172.17.0.2/16
  6. run a command in running container, ex: docker exec -it e5a9720a9ad7 ping -c 10 192.168.156.113
  7. docker ps -a (to check the container port link to port 8101 host)
  8. ssh -p 32770 karaf@172.17.0.2

About

SDMN- Software Defined Mobile Network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages