• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • tools
  • test
  • configs
  • office-dhcp.json
  • Brian O'Connor's avatar
    Updating example dhcp.json for new config · bf44531a ...
    bf44531a Browse Files
    Change-Id: Ib40eade51a3fd1c5ffd5ab43bbcf4ee3d0c53605
    Brian O'Connor authored 2015-09-15 06:23:29 +0000
office-dhcp.json 482 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{
  "apps": {
    "org.onosproject.dhcp" : {
      "dhcp" : {
        "ip": "10.1.11.50",
        "mac": "ca:fe:ca:fe:ca:fe",
        "subnet": "255.255.252.0",
        "broadcast": "10.1.11.255",
        "router": "10.1.8.1",
        "domain": "8.8.8.8",
        "ttl": "63",
        "lease": "300",
        "renew": "150",
        "rebind": "200",
        "delay": "2",
        "timeout": "150",
        "startip": "10.1.11.51",
        "endip": "10.1.11.100"
      }
    }
  }
}