dell:switch:dell_emc_switch_n3048p
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dell:switch:dell_emc_switch_n3048p [2024/08/13 10:47] – aperez | dell:switch:dell_emc_switch_n3048p [2025/02/20 10:21] (current) – aperez | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Dell EMC Networking N-Series N1100-ON, N1500, N2000, N2100-ON, N3000, N3000-ON, N3100-ON, and N4000 Switches CLI Reference Guide ====== | + | ====== Dell EMC Networking N-Series N1100-ON, N1500, N2000, N2100-ON, N3000, N3000-ON, N3100-ON, and N4000 Switches |
+ | |||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | * DELL-N3048P-S# | ||
+ | |||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | |||
+ | CLI Reference Guide ====== | ||
{{ : | {{ : | ||
Line 45: | Line 58: | ||
To enable SSH and HTTPS, input the following commands. SSH and HTTPS require the generation of a DSA and an RSA key. HTTPS requires the creation of a certificate. | To enable SSH and HTTPS, input the following commands. SSH and HTTPS require the generation of a DSA and an RSA key. HTTPS requires the creation of a certificate. | ||
+ | console(config)# | ||
console(config)# | console(config)# | ||
console(config)# | console(config)# | ||
Line 68: | Line 82: | ||
console# write | console# write | ||
console# copy running-config startup-config | console# copy running-config startup-config | ||
+ | |||
+ | **To enable SSH, input the following commands** | ||
+ | |||
+ | enable | ||
+ | configure | ||
+ | Generate both the RSA and DSA keys: | ||
+ | | ||
+ | no ip ssh server | ||
+ | crypto key generate rsa | ||
+ | crypto key generate dsa | ||
+ | Now, you can enable the SSH server: | ||
+ | | ||
+ | ip ssh server | ||
+ | Optionally: you can also change the default listen port: | ||
+ | | ||
+ | ip ssh port 22 | ||
+ | With more recent firmware versions, you are no longer able to change the SSH protocol version. It is now always | ||
+ | 2. But if you are still running an older version, you could set the protocol version: | ||
+ | | ||
+ | ip ssh protocol 2 | ||
+ | Optionally: after enabling SSH, you can optionally disable Telnet: | ||
+ | | ||
+ | ip telnet server disable | ||
+ | Go back to EXEC mode and write the changes to flash: | ||
+ | | ||
+ | exit | ||
+ | copy running-config startup-config | ||
---- | ---- | ||
Line 668: | Line 709: | ||
---- | ---- | ||
- | ====== | + | ====== LLDP Enable |
+ | |||
+ | console(config)# | ||
+ | console(config)# | ||
+ | |||
+ | console(config)# | ||
+ | LLDP Local Device Summary | ||
+ | |||
+ | Interface | ||
+ | --------- | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Gi1/ | ||
+ | Te1/ | ||
+ | Te1/ | ||
+ | Te1/ | ||
+ | Te1/ | ||
+ | |||
+ | console(config)# | ||
+ | |||
+ | console(config)# | ||
+ | LLDP Remote Device Summary | ||
+ | Local | ||
+ | Interface RemID | ||
+ | --------- ------- ------------------- ----------------- ----------------- | ||
+ | Te1/ | ||
+ | Te1/ | ||
+ | Te1/ | ||
+ | console(config)# | ||
+ | |||
+ | |||
+ | ---- | ||
+ | ---- | ||
- | Dell(conf)# | ||
- | Dell(conf-lldp)# | ||
- | ! | ||
- | protocol lldp | ||
- | advertise dot1-tlv port-protocol-vlan-id port-vlan-id | ||
- | advertise dot3-tlv max-frame-size | ||
- | advertise management-tlv system-capabilities system-description hello 10 | ||
- | no disable | ||
- | Dell(conf-lldp)# | ||
- | Dell(conf-lldp)# | ||
- | Dell(conf)# | ||
- | Dell(conf-if-gi-1/ | ||
- | ! | ||
- | interface GigabitEthernet 1/31 | ||
- | no ip address | ||
- | switchport | ||
- | no shutdown | ||
- | Dell(conf-if-gi-1/ | ||
- | Dell(conf-if-gi-1/ | ||
- | ! | ||
- | protocol lldp | ||
- | Dell(conf-if-gi-1/ | ||
dell/switch/dell_emc_switch_n3048p.1723564077.txt.gz · Last modified: 2024/08/13 10:47 by aperez