<?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>cisco &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.veriteknik.net.tr/en/</link>
	<description>VeriTeknik Bilişim &#124; VeriTeknik Bilişim</description>
	<lastBuildDate>Sun, 10 Jan 2021 16:51:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>SIP NAT on Cisco IOS stop working</title>
		<link>https://www.veriteknik.net.tr/en/sip-nat-cisco-ios-stop-working/</link>
					<comments>https://www.veriteknik.net.tr/en/sip-nat-cisco-ios-stop-working/#respond</comments>
		
		<dc:creator><![CDATA[ckaraca]]></dc:creator>
		<pubDate>Wed, 23 Apr 2014 21:54:41 +0000</pubDate>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[5060]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[SIP]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=953</guid>

					<description><![CDATA[<p>Suddenly you realized that external SIP phones stop working without any reason, you should be avare of Cisco routers get stuck sometimes. There is a trick to solve the issue with two commands, but first of all be sure that the sip is not registered through arterisk cli: Type on your asterisk: asterisk -rvvvvv and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/sip-nat-cisco-ios-stop-working/">SIP NAT on Cisco IOS stop working</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Suddenly you realized that external SIP phones stop working without any reason, you should be avare of Cisco routers get stuck sometimes.<br />
There is a trick to solve the issue with two commands, but first of all be sure that the sip is not registered through arterisk cli:</p>
<p>Type on your asterisk:</p>
<pre class="brush: shell; gutter: true; first-line: 1">asterisk -rvvvvv</pre>
<p>and check sip peers:</p>
<pre class="brush: shell; gutter: true; first-line: 1">sip show peers</pre>
<p>Now you should see the extension as UNKNOWN, if this is the case for you apply these steps on your Cisco IOS:</p>
<pre class="brush: shell; gutter: true; first-line: 1">
conf t
no ip nat service sip udp port 5060
exit
clear ip nat translation
</pre>
<p>To see the results, simply type:</p>
<pre class="brush: shell; gutter: true; first-line: 1">
sh ip nat translations
</pre>
<p>Have fun!</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/sip-nat-cisco-ios-stop-working/">SIP NAT on Cisco IOS stop working</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/sip-nat-cisco-ios-stop-working/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">953</post-id>	</item>
		<item>
		<title>Cisco Router IPv6 Configuration</title>
		<link>https://www.veriteknik.net.tr/en/cisco-router-ipv6-configuration/</link>
					<comments>https://www.veriteknik.net.tr/en/cisco-router-ipv6-configuration/#respond</comments>
		
		<dc:creator><![CDATA[ckaraca]]></dc:creator>
		<pubDate>Mon, 18 Jul 2011 08:33:30 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[router]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=181</guid>

					<description><![CDATA[<p>At the beginning of the year 2011, we decided to apply the IPv6 configuration to our data center (VeriTeknik) and requested our IPv6 block from RIPE. RIRs give out /32 blocks to LIRs at the first assignment. This article describes basic Cisco IPv6 configuration. The Preparation Steps Request your IPv6 Addresses from your RIR or [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/cisco-router-ipv6-configuration/">Cisco Router IPv6 Configuration</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>At the beginning of the year 2011, we decided to apply the IPv6 configuration to our data center (<a title="VeriTeknik" href="http://www.veriteknik.com/en" target="_blank" rel="noopener">VeriTeknik</a>) and requested our IPv6 block from RIPE. RIRs give out /32 blocks to LIRs at the first assignment. This article describes basic Cisco IPv6 configuration.</p>
<h3>The Preparation Steps</h3>
<ol>
<li>Request your IPv6 Addresses from your RIR or LIR</li>
<li>Add IPv6 Route to your AS number in LIR Portal</li>
<li>Get your IPv6 VLAN IP from your Upstream Provider</li>
<li>Configure your router</li>
</ol>
<h3>Configuring Cisco Routers for IPv6</h3>
<p>Before you start applying IPv6 on your routers make sure that you backup your current configuration.</p>
<p>First of all, make a table of your arguments such as your IP addresses, AS numbers etc like below, we put some values for you to easily analyze the configuration:</p>
<table border="0">
<tbody>
<tr>
<td style="text-align: left;"><strong>Your AS Number</strong></td>
<td style="text-align: left;">AS65535</td>
</tr>
<tr>
<td style="text-align: left;"><strong>Remote As Number</strong></td>
<td style="text-align: left;">AS1000</td>
</tr>
<tr>
<td style="text-align: left;"><strong>VLAN IP Your Side (Given by Telco op)</strong></td>
<td style="text-align: left;">2A01:358:4500:2::2/64</td>
</tr>
<tr>
<td style="text-align: left;"><strong>VLAN IP remote Side (Telco Side)</strong></td>
<td style="text-align: left;">2A01:358:4500:2::1</td>
</tr>
<tr>
<td style="text-align: left;"><strong>Your IPv6 Addresses to Announce</strong></td>
<td style="text-align: left;">2B00:7300::/32</td>
</tr>
</tbody>
</table>
<p><strong>Enable IPv6 &amp; IPv6 CEF on your Cisco router:</strong></p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">ipv6 unicast-routing
ipv6 cef
!</pre>
<p><strong>Set your IPv6 address to the interface facing telco:</strong></p>
<p>Don&#8217;t delete your IPv4 configuration or other necessary codes, just add</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">interface GigabitEthernet0/0
description $ETH-WAN$
ipv6 address 2A01:358:4500:2::2/64
ipv6 enable
ipv6 virtual-reassembly
..
..
!</pre>
<p><strong>Switch to BGP configuration by typing &#8220;router bgp 65535&#8221;</strong></p>
<p>add:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">router bgp 65535
.
.
neighbor 2A01:358:4500:2::1 remote-as 1000
!</pre>
<p>type exit and type <strong>address-family ipv6</strong> to enter IPv6 configuration</p>
<p>to announce your prefixes type:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">address-family ipv6
neighbor 2A01:358:4500:2::1 activate
distance bgp 200 200 200
network 2B00:7300::/32
network 2B00:7300:100::/48
redistribute connected
redistribute static
no synchronization
exit-address-family
!</pre>
<p>Type exit one more and you need to add routes for your IPv6 addresses,</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">ipv6 route 2B00:7300::/32 Null0 254</pre>
<p>This is the basic IPv6 configuration for Cisco routers, now you should be able to communicate with IPv6 enabled hosts. To test your configuration you may assign IPv6 to one of your VLANs, an example given below:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">interface GigabitEthernet0/1.201
description LOCAL
encapsulation dot1Q 201
.
.
ipv6 address 2B00:7300:100::1/48
!</pre>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/cisco-router-ipv6-configuration/">Cisco Router IPv6 Configuration</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/cisco-router-ipv6-configuration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">181</post-id>	</item>
		<item>
		<title>Cisco PIX &#038; ASA Host name in greeting fix</title>
		<link>https://www.veriteknik.net.tr/en/cisco-pix-asa-host-name-in-greeting-fix/</link>
					<comments>https://www.veriteknik.net.tr/en/cisco-pix-asa-host-name-in-greeting-fix/#respond</comments>
		
		<dc:creator><![CDATA[ckaraca]]></dc:creator>
		<pubDate>Fri, 22 Apr 2011 09:10:35 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[asa]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[pix]]></category>
		<guid isPermaLink="false">http://plugged.in/?p=12</guid>

					<description><![CDATA[<p>If it appears to be all (***) instead of your mail hostname and if you get, &#8220;550 Sorry, your HELO/EHLO greeting must resolve (#5.7.1)&#8221; error when sending mail to your mail server from outside, run the following command in your CISCO firewall: no fixup protocol smtp 25 and save with the &#8220;wr mem&#8221; command</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/cisco-pix-asa-host-name-in-greeting-fix/">Cisco PIX &#038; ASA Host name in greeting fix</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If it appears to be all (***) instead of your mail hostname and if you get, &#8220;550 Sorry, your HELO/EHLO greeting must resolve (#5.7.1)&#8221; error when sending mail to your mail server from outside, run the following command in your CISCO firewall:</p>
<blockquote><p>no fixup protocol smtp 25</p></blockquote>
<p>and save with the &#8220;wr mem&#8221; command</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/cisco-pix-asa-host-name-in-greeting-fix/">Cisco PIX &#038; ASA Host name in greeting fix</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/cisco-pix-asa-host-name-in-greeting-fix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">12</post-id>	</item>
	</channel>
</rss>
