• 締切済み

Ciscoルータのコンフィグ教えてください

◆試験端末A-----◆L3SW(3550)---◆ATMルータ(3725)---ATM2M---IP-VPN---SDSL1.5M---◆SDSLルータ(1721)-----◆試験端末B を構築中です。 ネットワーク検証するための設定なのですが、RIPV1を使用して通信を試みようとしています。 まずはPingが通るようにしなければならず、四苦八苦しております。 コンフィグに自信がなく、CCNAで勉強した程度なのですが、どなたか一度見ていただけないでしょうか。 当方初心者につき、説明不足があると思いますが、どうかよろしくお願いいたします。 ◆試験端末A 192.168.51.1 255.255.255.192 ◆L3SW(3550)のコンフィグ enable conf t interface fastethernet0/1 ip address 192.168.51.2 255.255.255.224 no shutdown interface fastethernet0/0 ip address 192.168.51.91 255.255.255.224 no shutdown ◆ATMルータ(3725)のコンフィグ enable conf t interface fastethernet0/0 ip address 192.168.51.90 255.255.255.0 no shutdown interface atm0/0 ip address 192.168.101.2 255.255.255.252 no shutdown interface atm0/0 atm pvc 1 0 100 aal5snap ←←←ATMの設定はこれで良いのでしょうか? router rip network 192.168.101.0 network 192.168.51.0 ◆SDSLルータ(1721)のコンフィグ enable conf t interface sirial0/0 ip address 192.168.101.6 255.255.255.252 no shutdown *******SDSLの設定********   ←←←SDSLの設定が全くわかりません。 interface ethernet 0/0 ip address 192.168.52.1 255.255.255.0 no shutdown router rip network 192.168.101.0 network 192.168.52.0 ◆試験端末B 192.168.52.1 255.255.255.0

みんなの回答

回答No.1

私も結構前にCCNAを勉強したときにやった程度なので多分合ってないですが、clock rateの設定はされましたか? clock rateってどういうときに必要だったかとか忘れちゃったけどw

