- Trouble Ticket # 1
The NAT ACL needs to be reconfigured. The correct configuration is as follows:
ip access-list extended NAT-ACL
permit ip 10.1.1.0 0.0.0.255 anyThis prevents all traffic from being NATd, which is breaking the routing.
- Trouble Ticket # 2First, R1 is not advertising any routes to R2 because it has been configured to filter all LSAs. The ip ospf database-filter all out command applied under the FastEthernet0/0 interface of R1 must be removed. This prevents R4 from receiving any routes from R1, which . . .
The content below this message is for members only.