<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gretech.be &#187; config</title>
	<atom:link href="http://gretech.be/blog/index.php/tag/config/feed/" rel="self" type="application/rss+xml" />
	<link>http://gretech.be/blog</link>
	<description>Just another WordPress weblog...</description>
	<lastBuildDate>Sat, 20 Nov 2010 16:58:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cisco 877 (800 serie) RFC 2684 (before 1483) multi-protocol over ATM, config Dommel CityConnect (Wan DHCP, ADSL2+)</title>
		<link>http://gretech.be/blog/index.php/2010/04/08/cisco-877-800-serie-config-rfc-2684-before-1483-multi-protocol-over-atm-dommel-cityconnect-wan-dhcp-adsl2/</link>
		<comments>http://gretech.be/blog/index.php/2010/04/08/cisco-877-800-serie-config-rfc-2684-before-1483-multi-protocol-over-atm-dommel-cityconnect-wan-dhcp-adsl2/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 11:29:01 +0000</pubDate>
		<dc:creator>GregoryBE</dc:creator>
				<category><![CDATA[Routers]]></category>
		<category><![CDATA[atm]]></category>
		<category><![CDATA[bridged]]></category>
		<category><![CDATA[Cisco 800]]></category>
		<category><![CDATA[Cisco 877]]></category>
		<category><![CDATA[cityconnect]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[dommel]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[rfc 1483]]></category>
		<category><![CDATA[rfc 2684]]></category>

		<guid isPermaLink="false">http://gretech.be/blog/?p=61</guid>
		<description><![CDATA[Config I use for the Belgium provider Dommel with the Cityconnect ADSL2+ they offer. WAN IP: DHCP (ATM0.1 point-to-point) LAN Router IP: 10.10.10.1 DHCP Range: 10.10.10.10 10.10.10.240 DNS Server forwarding requests to OpenDNS NTP Server forwarding requests to 81.246.92.140 and 212.68.213.7 (be.pool.ntp.org ip's) Timezone Paris Incoming ACL: 101 Outgoing ACL: 100 SSH via WAN on [...]]]></description>
			<content:encoded><![CDATA[<p>Config I use for the Belgium provider Dommel with the Cityconnect ADSL2+ they offer.</p>
<ul>
<li>WAN IP: DHCP (ATM0.1 point-to-point)</li>
<li>LAN Router IP: <strong>10.10.10.1</strong></li>
<li>DHCP Range: 10.10.10.<strong>10</strong> 10.10.10.<strong>240</strong></li>
<li>DNS Server forwarding requests to <strong>OpenDNS</strong></li>
<li>NTP Server forwarding requests to 81.246.92.140 and 212.68.213.7 (<strong>be.pool.ntp.org</strong> ip's)</li>
<li>Timezone Paris</li>
<li>Incoming ACL: <strong>101</strong></li>
<li>Outgoing ACL: <strong>100</strong></li>
<li>SSH via WAN on port <strong>822</strong></li>
<li>SNMP Private string: privateString</li>
<li>SNMP Public string: publiekeString</li>
<li>Logging previous 300 console commands</li>
</ul>
<p><code><br />
!* cisco-axelius.axelius.be.CiscoConfig<br />
!* IP Address : 10.10.10.1<br />
!* Community  : privateString<br />
!* Downloaded 21/03/2010 19:07:58 by SolarWinds Config Transfer Engine Version 5.5.0<br />
!<br />
! Last configuration change at 19:06:47 Paris Sun Mar 21 2010 by admin<br />
! NVRAM config last updated at 19:06:53 Paris Sun Mar 21 2010 by admin<br />
!<br />
version 12.4<br />
no service pad<br />
service tcp-keepalives-in<br />
service tcp-keepalives-out<br />
service timestamps debug datetime msec localtime show-timezone<br />
service timestamps log datetime msec localtime show-timezone<br />
service password-encryption<br />
service sequence-numbers<br />
!<br />
hostname cisco-axelius<br />
!<br />
boot-start-marker<br />
boot-end-marker<br />
!<br />
logging buffered 51200 debugging<br />
logging console critical<br />
enable secret 5 ...<br />
!<br />
no aaa new-model<br />
!<br />
resource policy<br />
!<br />
clock timezone Paris 1<br />
clock summer-time Paris date Mar 30 2003 2:00 Oct 26 2003 3:00<br />
ip subnet-zero<br />
ip cef<br />
no ip dhcp use vrf connected<br />
ip dhcp excluded-address 10.10.10.1 10.10.10.9<br />
ip dhcp excluded-address 10.10.10.241 10.10.10.254<br />
!<br />
ip dhcp pool sdm-pool1<br />
import all<br />
network 10.10.10.0 255.255.255.0<br />
default-router 10.10.10.1<br />
dns-server 10.10.10.1<br />
!<br />
!<br />
ip tcp synwait-time 10<br />
no ip bootp server<br />
ip domain name axelius.be<br />
ip name-server 208.67.222.222<br />
ip name-server 208.67.220.220<br />
ip ssh time-out 60<br />
ip ssh authentication-retries 5<br />
!<br />
!<br />
crypto pki trustpoint TP-self-signed-4008809079<br />
enrollment selfsigned<br />
subject-name cn=IOS-Self-Signed-Certificate-4008809079<br />
revocation-check none<br />
rsakeypair TP-self-signed-4008809079<br />
!<br />
!<br />
crypto pki certificate chain TP-self-signed-4008809079<br />
certificate self-signed 01<br />
30820250 ...<br />
quit<br />
username admin privilege 15 secret 5<br />
archive<br />
log config<br />
logging enable<br />
logging size 300<br />
hidekeys<br />
!<br />
!<br />
!<br />
bridge irb<br />
!<br />
!<br />
interface ATM0<br />
description Fysieke ADSL (ATM) Interface<br />
no ip address<br />
no atm ilmi-keepalive<br />
dsl operating-mode auto<br />
!<br />
interface ATM0.1 point-to-point<br />
description ATM Routed Bridge Encapsulation (RBE) Subinterface t.b.v. Internet<br />
ip address dhcp<br />
ip access-group 101 in<br />
ip nat outside<br />
ip virtual-reassembly<br />
no snmp trap link-status<br />
atm route-bridged ip<br />
pvc 8/35<br />
encapsulation aal5snap<br />
protocol ip inarp<br />
!<br />
!<br />
interface FastEthernet0<br />
!<br />
interface FastEthernet1<br />
!<br />
interface FastEthernet2<br />
!<br />
interface FastEthernet3<br />
!<br />
interface Vlan1<br />
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$<br />
ip address 10.10.10.1 255.255.255.0<br />
ip access-group 100 in<br />
ip nat inside<br />
no ip virtual-reassembly<br />
!<br />
interface Dialer0<br />
no ip address<br />
!<br />
ip classless<br />
!<br />
ip http server<br />
ip http authentication local<br />
ip http secure-server<br />
ip http timeout-policy idle 60 life 86400 requests 10000<br />
ip nat inside source list 1 interface ATM0.1 overload<br />
ip nat inside source static tcp 10.10.10.1 22 interface Dialer0 822<br />
ip dns server<br />
!<br />
logging trap debugging<br />
access-list 1 remark INSIDE_IF=Vlan1<br />
access-list 1 remark SDM_ACL Category=2<br />
access-list 1 permit 10.10.10.0 0.0.0.255<br />
access-list 100 remark CCP_ACL Category=17<br />
access-list 100 deny   ip host 255.255.255.255 any<br />
access-list 100 deny   ip 127.0.0.0 0.255.255.255 any<br />
access-list 100 permit ip any any<br />
access-list 101 permit tcp any any established<br />
access-list 101 permit udp host 212.68.213.7 eq ntp any eq ntp<br />
access-list 101 permit udp host 81.246.92.140 eq ntp any eq ntp<br />
access-list 101 permit udp host 208.67.220.220 eq domain any<br />
access-list 101 permit udp host 208.67.222.222 eq domain any<br />
access-list 101 permit tcp any any eq 822<br />
access-list 101 permit icmp any any administratively-prohibited<br />
access-list 101 permit icmp any any echo<br />
access-list 101 permit icmp any any echo-reply<br />
access-list 101 permit icmp any any time-exceeded<br />
access-list 101 permit icmp any any traceroute<br />
access-list 101 permit icmp any any unreachable<br />
access-list 101 permit udp any eq bootps any eq bootpc<br />
access-list 101 deny   ip any any<br />
snmp-server community privateString RW<br />
snmp-server community publiekeString RO<br />
snmp-server location Hasselt<br />
snmp-server contact GregoryBE<br />
!<br />
control-plane<br />
!<br />
banner login Authorized access only!<br />
Gretech Configured router. Unauthorized access will be logged.<br />
!<br />
line con 0<br />
login local<br />
no modem enable<br />
transport output telnet<br />
line aux 0<br />
login local<br />
transport output telnet<br />
line vty 0 4<br />
privilege level 15<br />
login local<br />
transport input telnet ssh<br />
!<br />
scheduler max-task-time 5000<br />
scheduler allocate 4000 1000<br />
scheduler interval 500<br />
ntp clock-period 17179862<br />
ntp master<br />
ntp server 81.246.92.140 prefer<br />
ntp server 212.68.213.7<br />
end</code></p>
<p>Links:<br />
<a href="http://www.cisco.com/en/US/tech/tk175/tk15/technologies_configuration_example09186a008071a5d0.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk175/tk15/technologies_configuration_example09186a008071a5d0.shtml</a><br />
<a href="http://forums.overclockers.com.au/showthread.php?t=460519" target="_blank">http://forums.overclockers.com.au/showthread.php?t=460519</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gretech.be/blog/index.php/2010/04/08/cisco-877-800-serie-config-rfc-2684-before-1483-multi-protocol-over-atm-dommel-cityconnect-wan-dhcp-adsl2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->