q123571963 发表于 2009-10-4 03:31:08

关于NP 的东西速度来看 不看后悔 ACL实验全部

现在大家已经知道NP包含很多 但是大家是不是换在ospf里面 晃悠呢   那么大兄弟 劝你别玩思科了。
NP少不了的东西也要搭配ACL访问控制。包括NAT网络地址转换 和PAT 等等都要用到。
(特别声明:找到其中的错误,命令已发出) 配置清单也写清楚了 也可以看清单打命令,看看错在哪里
RouterA#show running-config
!
hostname RouterA
!
no ip domain-lookup
!
interface Ethernet0/0
ip address 10.10.1.1 255.255.255.0
!
interface Ethernet0/1
ip address 10.10.2.1 255.255.255.0
!
interface Ethernet0/2
ip address 192.168.1.2 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.1.1
!
end


RouterB#show running-config
!
hostname RouterB
!
enable password cisco
!
no ip domain-lookup
!
interface Ethernet0/0
ip address 172.16.1.1 255.255.255.0
!         
interface Ethernet0/1
ip address 192.168.1.1 255.255.255.0
ip access-group 101 in
!
ip route 0.0.0.0 0.0.0.0 192.168.1.2
!
access-list 101 permit tcp 10.10.1.0 0.0.0.255 any eq telnet
access-list 101 deny   tcp 10.10.2.0 0.0.0.255 any eq telnet
access-list 101 deny   ip 10.10.2.0 0.0.0.255 host 172.16.1.10
access-list 101 permit ip 10.10.1.0 0.0.0.255 host 172.16.1.10
access-list 101 deny   icmp any any echo
access-list 101 deny   icmp any any echo-reply
!
line vty 0 4
password cisco
login
!
end


Server#show running-config
!
hostname Server
!
no ip routing
!
no ip domain-lookup
!
interface Ethernet0/0
ip address 172.16.1.10 255.255.255.0
!
ip default-gateway 172.16.1.1
!
end

Pc1#show running-config
!
hostname Pc1
!
no ip routing
!
no ip domain-lookup
!
interface Ethernet0/0
ip address 10.10.1.10 255.255.255.0
!
ip default-gateway 10.10.1.1
!
end

PC2#show running-config
!
hostname PC2
!
no ip routing
!
no ip domain-lookup
!
interface Ethernet0/0
ip address 10.10.2.10 255.255.255.0
!
ip default-gateway 10.10.2.1
!
end

menbel 发表于 2009-10-6 12:13:33

q123571963 发表于 2009-10-8 11:52:41

那个命令是错的 我是让大家排错的

晓ヅ波特 发表于 2009-10-8 14:11:35

这不是na么。。。

xu33816459 发表于 2009-10-21 05:42:45

友情帮顶!

友情帮顶,记得我帮你顶过哦!












Paper Cup Machine 隔膜泵 减速机 齿轮减速机

gaoxuexue 发表于 2009-11-17 09:48:28

顶你下谢谢

gangan 发表于 2009-11-17 14:05:27

谢谢楼主!!!

yangning 发表于 2009-11-19 14:50:47

辛苦斑竹!!!!

wgq731 发表于 2013-5-7 11:19:15

{:6_267:}

gxjnba007 发表于 2013-11-21 11:46:36

{:6_264:}
页: [1]
查看完整版本: 关于NP 的东西速度来看 不看后悔 ACL实验全部