Security Solutions

execute password simple <your password> and it will put it in the
config file similar to below.
password hash
$h$6$im0rLRRRYOJHIwCY$zjEOgLLx7RF5dm5GDg5h4Fc
6zJGeVYkDomKh9VKVnqq3NCW9QmsrGAlOOPWZTy/EUu
tU0KLgW9HQismv1+PAOg==
Setup FTP/Telnet/SSH services
service-type ftp
service-type ssh telnet terminal
authorization-attribute user-role network-admin
authorization-attribute user-role network-operator
#
ftp server enable
#
#
This is the physical management port. Use YOUR IP address!
interface M-GigabitEthernet0/0/0
ip address 10.X.X.X 255.255.255.0
#
Settings for typical FCoE port
If setting up multiple ports simultaneously use the range command
as illustrated:
#
interface range Ten-GigabitEthernet 1/0/1 to Ten-GigabitEthernet 1/0/9
#
Configure a HYBRID port when using multiple untagged VLANS
#Use the description to help with defining what the link is used for
interface Ten-GigabitEthernet1/0/1
description R113-S01
port link-mode bridge
port link-type hybrid
#vlan numbers have to be what you have defined
port hybrid vlan 4001 tagged
port hybrid vlan 1 1001 untagged
port hybrid pvid vlan 1001
priority-flow-control auto
priority-flow-control no-drop dot1p 3
39