Networking
--
Questions
--
Followers
Top Experts
I did reset the passwords for the two default accounts admin and user. I still get the following message when I login:
"SECURITY WARNING: The default password for at least one default account(root, admin and user) have not changed"
When I do show running-config username it shows only two accounts admin and user.
I am new to Brocade switches and learning.
Thanks for your help.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
##user passwords
username user password "password with symbols go in quotes"
#to change root password login as root
passwd root
passwd user
passwd admin
#passwdDefault command to set all passwords to default.
show running-config username
username admin
username user
It does not show root and can't find in any documentation.
Thanks,
Why is this posted marked as Neglected?






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
this is all on page 692 of the user guide: "NOS_AdminGuide_v411.pdf"
Any pointers where to begin would be helpful.
So far I upgraded the NOS to version v5.0.1a. and configured the management interface. I am able to ssh into it remotely.
I am not able to ping the default gateway.
Thanks,

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
The tricky part with the management interface is that the gateway is configured in the rbridge. Thats probably why you can't ping out
#to show mgmt interface
show running-config interface Management
#to change
config
interface Management 1/0
ip address 10.99.1.10/24
exit #to back up
#set the default gateway when router is L3 enabled
(config) rbridge-id 1
ip route 0.0.0.0/0 10.99.1.1
#to check
show running-config rbridge-id 1
#to save
copy running-config startup-config
##a handy way to save your config to an ftp server directly for backup/viewing
#to save config to ftp server
copy startup-config ftp://username:password@10.99.x.x//vdx6740configs/
#to configure mtu 9216
config terminal
int te 1/0/1-48
mtu 9216
exit
Thanks for the note.
This is from my config, you probably need the ip icmp echo-reply line:
interface Management 1/0
no tcp burstrate
ip icmp unreachable
ip icmp echo-reply
no ip address dhcp
ipv6 icmpv6 unreachable
ipv6 icmpv6 echo-reply
no ipv6 address autoconfig
no ipv6 address dhcp
!






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Thanks,

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
"SECURITY WARNING: The default password for at least one default account(root, admin and user) have not changed"
- root account is disabled by default. I had to do rbridge_id #, root enable , login as root and reset password. Once I reset the password the message went away.
Networking
--
Questions
--
Followers
Top Experts
Networking is the process of connecting computing devices, peripherals and terminals together through a system that uses wiring, cabling or radio waves that enable their users to communicate, share information and interact over distances. Often associated are issues regarding operating systems, hardware and equipment, cloud and virtual networking, protocols, architecture, storage and management.