Hero

...

Home

bgp-extended

weight configuration R1 conf t router bgp 5500 neighbor 10.1.12.2 weight 200 ← exit clear ip bgp * next hop address R2 conf t router bgp 5500 neighbor 10.1.12.1 next-hop-self exit clear ip bgp * R3 conf t router bgp 5500 neighbor 10.1.13.1 next-hop-self exit clear ip bgp * origin i = iBgp → typed network command ? = redi...

Read more

Advanced redistribution

create specific seed metric and tags EIGRP and OSPF R2 router eigrp 100  network 10.1.23.0 0.0.0.255  network 10.1.24.0 0.0.0.255 ! router ospf 1  no auto-cost  network 10.1.12.0 0.0.0.255 area 0 ! ! ! access-list 1 permit 10.4.0.0 0.0.0.255 access-list 1 permit 10.4.1.0 0.0.0.255 access-list 2 permit 10.4.2.0 0.0.0...

Read more

Cisco

note for CCNP exam https://ciscoexam.online/ https://ciscoexam.online/CCNP/300-101/496 https://www.freecram.com/exam/300-101-implementing-cisco-ip-routing-e6956.html

Read more

Domain Enumeration

to get users from a domain net user /domain net user <username> /domain get groups from a domain net group /domain get current domain with Powershell [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain()

Read more