What is the syntax for an extended access-list?
R1(config)#access-list "#" "permit or deny" "network protocol ie. tcp" "source host or network address" "destination host or network address" "protocol ie. telnet"
ex. R1(config)#access-list 110 deny 10.0.1.0 0.0.0.255 any 23