├── LICENSE ├── README.md ├── bgp └── bgp.monitoring.protocol.md ├── cumulus └── ztp_script.py ├── docker ├── campur.md ├── create.insecure.private.docker.registry.md ├── create_docker_image_from_centos_install.md ├── docker.enable.calico.ubuntu.md └── docker.on.arista.eos.md ├── freebsd ├── freebsd.dun.bluetooth.md └── freebsd.nat.example.md ├── game └── township.graphviz.dot ├── images ├── .placeholder ├── contrail_wireshark_no_header.png ├── contrail_wireshark_vanilla.png ├── contrail_wireshark_with_agent_dissector.png └── wireshark_in_analyzer_vm.png ├── juniper ├── evpn.vxlan.md ├── junos.allow.v4mapped.packets.md ├── junos.bgp.authentication.md ├── junos.duplicated.ipv6-link-local.md ├── junos.ipv6.prefix.over.ipv4.bgp.peering.md ├── junos.isis.authentication.md ├── junos.knob.default-address-selection.md ├── junos.l2vpn.md ├── junos.map.prefix.to.lsp.example.md ├── junos.netconf.example.md ├── junos.ospf.authentication.md ├── junos.ospf.domain-id.md ├── junos.ospf.external.metric.md ├── junos.ospf.import-policy.md ├── junos.playing.with.cos.classifier.and.rewrite.md ├── junos.route.resolution.md ├── junos.rtbh.md ├── junos.snmpv3.sample.md ├── junos.verify.multicast.md ├── junos.vpls.bgp-ldp-interworking.md ├── junos.vpls.bgp.multihoming.md ├── junos.vpls.ldp.bgp_autodiscovery.md ├── junos.vpls.ldp.hub_and_spoke.md ├── junos.vpls.ldp.multihome.md └── using.sshpass.on.junos.md ├── kubernetes.calico.ubuntu.md ├── kvm ├── kvm.clone.guest.md └── kvm.nested.md ├── linux ├── cassandra.recover.node.inside.cluster.md ├── dhcp.add-static-route-with-netmask.md ├── find.rpm.info.without.installing.md ├── linux.lvm.tutorial.md ├── linux.subinterface.md ├── linux.tcp.keepalive.md ├── linux.tcp.offload.md ├── linux_lldp.md ├── resize.qcow2.vm.md ├── tcpdump_tips.md ├── trying.coreos.md ├── ubuntu.disable.cloud.init.md ├── ubuntu.enable.serial.console.md ├── usb.temperature.sensor.md ├── vde.sample.md └── vnc.to.main.display.md ├── misc ├── campur.md ├── elasticsearch.md ├── java.log.file.location.md └── rabbitmq.on.osx.md ├── myblog └── old │ ├── acronym.md │ ├── bgp_nortel_cisco.md │ ├── force.3g.selection.using.atcommand.md │ ├── gre_tunnel_cisco_nortel_freebsd.md │ ├── ipv6.over.gprs.md │ ├── nms.for.ipv6.md │ ├── openvpn.for.ipv6.tun_mode.md │ └── ospf3.multiple_af.md ├── networking └── bgp.private.asn.md ├── openstack ├── calico.lab.md ├── contrail.check.routing.table.md ├── contrail.setup.simple.gateway.md ├── how.to.send.command.thru.vnc.md ├── memcached.openstack.md ├── misc.md ├── openstack.add.serial.console.md └── openstack.calico.md ├── perl └── perl.oneliner.md ├── python ├── elasticsearch_query.py ├── ping_parallel.py ├── simple.interactive.python.paramiko.py └── telegram.bot.to.monitor.linux.server.md ├── raspi └── force.net.interface.name.md ├── sdn ├── bgpls │ ├── cisco.iosxr.bgpls.md │ └── junos.bgpls.md └── openr.md ├── tmp └── test.txt ├── vmware └── esxi_vsphere_cli.md ├── wiki ├── A-hack-to-create-routed-virtual-network-in-Openstack-with-Openvswitch.md ├── Automate-ssh-access-on-JunOS-device-using-sshpass.md ├── Cisco-IOS-XR-Config-Example-for-PCEP-and-BGP-LS.md ├── Example-of-BGP-LS-in-Junos.md ├── Git-workflow-illustrated.md ├── How-to-Setup-Contrail-Simple-Gateway.md ├── How-to-automate-VM-configuration-that-does-not-support-DHCP-and-Cloud-init.md ├── How-to-resize-VM-image.md ├── Mirror-VM-traffic-in-Openstack-Contrail-with-custom-sniffer.md ├── Simple-Telegram-Bot-to-Monitor-Linux-Server.md ├── Some-ESXi-related-commands.md ├── Troubleshooting-Keystone-and-Memcached.md ├── Trying-BGP-Monitoring-Protocol-with-OpenBMP.md └── Trying-CoreOS.md ├── yang.ietf.network.tree.txt └── yang.itef.network.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/README.md -------------------------------------------------------------------------------- /bgp/bgp.monitoring.protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/bgp/bgp.monitoring.protocol.md -------------------------------------------------------------------------------- /cumulus/ztp_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/cumulus/ztp_script.py -------------------------------------------------------------------------------- /docker/campur.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/docker/campur.md -------------------------------------------------------------------------------- /docker/create.insecure.private.docker.registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/docker/create.insecure.private.docker.registry.md -------------------------------------------------------------------------------- /docker/create_docker_image_from_centos_install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/docker/create_docker_image_from_centos_install.md -------------------------------------------------------------------------------- /docker/docker.enable.calico.ubuntu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/docker/docker.enable.calico.ubuntu.md -------------------------------------------------------------------------------- /docker/docker.on.arista.eos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/docker/docker.on.arista.eos.md -------------------------------------------------------------------------------- /freebsd/freebsd.dun.bluetooth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/freebsd/freebsd.dun.bluetooth.md -------------------------------------------------------------------------------- /freebsd/freebsd.nat.example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/freebsd/freebsd.nat.example.md -------------------------------------------------------------------------------- /game/township.graphviz.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/game/township.graphviz.dot -------------------------------------------------------------------------------- /images/.placeholder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/contrail_wireshark_no_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/images/contrail_wireshark_no_header.png -------------------------------------------------------------------------------- /images/contrail_wireshark_vanilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/images/contrail_wireshark_vanilla.png -------------------------------------------------------------------------------- /images/contrail_wireshark_with_agent_dissector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/images/contrail_wireshark_with_agent_dissector.png -------------------------------------------------------------------------------- /images/wireshark_in_analyzer_vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/images/wireshark_in_analyzer_vm.png -------------------------------------------------------------------------------- /juniper/evpn.vxlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/evpn.vxlan.md -------------------------------------------------------------------------------- /juniper/junos.allow.v4mapped.packets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.allow.v4mapped.packets.md -------------------------------------------------------------------------------- /juniper/junos.bgp.authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.bgp.authentication.md -------------------------------------------------------------------------------- /juniper/junos.duplicated.ipv6-link-local.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.duplicated.ipv6-link-local.md -------------------------------------------------------------------------------- /juniper/junos.ipv6.prefix.over.ipv4.bgp.peering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.ipv6.prefix.over.ipv4.bgp.peering.md -------------------------------------------------------------------------------- /juniper/junos.isis.authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.isis.authentication.md -------------------------------------------------------------------------------- /juniper/junos.knob.default-address-selection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.knob.default-address-selection.md -------------------------------------------------------------------------------- /juniper/junos.l2vpn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.l2vpn.md -------------------------------------------------------------------------------- /juniper/junos.map.prefix.to.lsp.example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.map.prefix.to.lsp.example.md -------------------------------------------------------------------------------- /juniper/junos.netconf.example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.netconf.example.md -------------------------------------------------------------------------------- /juniper/junos.ospf.authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.ospf.authentication.md -------------------------------------------------------------------------------- /juniper/junos.ospf.domain-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.ospf.domain-id.md -------------------------------------------------------------------------------- /juniper/junos.ospf.external.metric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.ospf.external.metric.md -------------------------------------------------------------------------------- /juniper/junos.ospf.import-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.ospf.import-policy.md -------------------------------------------------------------------------------- /juniper/junos.playing.with.cos.classifier.and.rewrite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.playing.with.cos.classifier.and.rewrite.md -------------------------------------------------------------------------------- /juniper/junos.route.resolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.route.resolution.md -------------------------------------------------------------------------------- /juniper/junos.rtbh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.rtbh.md -------------------------------------------------------------------------------- /juniper/junos.snmpv3.sample.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.snmpv3.sample.md -------------------------------------------------------------------------------- /juniper/junos.verify.multicast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.verify.multicast.md -------------------------------------------------------------------------------- /juniper/junos.vpls.bgp-ldp-interworking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.vpls.bgp-ldp-interworking.md -------------------------------------------------------------------------------- /juniper/junos.vpls.bgp.multihoming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.vpls.bgp.multihoming.md -------------------------------------------------------------------------------- /juniper/junos.vpls.ldp.bgp_autodiscovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.vpls.ldp.bgp_autodiscovery.md -------------------------------------------------------------------------------- /juniper/junos.vpls.ldp.hub_and_spoke.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.vpls.ldp.hub_and_spoke.md -------------------------------------------------------------------------------- /juniper/junos.vpls.ldp.multihome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/junos.vpls.ldp.multihome.md -------------------------------------------------------------------------------- /juniper/using.sshpass.on.junos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/juniper/using.sshpass.on.junos.md -------------------------------------------------------------------------------- /kubernetes.calico.ubuntu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/kubernetes.calico.ubuntu.md -------------------------------------------------------------------------------- /kvm/kvm.clone.guest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/kvm/kvm.clone.guest.md -------------------------------------------------------------------------------- /kvm/kvm.nested.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/kvm/kvm.nested.md -------------------------------------------------------------------------------- /linux/cassandra.recover.node.inside.cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/cassandra.recover.node.inside.cluster.md -------------------------------------------------------------------------------- /linux/dhcp.add-static-route-with-netmask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/dhcp.add-static-route-with-netmask.md -------------------------------------------------------------------------------- /linux/find.rpm.info.without.installing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/find.rpm.info.without.installing.md -------------------------------------------------------------------------------- /linux/linux.lvm.tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/linux.lvm.tutorial.md -------------------------------------------------------------------------------- /linux/linux.subinterface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/linux.subinterface.md -------------------------------------------------------------------------------- /linux/linux.tcp.keepalive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/linux.tcp.keepalive.md -------------------------------------------------------------------------------- /linux/linux.tcp.offload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/linux.tcp.offload.md -------------------------------------------------------------------------------- /linux/linux_lldp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/linux_lldp.md -------------------------------------------------------------------------------- /linux/resize.qcow2.vm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/resize.qcow2.vm.md -------------------------------------------------------------------------------- /linux/tcpdump_tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/tcpdump_tips.md -------------------------------------------------------------------------------- /linux/trying.coreos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/trying.coreos.md -------------------------------------------------------------------------------- /linux/ubuntu.disable.cloud.init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/ubuntu.disable.cloud.init.md -------------------------------------------------------------------------------- /linux/ubuntu.enable.serial.console.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/ubuntu.enable.serial.console.md -------------------------------------------------------------------------------- /linux/usb.temperature.sensor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/usb.temperature.sensor.md -------------------------------------------------------------------------------- /linux/vde.sample.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/vde.sample.md -------------------------------------------------------------------------------- /linux/vnc.to.main.display.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/linux/vnc.to.main.display.md -------------------------------------------------------------------------------- /misc/campur.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/misc/campur.md -------------------------------------------------------------------------------- /misc/elasticsearch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/misc/elasticsearch.md -------------------------------------------------------------------------------- /misc/java.log.file.location.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/misc/java.log.file.location.md -------------------------------------------------------------------------------- /misc/rabbitmq.on.osx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/misc/rabbitmq.on.osx.md -------------------------------------------------------------------------------- /myblog/old/acronym.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/myblog/old/acronym.md -------------------------------------------------------------------------------- /myblog/old/bgp_nortel_cisco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/myblog/old/bgp_nortel_cisco.md -------------------------------------------------------------------------------- /myblog/old/force.3g.selection.using.atcommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/myblog/old/force.3g.selection.using.atcommand.md -------------------------------------------------------------------------------- /myblog/old/gre_tunnel_cisco_nortel_freebsd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/myblog/old/gre_tunnel_cisco_nortel_freebsd.md -------------------------------------------------------------------------------- /myblog/old/ipv6.over.gprs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/myblog/old/ipv6.over.gprs.md -------------------------------------------------------------------------------- /myblog/old/nms.for.ipv6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/myblog/old/nms.for.ipv6.md -------------------------------------------------------------------------------- /myblog/old/openvpn.for.ipv6.tun_mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/myblog/old/openvpn.for.ipv6.tun_mode.md -------------------------------------------------------------------------------- /myblog/old/ospf3.multiple_af.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/myblog/old/ospf3.multiple_af.md -------------------------------------------------------------------------------- /networking/bgp.private.asn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/networking/bgp.private.asn.md -------------------------------------------------------------------------------- /openstack/calico.lab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/openstack/calico.lab.md -------------------------------------------------------------------------------- /openstack/contrail.check.routing.table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/openstack/contrail.check.routing.table.md -------------------------------------------------------------------------------- /openstack/contrail.setup.simple.gateway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/openstack/contrail.setup.simple.gateway.md -------------------------------------------------------------------------------- /openstack/how.to.send.command.thru.vnc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/openstack/how.to.send.command.thru.vnc.md -------------------------------------------------------------------------------- /openstack/memcached.openstack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/openstack/memcached.openstack.md -------------------------------------------------------------------------------- /openstack/misc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/openstack/misc.md -------------------------------------------------------------------------------- /openstack/openstack.add.serial.console.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/openstack/openstack.add.serial.console.md -------------------------------------------------------------------------------- /openstack/openstack.calico.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/openstack/openstack.calico.md -------------------------------------------------------------------------------- /perl/perl.oneliner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/perl/perl.oneliner.md -------------------------------------------------------------------------------- /python/elasticsearch_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/python/elasticsearch_query.py -------------------------------------------------------------------------------- /python/ping_parallel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/python/ping_parallel.py -------------------------------------------------------------------------------- /python/simple.interactive.python.paramiko.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/python/simple.interactive.python.paramiko.py -------------------------------------------------------------------------------- /python/telegram.bot.to.monitor.linux.server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/python/telegram.bot.to.monitor.linux.server.md -------------------------------------------------------------------------------- /raspi/force.net.interface.name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/raspi/force.net.interface.name.md -------------------------------------------------------------------------------- /sdn/bgpls/cisco.iosxr.bgpls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/sdn/bgpls/cisco.iosxr.bgpls.md -------------------------------------------------------------------------------- /sdn/bgpls/junos.bgpls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/sdn/bgpls/junos.bgpls.md -------------------------------------------------------------------------------- /sdn/openr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/sdn/openr.md -------------------------------------------------------------------------------- /tmp/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vmware/esxi_vsphere_cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/vmware/esxi_vsphere_cli.md -------------------------------------------------------------------------------- /wiki/A-hack-to-create-routed-virtual-network-in-Openstack-with-Openvswitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/A-hack-to-create-routed-virtual-network-in-Openstack-with-Openvswitch.md -------------------------------------------------------------------------------- /wiki/Automate-ssh-access-on-JunOS-device-using-sshpass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/Automate-ssh-access-on-JunOS-device-using-sshpass.md -------------------------------------------------------------------------------- /wiki/Cisco-IOS-XR-Config-Example-for-PCEP-and-BGP-LS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/Cisco-IOS-XR-Config-Example-for-PCEP-and-BGP-LS.md -------------------------------------------------------------------------------- /wiki/Example-of-BGP-LS-in-Junos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/Example-of-BGP-LS-in-Junos.md -------------------------------------------------------------------------------- /wiki/Git-workflow-illustrated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/Git-workflow-illustrated.md -------------------------------------------------------------------------------- /wiki/How-to-Setup-Contrail-Simple-Gateway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/How-to-Setup-Contrail-Simple-Gateway.md -------------------------------------------------------------------------------- /wiki/How-to-automate-VM-configuration-that-does-not-support-DHCP-and-Cloud-init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/How-to-automate-VM-configuration-that-does-not-support-DHCP-and-Cloud-init.md -------------------------------------------------------------------------------- /wiki/How-to-resize-VM-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/How-to-resize-VM-image.md -------------------------------------------------------------------------------- /wiki/Mirror-VM-traffic-in-Openstack-Contrail-with-custom-sniffer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/Mirror-VM-traffic-in-Openstack-Contrail-with-custom-sniffer.md -------------------------------------------------------------------------------- /wiki/Simple-Telegram-Bot-to-Monitor-Linux-Server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/Simple-Telegram-Bot-to-Monitor-Linux-Server.md -------------------------------------------------------------------------------- /wiki/Some-ESXi-related-commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/Some-ESXi-related-commands.md -------------------------------------------------------------------------------- /wiki/Troubleshooting-Keystone-and-Memcached.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/Troubleshooting-Keystone-and-Memcached.md -------------------------------------------------------------------------------- /wiki/Trying-BGP-Monitoring-Protocol-with-OpenBMP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/Trying-BGP-Monitoring-Protocol-with-OpenBMP.md -------------------------------------------------------------------------------- /wiki/Trying-CoreOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/wiki/Trying-CoreOS.md -------------------------------------------------------------------------------- /yang.ietf.network.tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/yang.ietf.network.tree.txt -------------------------------------------------------------------------------- /yang.itef.network.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendoaw/notes/HEAD/yang.itef.network.json --------------------------------------------------------------------------------