User Tools

Site Tools


network_stuff:linux

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
network_stuff:linux [2023/08/18 09:37] jotasandokunetwork_stuff:linux [2024/10/06 17:17] (current) jotasandoku
Line 121: Line 121:
   * DHCPRequest: src:0.0.0.0 ; dst: broadcast << PACKET HAS BOOTP FLAG UNSET   * DHCPRequest: src:0.0.0.0 ; dst: broadcast << PACKET HAS BOOTP FLAG UNSET
   * DHCPAck: : src: server IP ; dst: client-mac + tentative IP Address   * DHCPAck: : src: server IP ; dst: client-mac + tentative IP Address
 +===== DHCP Options =====
 +
 +  * **Default gateway (3):** Specifies the default gateway. Not used in DHCPv6.
 +  * **Domain names (15):** Provides domain names for DNS resolution.
 +  * **Vendor-Specific Info (43):** Used in Cisco PnP to point to the PnP server.
 +  * **Subnet Mask (1):** Defines the subnet mask for the network.
 +  * **IP lease time (51):** Specifies the duration of the IP address lease.
 +  * **Renewal time (58):** Time when the client should renew the lease with the DHCP server.
 +  * **Rebinding time (59):** Time when the client should attempt to rebind if the lease cannot be renewed.
 +  * **Bootfile name (67):** Location of the boot file or script, often used in ZTP (Zero Touch Provisioning).
 +  * **Relay Agent Info (82):** Adds metadata (e.g., VLAN, switch ID) to DHCP requests. Enabled by default with DHCP snooping for security. Can cause issues with non-Cisco DHCP servers. 
 +    * **Suboptions:**
 +      * **Circuit ID:** Identifies the switch port (e.g., VLAN 10, port 2).
 +      * **Remote ID:** Identifies the relay agent (e.g., Switch-1).
 +
 +===== Additional Relevant Options =====
 +
 +  * **DNS Servers (6):** Provides the IP addresses of DNS servers.
 +  * **Router (3):** Specifies the router’s IP address for client devices.
 +  * **TFTP Server (66):** Location of the TFTP server, often used for network device configurations.
 +  * **NTP Servers (42):** Specifies the Network Time Protocol (NTP) server to synchronize time.
  
  
Line 511: Line 532:
 \\ \\
 **IPMI** **IPMI**
-  * IPMI: is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system's CPU, firmware (BIOS or UEFI) and operating system. [[https://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface|Link]] +  * IPMI: is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system's CPU, firmware (BIOS or UEFI) and operating system. 
-    * Netscaler IPMI (LOM): MPX+    * IPMI is: Netscaler LOM, Dell iDRAC, HP iLO, IBM IMM .. 
 + 
 + 
 +ipmitool : [[https://github.com/ipmitool/ipmitool]] simple command-line interface to this baseboard management controller (BMC). It follows the IPMI specification. Normally ipmi is over lan, not serial. BMC encapsulated in Remote Management Control 
 +Protocol (RMCP) 
 +  ipmitool mc selftest    # testing ipmi 
 +  ipmitool -vv mc info 
 +  ipmitool sel list    # sel is System Event Log 
 +  base /tmp/ipmiutil sensor
  
  
network_stuff/linux.1692351474.txt.gz · Last modified: (external edit)