簡単な構成

っていうか現実的な構成ではないね。これ。
で、まぁこんな趣味もあるということで。(趣味か?

!
version 11.2
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname router
!
enable secret 5 <略>
enable password 7 <略>
!
no ip domain-lookup
!
interface Ethernet0
 ip address 10.1.1.2 255.255.255.192
 no ip mroute-cache
!
interface Ethernet1
 ip address 172.16.1.1 255.255.255.0
 no ip mroute-cache
!
interface Serial0
 no ip address
 no ip mroute-cache
 shutdown
!
interface Serial1
 no ip address
 no ip mroute-cache
 shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.1.1
!
line con 0
line aux 0
line vty 0 4
 password 7 <略>
 login
!
end

で、これがナニかちゅーと、やるきなしの設定。
えーと、とりあえず10.x.x.xと172.x.x.xのセグメントをルーティングするっていうだけで。
そいでもって172.x.x.x側はなーんも繋がってなくって10.x.x.x側に任せてしまうわけ。
コレと対になる10.x.x.xのルータ設定とかについては…

本人曰く、面倒くさいにょ〜…だそうで、また次回があったら。(たぶんない。
やっぱり仕事ぢゃないとやるき出ないわ。
Top Home Contets Menu Copyright(c) 2001 Petitcharat.com / Powered By Net-I