User Tools

Site Tools


dell:switch:dell_emc_switch_n3048p

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dell:switch:dell_emc_switch_n3048p [2024/08/13 10:45] aperezdell: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#**show interfaces status | include Up** 
 + 
 + 
 +---- 
 +---- 
 + 
 + 
 +CLI Reference Guide ======
  
 {{ :aruba_networks:switch:all-products_esuprt_ser_stor_net_esuprt_networking_esuprt_net_fxd_prt_swtchs_networking-n3000-series_user_s-guide11_en-us.pdf |}} {{ :aruba_networks:switch:all-products_esuprt_ser_stor_net_esuprt_networking_esuprt_net_fxd_prt_swtchs_networking-n3000-series_user_s-guide11_en-us.pdf |}}
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)# no ip ssh server
   console(config)# crypto key generate dsa   console(config)# crypto key generate dsa
   console(config)# crypto key generate rsa   console(config)# crypto key generate rsa
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:
 ---- ----
  
-====== How to enable and manage Link Layer Discovery Protocol (LLDP) on Dell Networking Force10 switches ======+====== LLDP Enable ======
  
-  Dell(conf)#protocol lldp +  console(config)#lldp med all 
-  Dell(conf-lldp)#show config +  console(config)#lldp med confignotification all
-  ! +
-  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)#exit +
-  Dell(conf)#interface gigabitethernet 1/31 +
-  Dell(conf-if-gi-1/31)#show config +
-  ! +
-  interface GigabitEthernet 1/31 +
-  no ip address +
-  switchport +
-  no shutdown +
-  Dell(conf-if-gi-1/31)#protocol lldp +
-  Dell(conf-if-gi-1/31-lldp)#show config  +
-  ! +
-  protocol lldp +
-  Dell(conf-if-gi-1/31-lldp)# +
- +
-====== View Information Advertised by Adjacent LLDP Agents ====== +
- +
-  Display brief information about adjacent devices. +
-  show lldp neighbors.+
      
-  Display all of the information that neighbors are advertising. +  console(config)#show lldp local-device all 
-  show lldp neighbors detail+  LLDP Local Device Summary
      
-**Example of viewing Brief Information Advertised by Neighbors**+  Interface  Port ID               Port Description 
 +  ---------  --------------------  -------------------- 
 +  Gi1/0/   Gi1/0/              SERVICE_TECHNOLO ... 
 +  Gi1/0/   Gi1/0/              SERVICE_TECHNOLO ... 
 +  Gi1/0/   Gi1/0/              SERVICE_TECHNOLO ... 
 +  Gi1/0/   Gi1/0/              SERVICE_TECHNOLO ... 
 +  Gi1/0/   Gi1/0/              SERVICE_TECHNOLO ... 
 +  Gi1/0/   Gi1/0/              LAN-UTM_test_port 
 +  Gi1/0/   Gi1/0/              LAN-UTM_test_port 
 +  Gi1/0/   Gi1/0/              ISP1_test_port 
 +  Gi1/0/   Gi1/0/              ISP1_test_port 
 +  Gi1/0/10   Gi1/0/10              ISP2_test_port 
 +  Gi1/0/11   Gi1/0/11              ISP2_test_port 
 +  Gi1/0/12   Gi1/0/12 
 +  Gi1/0/13   Gi1/0/13              UTM_LAN_IP_172.1 ... 
 +  Gi1/0/14   Gi1/0/14              MPLS_IP_192.168. ... 
 +  Gi1/0/15   Gi1/0/15              UTM_LAN_IP_172.1 ... 
 +  Gi1/0/16   Gi1/0/16              MPLS_IP_192.168. ... 
 +  Gi1/0/17   Gi1/0/17 
 +  Gi1/0/18   Gi1/0/18              MPLS_IP_192.168. ... 
 +  Gi1/0/19   Gi1/0/19 
 +  Gi1/0/20   Gi1/0/20              MPLS_IP_192.168. ... 
 +  Gi1/0/21   Gi1/0/21 
 +  Gi1/0/22   Gi1/0/22 
 +  Gi1/0/23   Gi1/0/23 
 +  Gi1/0/24   Gi1/0/24 
 +  Gi1/0/25   Gi1/0/25 
 +  Gi1/0/26   Gi1/0/26 
 +  Gi1/0/27   Gi1/0/27 
 +  Gi1/0/28   Gi1/0/28 
 +  Gi1/0/29   Gi1/0/29 
 +  Gi1/0/30   Gi1/0/30 
 +  Gi1/0/31   Gi1/0/31 
 +  Gi1/0/32   Gi1/0/32 
 +  Gi1/0/33   Gi1/0/33 
 +  Gi1/0/34   Gi1/0/34 
 +  Gi1/0/35   Gi1/0/35 
 +  Gi1/0/36   Gi1/0/36 
 +  Gi1/0/37   Gi1/0/37 
 +  Gi1/0/38   Gi1/0/38 
 +  Gi1/0/39   Gi1/0/39 
 +  Gi1/0/40   Gi1/0/40 
 +  Gi1/0/41   Gi1/0/41              ISP2_OPERATOR_LA ... 
 +  Gi1/0/42   Gi1/0/42              ISP2_OPERATOR_LA ... 
 +  Gi1/0/43   Gi1/0/43 
 +  Gi1/0/44   Gi1/0/44 
 +  Gi1/0/45   Gi1/0/45              VLAN500_VM_TEST_PORT 
 +  Gi1/0/46   Gi1/0/46              VLAN500_VM_TEST_PORT 
 +  Gi1/0/47   Gi1/0/47              UTM_OLD_PORT_WAN ... 
 +  Gi1/0/48   Gi1/0/48              UTM_OLD_PORT_WAN ... 
 +  Te1/0/   Te1/0/              Core_Aruba_6400_ ... 
 +  Te1/0/   Te1/0/              Core_Aruba_6400_ ... 
 +  Te1/1/   Te1/1/1 
 +  Te1/1/   Te1/1/              ISP_PSLightWave_ ... 
 +   
 +  console(config)# 
 +   
 +  console(config)#show lldp remote-device all 
 +  LLDP Remote Device Summary 
 +  Local 
 +  Interface RemID   Chassis ID          Port ID           System Name 
 +  --------- ------- ------------------- ----------------- ----------------- 
 +  Te1/0/  16      EC:67:94:F5:69:00   1/3/33              CS-2P-MDFHA-A 
 +  Te1/0/  15      EC:67:94:F5:89:00   1/3/33              CS-2P-MDFHA-B 
 +  Te1/1/  25      50:C7:09:A6:65:FF   xe-0/1/           JN2300_StFranc... 
 +  console(config)#
  
