Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mnathani on github.
  • I am mnathani (https://keybase.io/mnathani) on keybase.
  • I have a public key whose fingerprint is 7612 7035 A724 C915 5BC1 4A88 DC0A EBB4 174C EFE5

To claim this, I am signing this object:

@mnathani
mnathani / gist:27754bd2eb6cceefcc57
Last active October 2, 2017 20:21
ARP Networks Routed /48 IPv6 configuration on CentOS 6
contents of /etc/sysconfig/network-scripts/ifcfg-eth0:
4 Public IPv6 addresses configured:
DEVICE="eth0"
BOOTPROTO="static"
BROADCAST="206.162.240.71"
DNS1="8.8.8.8"
GATEWAY="206.162.240.65"
HWADDR="52:54:00:8C:36:36"
@mnathani
mnathani / gist:9442e1e00e2ed32b89b6
Created July 10, 2015 04:21
SSD Performance Benchmark - CrystalDiskMark 4.1.0 x64
-----------------------------------------------------------------------
CrystalDiskMark 4.1.0 x64 (C) 2007-2015 hiyohiyo
Crystal Dew World : http://crystalmark.info/
-----------------------------------------------------------------------
* MB/s = 1,000,000 bytes/s [SATA/600 = 600,000,000 bytes/s]
* KB = 1000 bytes, KiB = 1024 bytes
Sequential Read (Q= 32,T= 1) : 284.613 MB/s
Sequential Write (Q= 32,T= 1) : 272.340 MB/s
Random Read 4KiB (Q= 32,T= 1) : 214.282 MB/s [ 52314.9 IOPS]
@mnathani
mnathani / gist:29a03f4c5cf25a515110
Created August 21, 2015 16:30
Head Start Montessori DNS Records
autodiscover.headstartmontessori.ca CNAME autodiscover.outlook.com.
headstartmontessori.ca MX Priority 0 headstartmontessori-ca.mail.protection.outlook.com.
headstartmontessori.ca TXT "v=spf1 a mx ptr include:spf.protection.outlook.com include:bluehost.com ip4:162.144.16.14 ip4:162.144.123.150 ?all"
msoid.headstartmontessori.ca CNAME clientconfig.microsoftonline-p.net.
@mnathani
mnathani / gist:034a85e090ffda729baa
Last active October 16, 2015 07:20
HSRP Troubleshooting
R1:
interface Ethernet0/0
no ip address
half-duplex
!
interface Ethernet0/0.1016
encapsulation dot1Q 1016
ip address dhcp
@mnathani
mnathani / gist:02adbaf4bac11dc1b5cc
Created November 12, 2015 21:47
Advanced Results CIRA Perfomance test
Advanced Results
The Internet Performance Test provides advanced details based on the Network Diagnostic Test (NDT) that was just run.
The information below can be provided to your ISP or network administrator to help solve common networking problems.
Visit cira.ca/IPT/results-help if you would like to learn more about these result details.
NDT - Test Analysis
Client System Details
Client version: 3.7.2.A
OS data: Windows 10
The slowest link in the end-to-end path is a 45 Mbps T3/DS3 subnet
[root@ixp ~]# cat /etc/bird.conf
# Configure logging
log syslog all;
log "/var/log/bird.log" all;
log stderr all;
# Override router ID
router id <RouterID>;
router bgp 64522
bgp router-id 1.1.1.1
bgp log-neighbor-changes
no bgp default ipv4-unicast
neighbor <neighbor ipv6> remote-as 64512
!
address-family ipv4
exit-address-family
!
address-family ipv6
Router#ping 2001:470:1D:E0::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:470:1D:E0::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
Router#ping google.com
Translating "google.com"...domain server (8.8.8.8) [OK]
Type escape sequence to abort.
Router#sh bgp ipv6 unicast summary
BGP router identifier 10.10.11.4, local AS number 64522
BGP table version is 142961, main routing table version 142961
26741 network entries using 7273552 bytes of memory
26741 path entries using 3850704 bytes of memory
14117/14116 BGP path/bestpath attribute entries using 3501016 bytes of memory
92839 BGP AS-PATH entries using 4977550 bytes of memory
2838 BGP community entries using 282040 bytes of memory
55 BGP extended community entries using 1742 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory