asked on
ASKER
ASKER
A router is a networking device that forwards data packets between computer networks. Routers perform the "traffic directing" functions on the Internet. The most familiar type of routers are home and small office cable or DSL routers that simply pass data, such as web pages, email, IM, and videos between computers and the Internet. More sophisticated routers, such as enterprise routers, connect large business or ISP networks up to the powerful core routers that forward data at high speed along the optical fiber lines of the Internet backbone. Though routers are typically dedicated hardware devices, use of software-based routers has grown increasingly common.
TRUSTED BY
ASKER
I noticed that some used ethertnet port IP as the follows:
(config)# int e0,
instead of s1/0 or s1/1 or s0.
What is the difference between using e0 and using s1/1 or s1/0?
I also noticed that someone used the first two lines as the follows:
config)# access-list 10 deny 192.168.1.99 0.0.0.0
(config)# access-list 10 permit any
In other words, they did not apply any ACL to ethernet or serial interface.
Do I still need to apply Acess Control List to interfaces?
Thanks!