-  Dell(conf-if-te-0/3-lldp)#end 
-  Dell (conf-if-te-0/3)#do show lldp neighbors 
-  Loc      PortID      Rem Host Name        Rem Port Id                Rem Chassis Id 
-  ------------------------------------------------------------------------------------------------------- 
-  Te 0/1                                         TenGigabitEthernet 0/5      00:01:e8:05:40:46 
-  Te 0/2                                         TenGigabitEthernet 0/6      00:01:e8:05:40:46 
-  Dell (conf-if-te-0/3)# 
- 
-**Example of Viewing Details Advertised by Neighbors** 
- 
-  Dell#show lldp neighbors detail 
-  ======================================================================== 
-  Local Interface Te 0/4 has 1 neighbor 
-  Total Frames Out: 6547 
-  Total Frames In: 4136 
-  Total Neighbor information Age outs: 0 
-  Total Frames Discarded: 0 
-  Total In Error Frames: 0 
-  Total Unrecognized TLVs: 0 
-  Total TLVs Discarded: 0 
-  Next packet will be sent after 7 seconds 
-  The neighbors are given below: 
-  ----------------------------------------------------------------------- 
-  Remote Chassis ID Subtype: Mac address (4) 
-  Remote Chassis ID: 00:01:e8:06:95:3e 
-  Remote Port Subtype: Interface name (5) 
-  Remote Port ID: TeGigabitEthernet 2/11 
-  Local Port ID: TenGigabitEthernet 1/21 
-  Locally assigned remote Neighbor Index: 4 
-  Remote TTL: 120 
-  Information valid for next 120 seconds 
-  Time since last information change of this neighbor: 01:50:16 
-  Remote MTU: 1554 
-  Remote System Desc: Dell Networks Real Time Operating System Software 
-  Dell Operating System Version: 1.0. 
-  Dell Application Software Version: 9.4.0.0. Copyright (c) 1999-2014 
-  Build Time: Thu Aug 9 01:05:51 PDT 1999-2014 
-  Existing System Capabilities: Repeater Bridge Router 
-  Enabled System Capabilities: Repeater Bridge Router 
-  Remote Port Vlan ID: 1 
-  Port and Protocol Vlan ID: 1, Capability: Supported, Status: Enabled 
-   
  
 ---- ----
 ---- ----
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
  
  
  
  
dell/switch/dell_emc_switch_n3048p.1723563922.txt.gz · Last modified: 2024/08/13 10:45 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki