質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Cisco

シスコ(Cisco Systems,Inc.)は、アメリカ合衆国に本社を置く、世界最大のコンピュータネットワーク機器開発会社及び同社の製品

Q&A

解決済

1回答

5522閲覧

Cisco 841m インターネットへ出るインターフェースを振り分けたい

saku-.-rai

総合スコア11

Cisco

シスコ(Cisco Systems,Inc.)は、アメリカ合衆国に本社を置く、世界最大のコンピュータネットワーク機器開発会社及び同社の製品

0グッド

0クリップ

投稿2017/05/06 03:00

Cisco841を使って、ルータの勉強をしている者です。

10.145.70.0/24
10.145.80.0/24
上記のネットワークがあり、それぞれVLAN70 VLAN80として切っています。

インターネットには「GigabitEthernet0/5」をONUに直結してDS-lite(Tunnel0)とPPPOE(Dialer1)を設定しています。

行いたいことは
10.145.70.0/24からはTunnel0を10.145.80.0/24からはDialer1を使ってインターネットに出たいのです。

どのような設定を行えばよろしいのでしょうか。

! ! Last configuration change at 11:42:48 JST Sat May 6 2017 ! NVRAM config last updated at 11:47:18 JST Sat May 6 2017 ! version 15.5 service timestamps debug datetime msec service timestamps log datetime msec localtime show-timezone year no service password-encryption ! hostname ch-cis01 ! boot-start-marker boot-end-marker ! ! logging buffered 4096 enable secret 5 $***** enable password j***** ! no aaa new-model ethernet lmi ce clock timezone JST 9 0 ! ! ! ! ! ip dhcp excluded-address 10.145.70.1 10.145.70.59 ip dhcp excluded-address 10.145.80.1 10.145.80.9 ! ip dhcp pool In-DHCP network 10.145.70.0 255.255.255.0 default-router 10.145.70.1 dns-server 208.67.222.222 208.67.220.220 ! ip dhcp pool srv-DHCP network 10.145.80.0 255.255.255.0 default-router 10.145.80.1 dns-server 208.67.222.222 208.67.220.220 ! ! ! no ip domain lookup ip domain name ***local ip name-server 8.8.8.8 ip inspect name CBAC tcp ip inspect name CBAC udp ip inspect name CBAC ftp ip cef ipv6 unicast-routing ipv6 cef ! parameter-map type inspect global log dropped-packets enable max-incomplete low 18000 max-incomplete high 20000 ! license udi pid C841M-4X-JSEC/K9 sn **** ! ! ! redundancy ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Tunnel0 description DS-Lite Tunnel ip address 192.0.0.2 255.255.255.252 ip flow ingress ip flow egress ip nat outside ip virtual-reassembly in load-interval 30 tunnel source GigabitEthernet0/5 tunnel mode ipv6 tunnel destination 2404:8E01::FEED:100 ! interface GigabitEthernet0/0 switchport access vlan 70 no ip address ! interface GigabitEthernet0/1 switchport access vlan 80 no ip address ! interface GigabitEthernet0/2 switchport access vlan 80 no ip address ! interface GigabitEthernet0/3 no ip address shutdown ! interface GigabitEthernet0/4 no ip address shutdown duplex auto speed auto ! interface GigabitEthernet0/5 no ip address ip nat outside ip virtual-reassembly in duplex auto speed auto ipv6 address autoconfig default ipv6 enable ipv6 dhcp client pd PREFIX pppoe enable group global pppoe-client dial-pool-number 1 ! interface Vlan1 no ip address shutdown ! interface Vlan70 ip address 10.145.70.1 255.255.255.0 ip flow ingress ip flow egress ip nat inside ip virtual-reassembly in ip tcp adjust-mss 1412 load-interval 30 ! interface Vlan80 ip address 10.145.80.1 255.255.255.0 ip nat inside ip virtual-reassembly in ! interface Dialer1 description INTERLINK GIP ***** ip address negotiated ip mtu 1454 ip nat outside ip virtual-reassembly in encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication chap callin ppp chap hostname ****@rb.il24.net ppp chap password 0 **** ! ip forward-protocol nd no ip http server no ip http secure-server ! ! ip nat inside source list 1 interface Tunnel0 overload ip nat inside source list 2 interface Dialer1 overload ip route 0.0.0.0 0.0.0.0 Tunnel0 ip route 0.0.0.0 0.0.0.0 Dialer1 ! logging trap debugging logging origin-id string ch-cis01 logging facility local5 logging host ****41.136 dialer-list 1 protocol ip permit ! ! access-list 1 permit 10.145.70.0 0.0.0.255 access-list 2 permit 10.145.80.0 0.0.0.255 ! ! line con 0 logging synchronous no modem enable line vty 0 4 password **** login transport input none ! scheduler allocate 20000 1000 ntp server ntp.nict.jp ! end

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ベストアンサー

ポリシーベースルーティング(ルートマップ)を使ってみてはどうでしょうか。

おなじみ、「ネットワークエンジニアとして」サイトが役立つと思います。

投稿2017/05/06 03:24

miyahan

総合スコア3095

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問