are they enough for thr preparation
Frame-Relay can also be of interest for 607
walaboom wrote: TechNote saying NIC is physical layer device, it is actually datalink layer device......
You can prevent SMTP traffic originating from the WANs from traveling over link A by putting an outbound extended IP access list on the Serial 0 interface of RouterX. Use the following commands on RouterX: router(config)#access-list 105 deny TCP any host 172.16.11.253 eq SMTP router(config)#access-list 105 permit IP any any router(config)#interface serial 0 router(config-if)#ip access-group 105 out