Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Which port (e0a,e0M, etc)is used to send autosupport traffic? Can this be modified?

2013-02-14
12:50 PM
7,732 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need to determine which interface autosupport SMTP traffic is generated from in order to add to Exchange as relay... Also, is this modifiable?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It all depends on routing.
Run command 'route -s' to determine which interface is used to reach the mail relay.
If e0M is in the same range as another interface, then it is better to disable e0M because this interface only runs at 100Mbps-fd.
//Rein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So the e0M is on the management VLAN per best practices. Are you implying that 100M is not sufficient for the ASUP traffic? Is there any way to manually set the route? It sounds like you are saying that the filer will take the shortest hop to the SMTP server…
Scott Stafford | Data Solutions Architect
Presidio | www.presidio.com<http://www.presidio.com>
😧 918.925.9457 | C: 918.638.8124 | sstafford@presidio.com<mailto:sstafford@presidio.com>
Follow us:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not necessarily.
What I mean is that you have to be careful that de default route does not use the e0M interface because it only operates at 100Mbps. So make sure that the default route is not in the range of the e0M interface.
If your SMTP server is in another IP range than the e0M interface, than you can check which route/interface is used by checking the routing table (command = route -s).
I usually disable the e0M interface and create an extra VLAN one of the 1Gbps interfaces just to make sure that in no circumstance the e0M interface is used for production network traffic.
//Rein.
