netflow:config
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
netflow:config [2025/04/01 17:30] – created veera | netflow:config [2025/04/01 17:44] (current) – [DRAC] veera | ||
---|---|---|---|
Line 15: | Line 15: | ||
The scenario is very simple. | The scenario is very simple. | ||
- | We allocate a free public IP with /31 (point to point) and assign one to the port and another to the NetFlow server. | + | We allocate a free public IP '' |
+ | {{: | ||
+ | |||
+ | The config : | ||
+ | |||
+ | < | ||
+ | |||
+ | interface GigabitEthernet0/ | ||
+ | ip address 203.0.118.32 255.255.255.254 | ||
+ | ip access-group RestrictedAccess | ||
+ | no shutdown | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | Create and apply the ACL to these IP subnets - these would represent the customers subnets and support IPs of vendor. | ||
+ | |||
+ | < | ||
+ | |||
+ | ip access-list extended RestrictedAccess | ||
+ | | ||
+ | | ||
+ | | ||
+ | deny ip any way | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | On the Trisul NetFlow server set the other IP in the ''/ | ||
+ | |||
+ | < | ||
+ | |||
+ | ip addr add 203.0.118.33/ | ||
+ | ip route add default via 203.0.118.0 dev eth0 | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | ===== DRAC ===== | ||
+ | |||
+ | |||
+ | If you wish to use DRAC for remote access then you can configure a second link using the same method. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | ===== Other options - Management VLAN ===== | ||
+ | |||
+ | If you have a separate management VLAN , then you can replace the public IP Address with private IP addresses in the management VLAN instead. | ||
netflow/config.1743508834.txt.gz · Last modified: 2025/04/01 17:30 by veera