cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
302
Views
0
Helpful
2
Replies

allow 587 outbound to fqdn

nflnetwork
Level 1
Level 1

hello im trying allow 587 outbound to fqdn destination

is this possible in IOS-XE ?

What would my syntax look like?

source is 10.1.20.5 and is on vlan 10 with ACL "VLAN10_ACL"

destination smtp.mail.com

port is 587

2 Replies 2

Hello,

 

you either need to specify a local dns entry for smtp.mail.com on the Cisco router, or specify a DNS server that can resolve the DNS name:

 

ip domain-lookup
ip name-server x.x.x.x
or
ip host smtp.mail.com 10.10.10.1

!

ip access-list extended VLAN10_ACL
permit tcp host 10.1.20.5 host smtp.mail.com eq 587

i was told fqdn is not supported on 4500 is it correct ?
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card