Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. claudio@239-OLD-ADSLBACKUP> show dhcp server binding interface vlan.2 detail
  2.  
  3. Client IP Address: 192.168.2.168
  4. Hardware Address: 14:58:d0:14:f2:5e
  5. State: BOUND(LOCAL_SERVER_STATE_BOUND)
  6. Lease Expires: 2016-12-07 10:24:15 GMT
  7. Lease Expires in: 3221 seconds
  8. Lease Start: 2016-12-07 09:24:15 GMT
  9. Last Packet Received: 2016-12-07 09:24:15 GMT
  10. Incoming Client Interface: vlan.2
  11. Client Interface Vlan Id: 2
  12. Server Identifier: 192.168.2.3
  13. Session Id: 95
  14. Client Pool Name: LAN2
  15. Client IP Address: 192.168.2.154
  16.  
  17.  
  18.  
  19. Unplug the laptop wait until expire the lease and plug again in other VLAN
  20.  
  21. claudio@239-OLD-ADSLBACKUP> show dhcp server binding interface vlan.12 detail
  22.  
  23. Client IP Address: 192.168.2.168
  24. Hardware Address: 14:58:d0:14:f2:5e
  25. State: BOUND(LOCAL_SERVER_STATE_BOUND)
  26. Lease Expires: 2016-12-07 11:35:17 GMT
  27. Lease Expires in: 3389 seconds
  28. Lease Start: 2016-12-07 10:35:17 GMT
  29. Last Packet Received: 2016-12-07 10:35:17 GMT
  30. Incoming Client Interface: vlan.12
  31. Server Identifier: 192.168.12.3
  32. Session Id: 146
  33. Client Pool Name: LAN2
  34.  
  35.  
  36.  
  37.  
  38. here the setting:
  39. show system services dhcp-local-server
  40. overrides;
  41. group JDHCP {
  42. interface vlan.1;
  43. interface vlan.42;
  44. }
  45. group VLAN2 {
  46. interface vlan.2 {
  47. overrides {
  48. process-inform {
  49. pool LAN2;
  50. }
  51. }
  52. }
  53. }
  54. group VLAN10 {
  55. interface vlan.10 {
  56. overrides {
  57. process-inform {
  58. pool LAN10-11;
  59. }
  60. }
  61. }
  62. }
  63. group VLAN12 {
  64. interface vlan.12 {
  65. overrides {
  66. process-inform {
  67. pool LAN12-13;
  68. }
  69. }
  70. }
  71. }
  72. group VLAN14 {
  73. interface vlan.14 {
  74. overrides {
  75. process-inform {
  76. pool LAN14-15;
  77. }
  78. }
  79. }
  80. }
  81. group VLAN16 {
  82. interface vlan.16 {
  83. overrides {
  84. process-inform {
  85. pool LAN16-17;
  86. }
  87. }
  88. }
  89. }
  90. group VLAN40 {
  91. interface vlan.40 {
  92. overrides {
  93. process-inform {
  94. pool LAN40-41;
  95. }
  96. }
  97. }
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement