Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Subnet configuration is similar to the setting of the ip address, use function code fc6 for each portion of the subnet mask, see below.

 

Code Block
sebastiankoch@~$telnet 192.168.97.77
Trying 192.168.97.77...
Connected to 192.168.97.77.
Escape character is '^]'.
Telnet Monitor (Press Ctrl-C or type 'quit' to quit) :
 
fc6 0x1007 255
value:   255 (0x00FF)
fc6 0x1008 255
value:   255 (0x00FF)
fc6 0x1009 255
value:   255 (0x00FF)
fc6 0x100A 0
value:     0 (0x0000)
fc6 0x100A 192
value:   192 (0x00C0)
flash store
value:   193 (0x00C1)
restart
Closing Connection !

 

Configuring a Default Gateway

 

Code Block
sebastiankoch@~$telnet 192.168.97.77
Trying 192.168.97.77...
Connected to 192.168.97.77.
Escape character is '^]'.
Telnet Monitor (Press Ctrl-C or type 'quit' to quit) :
 
fc6 0x100B 10
value:    10 (0x000A)
fc6 0x100C 59
value:    59 (0x003B)
fc6 0x100D 14
value:    14 (0x000E)
fc6 0x100E 65
value:    65 (0x0041)
flash store
value:   193 (0x00C1)
restart
Closing Connection !

...