A blog about the IT network and the trip of consultants. How things change in your life as an IT professional in security engineering/networks or systems and we will solve it with a new style. The exchange of knowledge is winning.
Search This Blog
Wednesday, October 24, 2018
Tuesday, October 23, 2018
DHCP Server and unnecessary traffic for your DHCP server.
Many times it is generating unnecessary traffic for your DHCP server. Have you applied "ip forward-protocol udp ...." command to prevent this?
Saturday, October 13, 2018
Voice VLAN and Port Fast Combination on Cisco Switch
The Port Fast feature is automatically enabled when voice VLAN is configured. When you disable voice VLAN, the Port Fast feature is not automatically disabled.
Why?
I will be share shortly.
Thursday, October 11, 2018
Design Tips: Guide for choose VLAN Number
VLAN Function
|
VLAN Interface
|
---|---|
Wired_Voice_VLAN
|
7
|
Wireless_Voice_VLAN
|
57
|
Wired_Data_VLAN
|
107
|
Wireless_Multicast_VLAN
|
157
|
Monday, July 16, 2018
Network Ready for Use Testing (NFRU)
The testing was broken into four separate phases:
Wednesday, July 11, 2018
Cisco Nexus : Executive Multiple Commands in one Go
CLI stands for Command line Interface
N7k-LabSW# show clock ; show switchname ; show license host-id
19:10:59.016 UTC Mon Apr 04 2016
N7k-LabSW
License hostid: VDH=TBM14354170
# Works for configuration too:
N7k-LabSW# conf t ; hostname N7k-LabSW-DEFAULT ; end
Enter configuration commands, one per line. End with CNTL/Z.
N7k-LabSW-DEFAULT#
Monday, July 9, 2018
How to router prevent from ARP Strom?
Why some ARP entry will showing in ARP Table after respective time expires?
The extra time is the jitter added to each dynamic ARP entry when it is created. Random jitter is added to the ARP cache timeout in order to avoid synchronous expiration of the ARP entries, which might trigger an ARP storm. Jitter should be a random number between 0 seconds and 30 minutes, with a maximum jitter of 30 minutes.
Bursty Traffic Identification on Switch port
Tuesday, July 3, 2018
Monday, July 2, 2018
OSPF Prefix Suppression
OSPF prefix-suppression feature helps to overcome this behavior and reduces the number of Type 1(router) and Type 2(network) LSAs advertised.
This feature can be enabled globally on a router or on per interfaces basis.
OSPF prefix-suppression helps in faster Shortest Path First (SPF) calculation due to less number of prefixes in the database (DB). OSPF Type 3, Type 4, Type 5, or Type 7 LSAs are not suppressed.
Sunday, July 1, 2018
Jitter timer in HSRP Protocol
Jitter timers are used in HSRP. They are recommended for timers running on services that work realtime and scale. Jitter timers are intended to significantly improve the reliability of HSRP, and other FHRP protocols, by reducing the chance of bunching of HSRP groups operations, and thus help reduce CPU and network traffic spikes. In the case of HSRP, a given device may have up to 4000 operational groups configured. In order to distribute the load on the device and network, the HSRP timers use a jitter. A given timer instance may take up to 20% more than the configured value. For example, for a hold time set to 15 seconds, the actual hold time may take 18 seconds.
In HSRP, the Hello timer (which sends the Hello Packet) has a negative Jitter, while the Holddown timer (which checks for failure of a peer) has a positive jitter.
Wednesday, June 27, 2018
Minor Stack Protocol Version Number Incompatibility Among Stack-Capable Switches
Switches with the same major version number but with a different minor version number are considered partially compatible. When connected to a switch stack, a partially compatible switch enters version-mismatch (VM) mode and cannot join the stack as a fully functioning member. The software detects the mismatched software and tries to upgrade (or downgrade) the switch in VM mode with the switch stack image or with a tar file image from the switch stack flash memory. The software uses the automatic upgrade (auto-upgrade) and the automatic advise (auto-advise) features.
The port LEDs on switches in version-mismatch mode will also remain off. Pressing the Mode button does not change the LED mode.
Thursday, June 21, 2018
OSPFv2 and OSPFv3 headers
- Version number—The current OSPF version number. This can be either 2 or 3.
- Type—Type of OSPF packet.
- Packet length—Length of the packet, in bytes, including the header.
- Router ID—IP address of the router from which the packet originated.
- Area ID—Identifier of the area in which the packet is traveling. Each OSPF packet is associated with a single area. Packets traveling over a virtual link are labeled with the backbone area ID, 0.0.0.0. .
- Checksum—Fletcher checksum.
- Authentication—(OSPFv2 only) Authentication scheme and authentication information.
- Instance ID—(OSPFv3 only) Identifier used when there are multiple OSPFv3 realms configured on a link.
Tuesday, June 19, 2018
Cisco router load balancing and CEF (Cisco Express Forwarding)
Saturday, June 16, 2018
Block "Botnet and Control & Command Servers" on Fortigate
Tuesday, June 12, 2018
Multicast OSPF LSA (Type 6) on Cisco router
Commands:
#Router ospf 0.0.0.1
#ignore lsa mospf
Does ospf having backup path?
OSPF uses the SPF algorithm. The information contained in a router’s OSPF link state database is the “MAP” that is used to calculate the best path to a remote network. However, unlike EIGRP, OSPF does not keep backup paths to routes, rather, when a route to a network goes down, the SPF algorithm is run again to determine a backup or alternate path.
Keep in mind no backup link.. if there are any dual active paths to any destination with same metric then load balancing will work (default up to 4 Path).
Monday, June 11, 2018
What Do We Mean by Link-States?
What Do We Mean by Link-States?
OSPF is a link-state protocol. We could think of a link as being an interface on the router. The state of the link is a description of that interface and of its relationship to its neighboring routers. A description of the interface would include, for example, the IP address of the interface, the mask, the type of network it is connected to, the routers connected to that network and so on. The collection of all these link-states would form a link-state database.
OSPF LSA in Details
Link-State ID: External network number
Generated By: Not-So-Stubby Area (NSSA) external LSAs are originated by the ASBR within the NSSA. These types of LSAs are flooded only throughout the NSSA.
I hope it will very helpful for you!
Friday, June 1, 2018
OSPF Tips - Summarization of Network
#CiscoTips #OSPF #DoYouKnow
OSPF network planning tips - Summarization of network
Thursday, May 31, 2018
FortiOS is having a site to site VPN replacement
FortiOS is having a site to site VPN replacement Don't worry. This is a cool feature. FortiOS WAN optimization supports secure SSL-encrypted tunnels between FortiGate units on the WAN. Employing secure WAN Optimization tunnels can replace IPsec VPNs between sites. The result is a single, relatively simple configuration that supports optimization and privacy of communication across the WAN and uses FortiGate SSL acceleration to provide high performance.