pastebin preview
Pasted by Anonymous 1 hour, 35 minutes ago
1 2 3 4 5 6 7 8 9 10 | R1(config)#policy-map wtf
R1(config-pmap)#class class-default
R1(config-pmap-c)#po
R1(config-pmap-c)#police ?
<8000-2000000000> Bits per second
cir Committed information rate
rate Specify police rate
R1(config-pmap-c)#police 200000 ?
<1000-512000000> Burst bytes
|
Pasted by Anonymous 22 hours, 18 minutes ago
1 2 3 4 5 6 7 8 9 10 | interface FastEthernet0/0
description WAN
ip address dhcp
ip access-group fe00-in-watch in
ip access-group fe00-out-watch out
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
|
Pasted by Anonymous 1 day ago
1 2 3 4 5 6 7 8 9 10 | R1(tcl)#tclsh ?
LINE Arguments passed to tclsh
<cr>
R1(tcl)#tclsh foreach ip {
+>(tcl)#192.168.0.1
+>(tcl)#192.168.0.2
+>(tcl)#192.168.1.1
+>(tcl)#192.168.1.2
+>(tcl)#} { ping $ip re 2
|
Pasted by Anonymous 1 day, 19 hours ago
1 2 3 4 5 6 7 8 9 | (config)#ip nat inside source static tcp 10.0.23.2 80 WAN.IP 80 extendable
(config)#ip nat inside source static tcp 10.0.23.2 443 WAN.IP 443 extendable
#ping WAN.IP
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to WAN.IP, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
|
Pasted by Anonymous 1 day, 19 hours ago
1 2 3 4 5 6 7 8 9 | (config)#ip nat inside source static tcp 10.0.23.2 80 WAN.IP 80 extendable
(config)#ip nat inside source static tcp 10.0.23.2 443 WAN.IP 443 extendable
#ping WAN.IP
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 190.124.251.4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
|
Pasted by Anonymous 1 day, 22 hours ago
1 2 3 4 5 6 7 8 9 10 | 4 TenGigabitEthernet1-3.ar3.DAL2.gblx.net (64.215.81.1) 0.381 ms 0.414 ms 0.348 ms
5 WBS-Connect-Miami.TenGigabitEthernet2-4.1125.1123ar1.MIA2.gblx.n (64.208.17.54) 30.473 ms 30.122 ms 30.033 ms
6 190.7.163.2 (190.7.163.2) 79.936 ms 81.086 ms 80.300 ms
7 * * *
8 * * *
9 190.7.202.18 (190.7.202.18) 74.502 ms 74.466 ms 73.559 ms
10 * * *
11 * * *
12 * * *
13 * * *
|
Pasted by Anonymous 2 days ago
1 2 3 4 5 6 7 8 9 10 | crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
!
crypto isakmp client configuration group vpn
key $ecret
dns 192.168.4.1
domain example.com
pool vpn_pool
|
Pasted by Anonymous 2 days ago
1 2 3 4 5 6 7 8 9 10 | crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
!
crypto isakmp client configuration group vpn
key $ecret
dns 192.168.4.1
domain example.com
pool vpn_pool
|
Pasted by Anonymous 4 days, 14 hours ago
1 | snmpwalk -v3 -u zenoss -l authPriv -a SHA -A 4efaGecu -x DES -X c5sWA7at 172.20.255.12
|
Pasted by Anonymous 4 days, 15 hours ago
1 2 3 4 5 6 7 8 9 10 | # /usr/local/etc/tac_plus.conf
key="E!o7iC!_o>.8HgrPJ"
accounting file = /var/log/tacacs.log
user=cjones {
name = "Chris Jones"
login = des "aSmxBQFlNZMdI"
member = netadmins
|
