15
#
ospf
Here are 94 public repositories matching this topic...
A portable framework for low-level network packet construction
c
dns
construction
legacy
tcp
bgp
dhcp
udp
rip
appveyor
ospf
dot1x
arp
mpls
ntp
gre
autotools
travis-status
igmp
gnu-autotools
codedocs
hsrp
libnet
network-packets
dot1q
portable-framework
appveyor-status
packetfactory
codedocs-status
-
Updated
Mar 12, 2022 - C
A lightweight container-based network emulation system.
python
docker
kubernetes
bgp
containers
rip
ospf
sdn
k8s
nfv
dns-server
netkit
p4language
p4
virtual-network
p4-language
-
Updated
May 18, 2022 - Python
60天通过思科认证的网络工程师考试
-
Updated
May 26, 2022 - HTML
Topolograph.com is an online project which can visualize OSPF/ISIS topology based on single OSPF LinkState DataBase scrapping from one network device ( thanks OSPF =). Then you can not only see (and check) the shortest path from source to destination, but also see the outcome from link or node failure along the path to the destination. The existing algorithms depict SPT, backup or even backup of backup paths and print out how many segments along the path are backuped and how many are not. Additionally, if you are planning device maintenance and would like to know how shutdowning some particular device will affect on routing in your topology - just choose this node in Node shutdown Pred and you get your answer: will be topology stay connected or not, how many subnets will become unavailable.
juniper
cisco
mikrotik
network
quagga
ospf
nokia
ubiquity
paloaltonetworks
huawei
topology-optimization
topology-graph
isis-algorithms
topology-visualization
-
Updated
Mar 13, 2022 - Smarty
Network Engineering at Scale Roadmap/Landscape
-
Updated
Jun 13, 2020
-
Updated
Apr 26, 2022 - Jinja
Packet captures from various CCIE routing and switching learning labs.
cisco
networking
ipv6
bgp
rip
routing
ospf
mpls
switching
wireshark
packet-capture
routing-protocols
ccnp
ccna
eigrp
spanning-tree-protocol
routing-example
ccie
cisco-ios
certifications
-
Updated
Mar 9, 2019
A collection of Ansible roles and playbooks to provision, sketch and backup a network running Junos OS, without the need of manually feeding extra data to represent the physical topology.
python
ansible
juniper
networking
network-topology
jinja2
bgp
ansible-playbooks
ospf
ansible-roles
network-discovery
network-automation
junos-os
-
Updated
Mar 29, 2022 - Python
Package ospf3 implements OSPFv3 (OSPF for IPv6) as described in RFC5340. MIT Licensed.
-
Updated
Feb 2, 2021 - Go
These are some of the basic network topologies I configured when preparing for the CCNA R&S 200-125 exam.
dns
networking
ipv6
dhcp
rip
routing
ipv4
ospf
switching
dhcp-server
dns-server
network-programming
subnetting
eigrp
vlans-management
access-control-lists
-
Updated
Sep 2, 2020
History of all changes in OSPF Topology
-
Updated
Jan 20, 2022 - Python
Configuration backups of our home network AS60036 using Oxidized
-
Updated
Sep 2, 2017 - DIGITAL Command Language
Учебные работы по дисциплинам "Сети и системы передачи данных", "Организация компьютерных сетей" и "Организация сетевой безопасности"
linux
ssh
cisco
mikrotik
ipsec
dhcp
network
firewall
nat
rip
ospf
vpn
mpls
pfsense
vlan
wireguard
routing-protocols
firewall-rules
static-routing
vpn-tunnel
-
Updated
Nov 8, 2021
Small helper adding and removing Anycast IPs from interfaces depending on listeners
-
Updated
Dec 12, 2018 - Go
Improve this page
Add a description, image, and links to the ospf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ospf topic, visit your repo's landing page and select "manage topics."
In
zebra/rt_netlink.c, we callvrf_lookup_by_id()when we get a route to find the associated vrf object for that table.This should be improved to be a hash table mapping of Table ID to
zebra_vrfobject.You would need to create a hash table probably in
zebra/zebra_vrf.hthat uses thetable_idhash as a key and then update the code invrf_lookup_by_id()to use this.This shoul