<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by peterson123456</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 10 Jul 2026 14:22:50 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>How to choose?</title>
            <link>http://forum.lowyat.net/topic/3565451</link>
            <description>Hello All, We are trying to setup datacenter for newly opened office and trying to find out the difference between WS-C2960X- 24TS-L  vs WS-C2960X-48FPS-L.&lt;br /&gt;Could any of your throw light on how to choose between the two mentioned switches?&lt;br /&gt;</description>
            <author>peterson123456</author>
            <category>Hardware</category>
            <pubDate>Wed, 29 Apr 2015 18:00:19 +0800</pubDate>
        </item>
        <item>
            <title>how to configure the intranet</title>
            <link>http://forum.lowyat.net/topic/3515061</link>
            <description>I was a green hand on Cisco networking, and have purchased a Cisco 871-K9 recently for reserch from www.3anetwork.com. I have configured SDM and CCP, but cannot configure PPPoE, only have DOS configuration and finally I can configure the PPPoE for the extranet, but i don&amp;#39;t know how to configure the intranet, who can tell me? And attached my configuration, 0-3 port for LAN; 4 port for WAN. My attention was 192.168.1.1 for gateway, intranet DHCP 192.168.1.100~192.168.1.253, dailing was WAN port, while the problem was, the IP address cannot be get for intranet, and  the IP manually specifying was 192.168.1.100, the data cannot be received, was 0, network cannot work.&lt;br /&gt;&lt;br /&gt;Router#show running-config&lt;br /&gt;Building configuration...&lt;br /&gt;&lt;br /&gt;Current configuration : 1885 bytes&lt;br /&gt;&amp;#33;&lt;br /&gt;version 12.4&lt;br /&gt;no service pad&lt;br /&gt;service timestamps debug datetime msec&lt;br /&gt;service timestamps log datetime msec&lt;br /&gt;no service password-encryption&lt;br /&gt;&amp;#33;&lt;br /&gt;hostname Router&lt;br /&gt;&amp;#33;&lt;br /&gt;boot-start-marker&lt;br /&gt;boot-end-marker&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;no aaa new-model&lt;br /&gt;&amp;#33;&lt;br /&gt;resource policy&lt;br /&gt;&amp;#33;&lt;br /&gt;ip cef&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;no ip dhcp use vrf connected&lt;br /&gt;ip dhcp excluded-address 192.168.1.1&lt;br /&gt;ip dhcp excluded-address 192.168.1.254&lt;br /&gt;ip dhcp excluded-address 192.168.1.1 192.168.1.99&lt;br /&gt;&amp;#33;&lt;br /&gt;ip dhcp pool 1&lt;br /&gt;   import all&lt;br /&gt;   network 192.168.1.0 255.255.255.0&lt;br /&gt;   default-router 192.168.1.1&lt;br /&gt;   dns-server 8.8.8.8 192.168.1.1 114.114.114.114&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;ip name-server 8.8.8.8&lt;br /&gt;ip name-server 192.168.1.1&lt;br /&gt;ip name-server 61.177.7.1&lt;br /&gt;ip name-server 114.114.114.114&lt;br /&gt;vpdn enable&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;interface FastEthernet0&lt;br /&gt;&amp;#33;&lt;br /&gt;interface FastEthernet1&lt;br /&gt;&amp;#33;&lt;br /&gt;interface FastEthernet2&lt;br /&gt;&amp;#33;&lt;br /&gt;interface FastEthernet3&lt;br /&gt;&amp;#33;&lt;br /&gt;interface FastEthernet4&lt;br /&gt;ip address 192.168.1.1 255.255.255.0&lt;br /&gt;ip nat inside&lt;br /&gt;ip virtual-reassembly&lt;br /&gt;duplex auto&lt;br /&gt;speed auto&lt;br /&gt;pppoe enable&lt;br /&gt;pppoe-client dial-pool-number 1&lt;br /&gt;no cdp enable&lt;br /&gt;&amp;#33;&lt;br /&gt;interface Vlan1&lt;br /&gt;no ip address&lt;br /&gt;ip nat inside&lt;br /&gt;ip virtual-reassembly&lt;br /&gt;bridge-group 1&lt;br /&gt;bridge-group 1 spanning-disabled&lt;br /&gt;&amp;#33;&lt;br /&gt;interface Dialer0&lt;br /&gt;ip address negotiated&lt;br /&gt;ip mtu 1492&lt;br /&gt;encapsulation ppp&lt;br /&gt;ip tcp adjust-mss 1452&lt;br /&gt;dialer pool 1&lt;br /&gt;dialer idle-timeout 0&lt;br /&gt;dialer persistent&lt;br /&gt;dialer-group 1&lt;br /&gt;no cdp enable&lt;br /&gt;ppp authentication chap pap callin&lt;br /&gt;ppp pap sent-username 12312341234 password 0 555555&lt;br /&gt;&amp;#33;&lt;br /&gt;ip route 0.0.0.0 0.0.0.0 Dialer0 permanent&lt;br /&gt;&amp;#33;&lt;br /&gt;ip dns server&lt;br /&gt;&amp;#33;&lt;br /&gt;no ip http server&lt;br /&gt;no ip http secure-server&lt;br /&gt;ip nat pool pool1 192.168.1.0 192.168.2.0 netmask 255.255.252.0&lt;br /&gt;ip nat inside source list 1 interface Dialer0 overload&lt;br /&gt;&amp;#33;&lt;br /&gt;access-list 1 permit 0.0.0.0 255.255.255.0&lt;br /&gt;dialer-list 1 protocol ip permit&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;control-plane&lt;br /&gt;&amp;#33;&lt;br /&gt;&amp;#33;&lt;br /&gt;line con 0&lt;br /&gt;no modem enable&lt;br /&gt;line aux 0&lt;br /&gt;line vty 0 4&lt;br /&gt;login&lt;br /&gt;&amp;#33;&lt;br /&gt;scheduler max-task-time 5000&lt;br /&gt;&amp;#33;&lt;br /&gt;webvpn context Default_context&lt;br /&gt;ssl authenticate verify all&lt;br /&gt;&amp;#33;&lt;br /&gt;no inservice&lt;br /&gt;&amp;#33;&lt;br /&gt;end&lt;br /&gt;</description>
            <author>peterson123456</author>
            <category>Technical Support</category>
            <pubDate>Fri, 06 Mar 2015 17:53:59 +0800</pubDate>
        </item>
        <item>
            <title>Huawei OLT</title>
            <link>http://forum.lowyat.net/topic/3476858</link>
            <description>We have 2 power cables with the Huawei OLT. Now I have some question about it, do we have to put 24V/20A on each cable or 48V/20A on each cable? Can we use only one cable or must use both? Can we use one power unit with a single 48V/20A output for both entries in the OLT?</description>
            <author>peterson123456</author>
            <category>Technical Support</category>
            <pubDate>Wed, 21 Jan 2015 18:30:43 +0800</pubDate>
        </item>
        <item>
            <title>CISCO2960S switches</title>
            <link>http://forum.lowyat.net/topic/3469978</link>
            <description>i wanna make sure, vlan which can set ip address is 3 layers, otherwise layer 2, is this correct? CISCO2960S can set the interface vlan address, CISCO2960S are layer 3 switches?</description>
            <author>peterson123456</author>
            <category>Technical Support</category>
            <pubDate>Wed, 14 Jan 2015 17:28:06 +0800</pubDate>
        </item>
    </channel>
</rss>
