04-07-2021 03:32 PM
Am I missing something or the optical monitoring only works when the link is up? I am trying to troubleshoot some fiber connections which were unreliable / not coming up and when I use the `show optical-monitor x/y/z` command, I get nothing. Just comes back to the prompt.
If the same port with the same optical module has link, then I do get a proper readout of the optical monitor command (tx power / rx power / temps / current).
Being able to monitor a non-working link is a pretty basic thing to do to be honest and having access to DDM/DOM/optical monitoring of down links lets you figure out if you have, for example, a broken fiber in one direction, a mis-plugged rx/tx pair, etc.
Is there any way to monitor the DDM/optical parameters while the link is down?
Thanks in advance!
Solved! Go to Solution.
04-07-2021 03:50 PM
Hi Diego,
Hope this helps.
If you need further help please open a ticket and work with our TAC team.
https://support.ruckuswireless.com/contact-us
Thanks
Hahsim
04-07-2021 05:32 PM
Hi Diego,
Like i said working as designed here is a lab snippet:
CORE-ICX-7850-10G(config)#sh optic 2/1/20
Port Temperature Voltage Tx Power Rx Power Tx Bias Current
+-----+-------------+-------------+-------------+-------------+---------------+
2/1/20 20.0468 C 3.2566 volts -002.4336 dBm -003.2605 dBm 5.600 mA
Normal Normal Normal Normal Normal
CORE-ICX-7850-10G(config)#int e 2/1/20
CORE-ICX-7850-10G(config-if-e25000-2/1/20)#dis
CORE-ICX-7850-10G(config-if-e25000-2/1/20)#sh optic 2/1/20
CORE-ICX-7850-10G(config-if-e25000-2/1/20)#
CORE-ICX-7850-10G(config-if-e25000-2/1/20)#
It shows nothing when port is down.
Hope this clarifies.
Thanks
Hashim
04-13-2021 09:21 AM
Hi Hashim,
I can appreciate it is "as designed". What Im saying is that it's poorly designed.
Also, in your case, you are shutting down the port which is not the same. In my case, the port is ADMIN UP (enabled) but operationally down due to a faulty fiber plant. Having DOM working when the port is operationally down (but admin up) can help troubleshooting greatly.
I will open an RFE
best regards
04-07-2021 05:53 PM
Also i asked you paste the output of your problem switch but i do not yet see it
show media x/y/z
show interface e x/y/z
show license
show version
Please share
Thanks
Hashim
04-09-2021 08:41 AM
Hello,
I have ICX-7150 with 08.0.95a.... can you please help me to configure the DHCP server on this switch?
Thanks.
04-09-2021 12:15 PM
Hi Claude,
Hope you are doing great.
From the DHCP guide:
https://support.ruckuswireless.com/documents/3465-fastiron-08-0-95-ga-dhcp-configuration-guide
Configuring the DHCP server and creating an address pool
Perform the following steps to configure the DHCP server. Before you can configure the various DHCP server options, you must create an addresspool on your FastIron device.
1.Enter global configuration mode by issuing the configure terminal command.device# configure terminal
2.Enable the DHCP server.
device(config)# ip dhcp-server enable
3.Create a DHCP server address pool.
device(config)# ip dhcp-server pool cabo
4.Configure the DHCP server address pool.
device(config-dhcp-cabo)# network 172.16.1.0/24
device(config-dhcp-cabo)# domain-name ruckuswireless.com
device(config-dhcp-cabo)# dns-server 172.16.1.2 172.16.1.3
device(config-dhcp-cabo)# netbios-name-server 172.16.1.2
device(config-dhcp-cabo)# lease 0 0 5
5.To disable DHCP, enter the no ip ip dhcp-server enable command.
device(config)# no ip dhcp-server enable
6.Use the clear ip dhcp-server binding command to delete a specific lease or all lease entries from the lease binding database.
device(config)# clear ip dhcp-server binding
*The asterisk used in the example above clears all the IP addresses.
Hope this helps.
Thanks
Hashim