router is rebooted.
Show config user <name>
Display the configuration of a PPP user
5.11 Router Command Examples
1. To configure the ethernet interface with the IP address 192.168.70.1 and with the mask of
255.255.255.0
CLI> config interface ether ip address 192.168.70.1 255.255.255.0
2. To enable routing information protocol, RIP.
CLI> config router rip enable
3. To change system hostname to foo.
CLI> config system hostname foo
4. To add a route to the network 192.168.70.0 via the gateway 192.168.l.1 and is 1 hop away.
Since the netmask for the destination network is 255.255.255.0,
CLI> config ip route add 192.168.70.0 192.168.1.1 255.255.255.0 1
5. To set default router to 192.168.1.1 and one metric/hop away
CLI> config ip route add default 192.168.1.1 1
6. To delete the route to 192.168.70.0,
CLI> config ip route del 192.168.70.0 255.255.255.0
7. To delete the default route
CLI> config ip route del default
8. To enable tftp for software update,
CLI> config tftp enable
9. To add a PPP user, test
CLI> config int isdn ppp add user test password test maxchan 2 callback yes bod 40 phone
3840001 3840101
ISDN Router Manual V.1.1
37
Need help?
Do you have a question about the ISDN SOHO Router and is the answer not in the manual?
Questions and answers