関連するQ&A

  • Ciscoルータ(1712)のIPアドレス設定について

    上記ルータのセットアップをしようとしています。 現在の設定状況は以下のとおりです。 FastEthernet1に対してIPアドレスを設定しようとしていますが、 うまく設定できません。設定方法は間違えていないと思いますが・・ いろいろ調べているところですがが、なかなか解決できません。 解決方法を教えてください。 よろしくお願いします。 router1#configure Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. router1(config)#interface FastEthernet 1 router1(config-if)#ip address 192.168.2.1 255.255.255.0 % IP addresses may not be configured on L2 links. router1(config-if)# ---現在のshow conf--- interface BRI0 no ip address no ip route-cache shutdown no cdp enable ! interface FastEthernet0 ip address 192.168.1.1 255.255.255.0 no ip route-cache speed auto half-duplex no cdp enable ! interface FastEthernet1 no cdp enable ! interface FastEthernet2 shutdown no cdp enable ! interface FastEthernet3 shutdown no cdp enable ! interface FastEthernet4 shutdown no cdp enable ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$ no ip address no ip route-cache ip tcp adjust-mss 1452 shutdown ! ip classless ip http server ip http authentication local ip http secure-server ip http timeout-policy idle 5 life 86400 requests 10000

  • Ciscoルータ間でpingが飛ばない

    CCENT試験の勉強のためにNetwork Visualizer8.0を利用しています。 現在シミュレーションでルーター2621を3台並べてそれぞれにR1、R2、R3というホスト名を指定しています。R1にはH1というホストコンピューターを接続して、R3にはH3というホストコンピューターを接続しています。R1-R2-R3と接続しています。 スタティックルートを設定してH1からH3にpingを飛ばしているのですが、返ってきません。 ネットパケットモニターを見てみると、H1からH3までのEcho Requestは無事に飛んでいて、Echo ReplyがR2のINまではくるのですが、OUTに飛びません。 逆にH3からH1にpingを飛ばすと、やはりR2のINまではくるのですが、OUTに飛びません。 H1からは問題なくH3に通信ができているのにH3からH1にはR2のINまでしか飛びません。 何が考えられるかご教示下さい。 R1のrunning-config Building configuration... Current configuration : 625 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ! ! ip subnet-zero ! ! ! ! ! interface Loopback0 ip address 192.168.0.1 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast shutdown ! interface FastEthernet0/1 ip address 192.168.12.1 255.255.255.0 no ip directed-broadcast ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! ! ip classless no ip http server ip route 192.168.23.0 255.255.255.0 192.168.12.2 ip route 192.168.0.2 255.255.255.255 192.168.12.2 ip route 192.168.3.0 255.255.255.0 192.168.12.2 ip route 192.168.0.3 255.255.255.255 192.168.12.2 ! ! ! line con 0 line aux 0 line vty 0 4 login ! end Router# R2のrunning-config Router Con0 is now available Press RETURN to get started! Router>enable Router#show running-config Building configuration... Current configuration : 625 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ! ! ip subnet-zero ! ! ! ! ! interface Loopback0 ip address 192.168.0.2 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.12.2 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast shutdown ! interface FastEthernet0/1 ip address 192.168.23.2 255.255.255.0 no ip directed-broadcast ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! ! ip classless no ip http server ip route 192.168.3.0 255.255.255.0 192.168.23.3 ip route 192.168.0.3 255.255.255.255 192.168.23.3 ip route 192.168.0.1 255.255.255.255 192.168.12.1 ip route 192.168.1.0 255.255.255.0 192.168.12.1 ! ! ! line con 0 line aux 0 line vty 0 4 login ! end Router# R3のruning-config Router Con0 is now available Press RETURN to get started! Router>enable Router#show running-config Building configuration... Current configuration : 625 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ! ! ip subnet-zero ! ! ! ! ! interface Loopback0 ip address 192.168.0.3 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.23.3 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast shutdown ! interface FastEthernet0/1 ip address 192.168.3.3 255.255.255.0 no ip directed-broadcast ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! ! ip classless no ip http server ip route 192.168.0.1 255.255.255.255 192.168.23.2 ip route 192.168.0.2 255.255.255.255 192.168.23.2 ip route 192.168.12.0 255.255.255.0 192.168.23.2 ip route 192.168.1.0 255.255.255.0 192.168.23.2 ! ! ! line con 0 line aux 0 line vty 0 4 login ! end Router# H1は192.168.1.100/24 H3は192.168.3.100/24 になります

  • IX2015でのネットワーク接続

    この度ヤフオクの方でIX2015の中古品を落札し WINXPとIX2015を使いネットワーク接続をしようとしているのですが。 CFGを何度か書き換えてもうまく繋がりません。 どなたかお知恵をお貸しいただけないでしょうか 以下が設定ファイルです。 症状としては ・WEBからIX2015へのアクセスは可能 ・WEB上でのpuropaのステータス表記は接続中 ・IEでgoogleに接続するとInternet Explorer ではこのページは表示できません。とでます。 ・FE0/0にCTUとの接続を。FE1/0の1にPCとの接続をしてある状態です。 hostname ix2015 timezone +09 00 username **** password hash **** administrator ! ntp ip enable ntp server 210.173.160.27 ntp server 210.173.160.57 ntp server 210.173.160.87 ntp interval 3600 ! ip route 10.0.0.0/8 FastEthernet0/0.1 ip dhcp enable ! proxy-dns ip enable ! telnet-server ip enable ! http-server username **** http-server ip enable ! ppp profile puropaida authentication myname **** authentication password **** **** ! ip dhcp profile lan20 assignable-range 192.168.20.100 192.168.20.200 subnet-mask 255.255.255.0 dns-server 192.168.20.1 ! device FastEthernet0/0 ! device FastEthernet0/1 ! device FastEthernet1/0 ! device BRI1/0 isdn switch-type hsd128k ! interface FastEthernet0/0.0 no ip address shutdown ! interface FastEthernet0/1.0 no ip address shutdown ! interface FastEthernet1/0.0 ip address 192.168.20.1/24 ip dhcp binding lan20 no shutdown ! interface BRI1/0.0 encapsulation ppp no auto-connect no ip address shutdown ! interface FastEthernet0/0.1 description puropa encapsulation pppoe auto-connect ppp binding puropaida ip address ipcp ip napt enable no shutdown ! interface Loopback0.0 no ip address ! interface Null0.0 no ip address

  • Cisco 1812j 2台でネット設定

    1812jを2台でつなげてネットにアクセスできるようにしたいと考えています。 ルータはRo-A と Ro-B です。 Ro-BにPPPoEセッションをはって、下図のPC1はネットにアクセスできるようになっています。 大雑把に下のような構成です。 Internet----(Dialer1)Ro-B(fa0)----(fa0)Ro-A(VLAN50)----PC2 (VLAN60)----------| | PC1 ネットワークは fa0 172.16.0.0 VLAN60 172.16.32.0 VLAN50 192.168.1.0 となっています。 ripでVLAN60とVLAN50のネットワークへはアクセスできてPC2とPC1の疎通もとれています。 Ro-Bに設定したデフォルトルートもdefault-information originate でRo-Aに通知していますがRo-Aからはネットにアクセスできません。 Ro-Aからネットに接続できるようにするためにはどのような設定が必要なのかご教授いただきたいと思います。 念のためRo-Aのコンフィギュレーションです。 ! hostname Ro-A ! boot-start-marker boot-end-marker ! no aaa new-model ! ! dot11 syslog ! ! ip cef no ip dhcp use vrf connected ip dhcp excluded-address 192.168.1.1 ip dhcp excluded-address 192.168.1.254 ! ip dhcp pool LAN network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 domain-name ciscoa.com dns-server 192.168.1.254 lease 2 ! archive log config hidekeys ! interface FastEthernet0 ip address 172.16.1.3 255.255.255.0 ip rip send version 2 ip rip receive version 2 duplex auto speed auto ! interface FastEthernet1 no ip address shutdown duplex auto speed auto ! interface BRI0 no ip address encapsulation hdlc shutdown ! interface FastEthernet2 switchport access vlan 50 ! ! interface Vlan1 interface Vlan1 no ip address ! interface Vlan50 ip address 192.168.1.1 255.255.255.0 ip nat inside ip virtual-reassembly ! router rip version 2 network 172.16.0.0 network 192.168.1.0 no auto-summary ! ip forward-protocol nd ! 文字数節約のためかなりはしょってますが、必要な項目はこんな感じです。 Ro-Bのコンフィギュレーションがなくて申し訳ありませんが、Dialer1の設定がしてある以外は大体同じ感じです。 なにとぞよろしくお願いいたします。

  • Cisco 861 PPPoE接続設定

    Cisco 861ルータでPPPoE接続設定をしていますが、ISPへ接続自体は可能ですが、通信が出来ません。 ターミナルから設定をして、ISPへ接続して、IPアドレスは取得しますが、Ping自体通りません。ルーティングがおかしいのかと思うのですがマニュアル記載の方法では問題ないとなっています。 以下コンフィグです。どこに問題があるのでしょう? 非常にこまっています。よろしくお願いします Router#show run Building configuration... Current configuration : 3321 bytes ! ! Last configuration change at 10:42:52 PCTime Sun Aug 16 2009 by router ! version 12.4 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! boot-start-marker boot-end-marker ! logging message-counter syslog enable secret 5 **** enable password ***** ! no aaa new-model clock timezone PCTime 9 ! crypto pki trustpoint TP-self-signed-1602674877 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-1602674877 revocation-check none rsakeypair TP-self-signed-1602674877 ! ! crypto pki certificate chain TP-self-signed-1602674877 certificate self-signed 01 quit ip source-route no ip routing ! no ip cef ip name-server 202.234.232.6 ip name-server 221.113.139.250 ! archive log config hidekeys ! interface FastEthernet0 ! interface FastEthernet1 shutdown ! interface FastEthernet2 shutdown ! interface FastEthernet3 shutdown ! interface FastEthernet4 description $ES_WAN$ no ip address no ip route-cache duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 1 ! interface Vlan1 ip address 192.168.2.1 255.255.255.0 no ip route-cache ip tcp adjust-mss 1412 ! interface Dialer0 ip address negotiated ip mtu 1452 ip nat outside ip virtual-reassembly encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication chap callin ppp chap hostname ***** ppp chap password 0 ***** ! ip forward-protocol nd ip http server ip http secure-server ! ip nat inside source list 1 interface Dialer0 overload ! access-list 1 permit 0.0.0.0 255.255.255.0 dialer-list 1 protocol ip permit ! control-plane ! ! line con 0 no modem enable line aux 0 line vty 0 4 password **** login ! scheduler max-task-time 5000 end

  • シスコのルータについて。 CISCO

    シスコのルータについて勉強しています! バーチャルラボとかっていうのを使って、 ホスト1と2600ciscoルータのF0/0につなぎ ホスト2と同じルータのF0/1につなぎました。 これから、en とやって、config terminal とかやってping 試験を実施したいのですが、どうやったらいいか教えてください。 まだコマンドを覚え切れてないので、できればHost1からHost2までPingが通るように設定したいです! どなたか教えてください。 また、IPアドレスとサブネットマスクのアドレスもまだよくわからない初心者ですので、教えてくれるとうれしいです。 自分では、 host1 を192.168.1.1 . subnet 255.255.255.0 <--どうして教科書はsubnetの部分の最後の部分を0にしたのか不明ですが。。 まず、 en にして 次にconfig terminal を入力しました Router(config)#interface fastEthernet 0/0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#no shutdown Router(config-if)# これでいいのでしょうか?? これは、ルータとPC1の区間の線がファーストイーサネットに認識したといういみでしょうか??>_< もしも仮にそうなら、ホスト1を認識するには、どのように入力していけばよいですか?? あと、なぜ、サブネットの部分の最後は0でいいのですか??これは三つ目までネットワークIDで四つ目のところが 0だと、ホストが0という意味にはなりませんか?? あと、最後のNo shutdownはなぜ必要なのですか?? よろしくおねがいします!!最終的にHost1からルータのF0/0を通って、F0/1のポートから、Host2までPingが届くように完成させたいです。。。

  • ciscoルータのaccess-listについて

    192.9.211.0/24のネットワークから192.9.214.0/24に telnet/pingできるようにしています。 最初はtelnet/pingできるのですが、途中から できなくなります。192.9.211.0からはFR網の 手前までアクセスできるのですがFR網の先はアクセス できなくなります。 access-listは問題ないと思うのですが、なぜ こうなるのでしょうか。おしえてください。 show confの抜粋です。 router#show conf ! version 12.2 ! enable password admin username admin password 0 admin ip subnet-zero ! isdn switch-type ntt isdn leased-line BRI0 128 ! interface Ethernet0 ip address 192.9.214.253 255.255.255.0 ! interface BRI0 no ip address encapsulation frame-relay no arp frame-relay ! interface BRI0.1 point-to-point ip address 192.168.1.1 255.255.255.0 ip access-group 106 in no arp frame-relay frame-relay interface-dlci 31 ! interface BRI0.2 point-to-point ip address 192.168.2.1 255.255.255.0 ip access-group 104 in no arp frame-relay frame-relay interface-dlci 30 ! router rip version 2 network 192.9.214.0 network 192.168.1.0 network 192.168.2.0 ip classless ! access-list 104 permit icmp 192.9.217.0 0.0.0.255 192.9.214.0 0.0.0.255 access-list 104 permit tcp 192.9.217.0 0.0.0.255 192.9.214.0 0.0.0.255 eq telnet access-list 104 permit tcp 192.9.217.0 0.0.0.255 192.9.214.0 0.0.0.255 established access-list 106 permit icmp 192.9.211.0 0.0.0.255 192.9.214.0 0.0.0.255 access-list 106 permit tcp 192.9.211.0 0.0.0.255 192.9.214.0 0.0.0.255 eq telnet access-list 106 permit tcp 192.9.211.0 0.0.0.255 192.9.214.0 0.0.0.255 established ! line vty 0 4 login local ! end

  • CISCO861のコンフィグについて(文字数多いので質問を簡易的にさせていただきます。)

    CISCO861なのですが、PPPOEセッションは出来ましたが社内からインターネットが見れませんでした。DNSの問題ではなくインターネット接続が出来ない状態です。下記にコンフィグを掲載します。 Using 4287 out of 262136 bytes ! ! version 12.4 no service pad service tcp-keepalives-in service tcp-keepalives-out service timestamps debug datetime msec localtime show-timezone service timestamps log datetime msec localtime show-timezone service password-encryption service sequence-numbers ! hostname cisco861 ! boot-start-marker boot-end-marker ! logging message-counter syslog logging buffered 51200 logging console critical enable secret 5 $1$pCO0$b9HKA82UAq527AX21c3QG. ! no aaa new-model clock timezone PCTime 9 ! crypto pki trustpoint TP-self-signed-3392298547 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-3392298547 revocation-check none rsakeypair TP-self-signed-3392298547 ! ! crypto pki certificate chain TP-self-signed-3392298547 certificate self-signed 01 nvram:IOS-Self-Sig#9.cer no ip source-route ip dhcp excluded-address 192.168.11.1 ! ip dhcp pool ccp-pool import all network 192.168.11.0 255.255.255.0 default-router 10.10.10.1 domain-name DOTNET.com dns-server 192.168.11.1 lease 0 2 ! ! ip cef no ip bootp server ip domain name DOTNET.com ip name-server 192.168.11.1 ! ! ! ! username DOTNET privilege 15 secret 5 $1$fuzw$i8aegxZAdhyd4la5ctrde/ ! ! ! archive log config hidekeys ! ! ip tcp synwait-time 10 ip ssh time-out 60 ip ssh authentication-retries 2 ! class-map type inspect match-any ccp-cls-icmp-access match protocol icmp class-map type inspect match-any ccp-cls-insp-traffic match protocol cuseeme match protocol dns match protocol ftp match protocol h323 match protocol https match protocol icmp match protocol imap match protocol pop3 ! ! ! ! interface FastEthernet0 ! interface FastEthernet1 ! interface FastEthernet2 ! interface FastEthernet3 ! interface FastEthernet4 description $ES_WAN$$ETH-WAN$ no ip address duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 1 ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$ ip address 192.168.11.1 255.255.255.0 ip nat inside ip virtual-reassembly ip tcp adjust-mss 1412 ! interface Dialer0 no ip address no cdp enable ! interface Dialer1 ip address negotiated ip mtu 1452 ip nat outside ip virtual-reassembly encapsulation ppp dialer pool 1 dialer-group 1 no cdp enable ppp authentication chap callin ppp chap hostname ?????????@??????????? ppp chap password 7 ??????????????? ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 Dialer1 ip http server ip http access-class 23 ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ! ! logging trap debugging access-list 1 remark INSIDE_IF=Vlan1 access-list 1 remark CCP_ACL Category=2 access-list 1 permit 192.168.11.0 0.0.0.255 access-list 100 remark CCP_ACL Category=128 access-list 100 permit ip host 255.255.255.255 any access-list 100 permit ip 127.0.0.0 0.255.255.255 any dialer-list 1 protocol ip permit no cdp run ! control-plane ! ! line con 0 login local no modem enable transport output telnet line aux 0 login local transport output telnet line vty 0 4 privilege level 15 login local transport input telnet ssh ! scheduler max-task-time 5000 scheduler allocate 4000 1000 scheduler interval 500 end よろしくお願いします。

  • Ciscoルータ(1710)でPINGが打てません。127.0.0.1

    Ciscoルータ(1710)でPINGが打てません。127.0.0.1や同じセグメント内のホストに対しても不可です。ルーティングテーブルやARPテーブルには認識されています。 このルータのF0配下にPCを接続していますが、そこから、このルータや公開NTPサーバへのPINGは正常に応答が返されます。 何が問題なのかが解らず閉口してます。runningコンフィグを張りますのでアドバイスをお願いします。 version 12.3 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname *** ! boot-start-marker boot-end-marker ! enable secret 5 **** ! username *** privilege 15 password 7 ****** no aaa new-model ip subnet-zero ! ! ip cef ip inspect name FW_RULE tcp ip inspect name FW_RULE udp ip inspect name FW_RULE icmp ip ips po max-events 100 no ftp-server write-enable ! interface Ethernet0 ip address 192.168.0.252 255.255.255.0 ip access-group 110 in ip nat outside ip virtual-reassembly half-duplex no cdp enable ! interface FastEthernet0 ip address 192.168.1.252 255.255.255.0 ip access-group 100 in ip nat inside ip inspect FW_RULE in ip virtual-reassembly speed auto no cdp enable ! ip classless ip route 0.0.0.0 0.0.0.0 192.168.0.254 ip http server ip http authentication local ip http secure-server ! ip nat inside source list 1 interface Ethernet0 overload ! ! access-list 100 permit tcp 192.168.1.0 0.0.0.255 any eq www access-list 100 permit udp 192.168.1.0 0.0.0.255 any access-list 100 permit icmp 192.168.1.0 0.0.0.255 any access-list 110 deny ip any any no cdp run ! ! control-plane ! ! line con 0 password 7 **** login line aux 0 line vty 0 4 privilege level 15 login local transport input telnet ssh ! end

  • Cisco1712の設定・ルータとして使用する設定を教えて下さい

    cisco無資格者(初心者)です。 cisco(1712)経由でPCからインターネット接続しようとしています。 (イメージ) www-(modem[0.1])-([0.2]RT[2.1])-([2.2]cisco[1.1])-([1.10]PC) modemのwww側がグローバルIPで、[x.x]の数字がローカルIPです(全て192.168.x.x/24です) RTは一般家庭用のブロードバンドルータです。RTのLAN側(cisco側)にはポートが4つあり、他の3つに接続したPCからは自由にwwwしてます。 それらのGWは[2.1]です。 ciscoではイメージ中全てのアドレスへのpingとwwwの名前解決及びpingが可能です。 PC[1.10]では、GWが[1.1]ですが、pingは図中の[2.2]までしか通らず、wwwの名前解決もできません。 PC[1.10]でウェブ閲覧するには何のコマンド(設定)を追加すればよいでしょうか。 補足要求もすぐに回答できると思います。 以下、Cisco1712の設定です。アドバイスお願いします。 Router#show running-config Building configuration... Current configuration : 956 bytes ! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! logging queue-limit 100 ! ip subnet-zero ! ! ip audit notify log ip audit po max-events 100 no ftp-server write-enable ! ! interface BRI0 no ip address shutdown ! interface FastEthernet0 ip address 192.168.2.2 255.255.255.0 duplex auto speed auto ! interface FastEthernet1 switchport access vlan 20 no ip address ! !(fa2 - 4までfa1と同じ設定・省略) ! interface Vlan20 ip address 192.168.1.1 255.255.255.0 ! interface Vlan1 no ip address ! ip classless ip route 0.0.0.0 0.0.0.0 192.168.2.1 no ip http server no ip http secure-server ! ip dns server ! line con 0 line aux 0 line vty 0 4 ! no scheduler allocate ! end