cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure eth0 on R550?

iwx
New Contributor

Dear all,

according to older docs and threads, the second port (eth0) on a R550 can be precisely configured. However, they all refer to older releases and I do not find it anywhere, neither by CLI. Can someone point me into the right direction or has this feature been removed in the latest release?

Device: R550
System Version: 200.19.7.11.283
Powered by PoE on eth1

eth1 is a trunk with two VLANs (default and a tagged one) and I want to pass the tagged one as untagged on eth0.

Thank you and kind regards,

David.

1 ACCEPTED SOLUTION

cmak
New Contributor

I think it is because you have logged in your master AP. 
Pls use command "ap-mode"
Then you can use command like "get eth" 

View solution in original post

4 REPLIES 4

cmak
New Contributor

Your firmware is Unleashed.
You may login the AP and set it by CLI

command:
get eth
set eth

iwx
New Contributor

Thanks, cmak.

That's the point - I do not have this commands available. When I log in, I have (entering enable -> config -> system -> interface):

Welcome to Ruckus Unleashed Network Command Line Interface
ruckus> help

Commands available:
  exit                 Ends the CLI session.
  help                 Shows available commands.
  quit                 Ends the CLI session.
  history              Shows a list of previously run commands.
  enable <force>       Enables privileged commands. Using option "force" to force disconnect
                       previous session.
  ping <IP-ADDR/DOMAIN-NAME>
                       Sends ICMP echo packets to an IP/IPv6 address or domain name.
  ping <IP-ADDR/DOMAIN-NAME> -s <NUMBER>
                       Sends ICMP echo packets to an IP/IPv6 address or domain name with -s option
                       to set the size of packet.
ruckus> enable
ruckus# help

Commands available:
  exit                 Ends the CLI session.
  help                 Shows available commands.
  quit                 Ends the CLI session.
  history              Shows a list of previously run commands.
  :
  config               Configures options and settings.
  :
  ap-mode              Go to local AP's CLI from Master's CLI.
ruckus# config
You have all rights in this mode.
ruckus(config)# help

Commands available:
  help                 Shows available commands.
  history              Shows a list of previously run commands.
  no location-services <WORD>
                       Deletes an location server from the list of location servers.
  :
  reportd              Configures Reportd settings. Enter ruckus(config-reportd)#
ruckus(config)# system
ruckus(config-sys)# help

Commands available:
  help                 Shows available commands.
  history              Shows a list of previously run commands.
  :
  interface            Configures IP address and VLAN settings.
  :
  generate-token       Re-generate unleashed-network unique token.
ruckus(config-sys)# interface
ruckus(config-sys-if)# help

Commands available:
  help                 Shows available commands.
  history              Shows a list of previously run commands.
  abort                Exits the config-syst-if context without saving changes.
  end                  Saves changes, and then exits config-syst-if context.
  exit                 Saves changes, and then exits config-syst-if context.
  quit                 Exits the config-syst-if context without saving changes.
  ip enable            Enables IPv4 Support.
  ip route gateway <GATEWAY-ADDR>
                       Sets the controller's gateway address.
  ip name-server <DNS-ADDR> [<DNS-ADDR>]
                       Sets the controller's DNS servers. Use a space ( ) to separate the primary
                       and secondary DNS servers.
  ip addr <IP-ADDR> <NET-MASK>
                       Sets the controller's IP address and netmask. Use a space ( ) to separate the
                       IP address and netmask.
  ip mode dhcp         Sets the controller's IP address mode to 'DHCP'.
  ip mode static       Sets the controller's IP address mode to 'Static'.
  show                 Displays current system interface settings.

 David.

cmak
New Contributor

I think it is because you have logged in your master AP. 
Pls use command "ap-mode"
Then you can use command like "get eth" 

iwx
New Contributor

Excellent, cmak!

It works as you have pointed out.

Thank you.