Posts

Showing posts from October, 2021

Dynamic Routing Protocol Configuration (OSPFv3, EIGRP, RIPng) by IPv6

Image
  Dynamic Routing Protocol Configuration (OSPFv3, EIGRP, RIPng) by IPv6 Link: https://docs.google.com/document/d/1uDPlS3YcOZESJDjngNmvyOtiKHqLr8UE/edit?usp=sharing&ouid=118360946026237613202&rtpof=true&sd=true

VLAN Configuration in Mikrotik

Image
  Script Files Link: https://drive.google.com/drive/folders/1p5ClgP15JoRopDAUIxum6O_27UkNG6uv?usp=sharing ISP: Creating VLAN: /interface vlan add interface=ether2-LAN name=LISP-1-VLAN-10 vlan-id=10 add interface=ether2-LAN name=LISP-1-VLAN-20 vlan-id=20 add interface=ether2-LAN name=LISP-1-VLAN-30 vlan-id=30 add interface=ether2-LAN name=LISP-1-VLAN-40 vlan-id=40 add interface=ether2-LAN name=LISP-2-VLAN-100 vlan-id=100 add interface=ether2-LAN name=LISP-2-VLAN-200 vlan-id=200 add interface=ether2-LAN name=LISP-2-VLAN-300 vlan-id=300 add interface=ether2-LAN name=LISP-2-VLAN-400 vlan-id=400 Setting IP Address into VLANs: /ip address add address=10.10.10.1/30 interface=LISP-1-VLAN-10 network=10.10.10.0 add address=10.10.20.1/30 interface=LISP-1-VLAN-20 network=10.10.20.0 add address=10.10.30.1/30 interface=LISP-1-VLAN-30 network=10.10.30.0 add address=10.10.40.1/30 interface=LISP-1-VLAN-40 network=10.10.40.0 add address=10.20.10.1/30 interface=LISP-2-VLAN-100 network=10.20.10.0 add addr

Mikrotik - Bandwidth Related Issue

Image
  Our Purpose: An user who is holding 10.10.10.2 IP, will get Maximum 4 Mbps at Peak Hour & will get Maximum 10 Mbps at Off-Peak our. We will create 2 queues for solving this issue. Let's think: Peak Hour           :  06:00:00  PM -- 11:59:59 PM   >>>>  4 Mbps Off-Peak  Hour    : 12:00:00  AM -- 05:59:59 PM   >>>>  10 Mbps User-IP: 10.10.10.2/24 Check our PC's IP & time which is Peak-Hour time. So that should get 4 Mbps bandwidth We are seeing here that, At the Peak hor PC are getting 4 Mbps . That's means our queue is working well. Now we will change our Peak time. We will configure peak time 12 AM to 10 AM. So now we are into Off-Peak time because our time 10.30 AM. For that Peak-Hour queue will be invalid now & Off-Peak-Hour queue will be active/valid