Search
-
Posts
- vCenter agent/services communication with ESXI host November 9, 2024
- NSX-T password reset May 21, 2023
- TCPdump commands and parameter January 30, 2023
- ESXI command lists January 24, 2023
- NSX-T Upgrade step by Step January 17, 2023
- HTTP Archive(HAR) File January 9, 2023
- NSX-T Architecture May 22, 2022
- All about MTU and Fragmentation. May 19, 2020
- GARP(Gratuitous Address resolution Protocol) May 17, 2020
Categories
Archives
- November 2024 (1)
- May 2023 (1)
- January 2023 (4)
- May 2022 (1)
- May 2020 (3)
- January 2020 (1)
- March 2019 (2)
- November 2017 (2)
- October 2017 (1)
- September 2017 (6)
- June 2017 (1)
- May 2017 (2)
Monthly Archives: January 2023
TCPdump commands and parameter
Today we will cover tcpdump tool. Tcpdump is a packet analyzer tool just like wireshark.It run under command line interface. It help you to capture data packets on low level to understand what is going on inside the packet.You can … Continue reading
Posted in Packet_Inspection
Leave a comment
ESXI command lists
1.Nic, Drivers, Stats,vmk,port_num related commands 2.Swtich related commands 3.NIC, vmk, up,down,lacp related commands 4.Module related commands 5.NSX firewall related commands 6.ESX routing related commands 7.VDR,vDL2 related commands 1.Nic, Drivers, Stats,vmk,port_num related commands esxcli network nic list Check the physical vmnic … Continue reading
Posted in NSX-T
Leave a comment
NSX-T Upgrade step by Step
NSX-T upgrade from 3.2.1 to 3.2.2 Today we will perform NSX-T upgrade and its operation. NSX-T upgrade process depends on the number of components you have in your infrastructure. Before proceeding the upgrade you must check the upgrade path and … Continue reading
Posted in NSX-T
Comments Off on NSX-T Upgrade step by Step
HTTP Archive(HAR) File
HAR stands for http archive. This is a file format used to capture network/API information between browsers and web/application server. This is also used for identifying performance issues such as slow load times and page rendering problems etc. The HAR … Continue reading