Category: Network Administration

0

BGP MED for inbound and outbound traffic

#BGP#MED#Filter#IN#OUT #Upload#Download#control #applied manipulation in Router1 only router bgp 1 bgp log-neighbor-changes network 0.0.0.0 neighbor 192.168.12.2 remote-as 2 neighbor 192.168.12.2 route-map PRM-IN in neighbor 192.168.12.2 route-map PRM-OUT out neighbor 192.168.21.2 remote-as 2 neighbor 192.168.21.2...

0

Juniper Route Redistribution

#juniper#route#redistribution set routing-options static route 0.0.0.0/0 next-hop 202.53.163.113 **redistribute connected routes set policy-options policy-statement into-ospf term connected from protocol direct set policy-options policy-statement into-ospf term connected then accept **redistribute static routes set policy-options policy-statement...

0

Juniper bgp as path prepend

#juniper#bgp#as#path#prepend set policy-options prefix-list ISP-INT-OUT 172.16.0.0/24 set policy-options prefix-list ISP-INT-OUT 172.16.1.0/24 set policy-options prefix-list ISP-INT-OUT 172.16.2.0/24 set policy-options prefix-list ISP-INT-OUT 172.16.3.0/24 set policy-options prefix-list ISP-INT-OUT-AS-PREPEND 172.16.4.0/24 set policy-options prefix-list ISP-INT-OUT-AS-PREPEND 172.16.5.0/24 set policy-options policy-statement...

0

Mikrotik Bridge vlan tagged untagged

#Mikrotik#Bridge#vlan#tagged#untagged /interface ethernet set [ find default-name=ether3 ] comment=”Vlan-200″ set [ find default-name=ether4 ] comment=”Vlan-200″ set [ find default-name=ether5 ] comment=”Vlan-200″ /interface vlan add comment=”Vlan-200″ interface=BRIDGE-TEST name=Vlan-200 vlan-id=200 add comment=”Vlan-100″ interface=BRIDGE-TEST name=Vlan-100 vlan-id=100 add...

0

Juniper User Privilage

#Juniper#user#privilage set system login class operator-local permissions view-configuration set system login class operator-local allow-commands show set system login user support class operator-local authentication plain-text-password New password:support@312 Retype new password:support@312

0

Mikrotik VRF Lite

#Mikrotik#VRF#Lite /interface ethernet set [ find default-name=ether2 ] name=ether2-WAN set [ find default-name=ether3 ] name=ether3-LAN-1 set [ find default-name=ether4 ] name=ether4-LAN-2 /routing bgp instance add client-to-client-reflection=no name=GGC redistribute-connected=yes redistribute-other-bgp=yes router-id=192.168.24.1 routing-table=GGC /ip address add...

0

Mikrotik Configuration Security Guideline

#Mikrotik Configuration#Security Guideline #Mikrotik #protection Guideline for Mikrotik Configuration Step0 [0 means do it immediately] /system package update check-for-updates /system routerboard upgrade Step1(set complex password with special character and disable default admin user)  user...

0

Mikrotik Load Balancing(policy based pcc)

#Mikrotik#Load Balancing#Policy Based#PCC #Load Balancing#Load Balancing#Load Balancing Now we configure load balancing with 2 isp and every isp have primary and secondary link   172.16.67.130/30 ISP-B Primary 172.16.67.134/30 ISP-B Secondary 172.16.97.34/30 ISP-A Primary 172.16.97.38/30...

0

OSPF Tshoot

#ospf #tshoot #ospf tshoot #ospf tshoot #ospf tshoot OSPF Tshoot ***OSPF Neighbor List is Empty 1. is ospf enabled on the interface ? 2. is the interface in between up/up? 3. is the interface...