請問300-135需要像300-101一樣配置路由或修正錯誤嗎?
因為我在其他地方看到 300-135不能修改配置 只能查看show run 或ping的指令
無法使用 copy run sta之類的
https://bbs.hh010.com/forum.php?mod=viewthread&tid=549791&extra=&page=1&_dsign=13e5be40
還有是Ticket 2 IP NAT的模擬環境我依照神圖的指示將
在R1 interface s0/0/1下刪除 ”ip nat inside” 并增加 ”ip nat outside”
但修改之後client扔然PING 是正常的嗎?
我在模擬環境下show run R1內沒有看到ip nat inside的配置
下面是R1 show run的內容
R1#show runBuilding configuration...
Current configuration : 2421 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R1 ! ! ! ! ! clock timezone UTC 0 ! ! ! ! ip cef ipv6 unicast-routing ! no ipv6 cef ! ! ! ! ! ! ! ! ! ! no ip domain-lookup ! ! spanning-tree mode pvst ! ! ! ! ! ! interface Loopback1 description Test I/F for BGP, OSPFv2 & OSPFv3 Routing ip address 1.1.1.1 255.255.255.255 ipv6 address FEC0::1:1/122 ipv6 ospf 6 area 12 ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 no ip address encapsulation frame-relay ! interface Serial0/0/0.12 point-to-point description Link to R2 s0/0/0.12 ip address 10.1.1.1 255.255.255.252 frame-relay interface-dlci 121 ip ospf message-digest-key 1 md5 TSHOOT ip nat outside ipv6 address 2026::12:1/122 ipv6 ospf 6 area 12 clock rate 2000000 ! interface Serial0/0/1 description Link to ISP Router s0/0/0 ip address 209.65.200.225 255.255.255.252 encapsulation frame-relay frame-relay interface-dlci 151 ip access-group 30 in ip nat outside ! interface Vlan1 no ip address shutdown ! router ospf 1 router-id 1.1.1.1 log-adjacency-changes area 12 authentication message-digest network 10.1.1.0 0.0.0.3 area 12 network 1.1.1.1 0.0.0.0 area 12 default-information originate ! router bgp 65001 bgp log-neighbor-changes no synchronization neighbor 209.65.200.226 remote-as 65002 network 1.1.1.1 mask 255.255.255.255 network 209.65.200.224 mask 255.255.255.240 ! ipv6 router ospf 6 router-id 1.1.1.1 log-adjacency-changes ! ip nat inside source list Nat_Traffic interface Serial0/0/1 overload ip classless ip route 0.0.0.0 0.0.0.0 Null0 25 ip route 209.65.200.224 255.255.255.240 Null0 ! ip flow-export version 9 ! ! ip access-list standard Nat_Traffic permit 10.1.0.0 0.0.255.255 permit 192.168.1.128 0.0.0.31 permit 10.2.0.0 0.0.255.255 access-list 30 permit 209.65.200.224 0.0.0.3 access-list 30 permit host 209.65.200.241 access-list 30 permit host 15.15.15.15 access-list 30 deny 10.1.0.0 0.0.255.255 access-list 30 deny 10.2.0.0 0.0.255.255 ! ! ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous ! line aux 0 ! line vty 0 4 login ! ! ntp authentication-key 1 md5 08157F66263631 7 ntp authenticate ntp trusted-key 1 ntp server 209.65.200.241 key 1 ntp update-calendar ! end
還請各位大俠 解答下 謝謝
|