Configuration and verification of DHCP relay for the EX-series switch.
全部博文(21)
分类: 系统运维
2010-12-03 08:40:59
NOTE: The 4 packets shown are packets relayed from client to server (Discover, Request), and from server to client (Offer, Ack) by the EX switch.set vlans vlan10 vlan-id 10
set vlans vlan10 l3-interface vlan.10
set vlans vlan20 vlan-id 20
set vlans vlan20 l3-interface vlan.20
set interfaces ge-0/0/0 unit 0 family ethernet-switching vlan members vlan10
set interfaces ge-0/0/1 unit 0 family ethernet-switching vlan members vlan20
set interfaces vlan unit 10 family inet address 10.10.10.1/24
set interfaces vlan unit 20 family inet address 10.10.20.1/24
set forwarding-options helpers bootp server 10.10.20.20
set forwarding-options helpers bootp interface vlan.20
[edit]
set forwarding-options helpers traceoptions file helper
set forwarding-options helpers traceoptions flag bootp
set forwarding-options helpers traceoptions level level
monitor start
"
can generate excess network traffic if there is too much data, so avoid
it in a busy production environment and use the trace files for viewing
later.
chinaunix网友2010-12-03 15:21:04
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com