...
https://docs.128technology.com/docs/config_dhcp/#basic-configuration
Add New DHCP server service |
|
---|
Host service | Network-interface > address Add Host Services Image Modified |
DHCP server | Image Modified |
Add Address Pool | Image Modified |
PCLI | NTP check IP@ instead Code Block |
---|
| admin@node1.branch1# show config running authority router branch1 system
config authority router branch1 system ntp server 0.uk.pool.ntp.org ip-address 0.uk.pool.ntp.org
config
authority
router branch1
name branch1
system
ntp
server 0.uk.pool.ntp.org
ip-address 0.uk.pool.ntp.org
exit
exit
exit
exit
exit
exit
|
|
Conductor |
|
---|
| Operation: Router > Node > DHCP Image Modified |
| Image Modified |
Show commands |
|
---|
| show dhcp |
|
Code Block |
---|
| admin@node1.branch1# show dhcp mappings node node1
Wed 2021-06-30 11:39:30 UTC
Retrieving from 'node1.branch1'...
================= ================== ====== ============== ================ =============
Src Device Port Dest Device Port VLAN Mapping Type IP Family Type Config Type
================= ================== ====== ============== ================ =============
1 0 0 originating ipv4 client <<<<<<<<<<<<< Allocated by the SSR
3 250 0 originating ipv4 server
250 3 0 derived ipv4 server |
|
Troubleshoot |
|
---|
| show network-interface application |
| Release and requestsudo dhclient -r eth0 && sudo dhclient eth0
|
|
|