jablonka.czprosek.czf

qos

Subversion Repositories:
[/] [trunk/] [iface_conf] - Rev 32 Go to most recent revision

Compare with Previous - Blame - Download


# Interfaces configuration file for QoS

interface eth0 {
    speed 100000
    type transit
    NONCZFSPD   32
    NONCONTRIBSPD       1024
    AIRFREESPD  5120
    SSHDIV      5
    PINGDIV     5
    INTERACTDIV 5
    VOIPDIV     5
    WWWDIV      3
    XFERDIV     5
    DFLTDIV     10
}

interface eth1 {
    speed 100000
    type transit
    NONCZFSPD   32
    NONCONTRIBSPD       1024
    AIRFREESPD  4096
    SSHDIV      5
    PINGDIV     5
    INTERACTDIV 5
    VOIPDIV     5
    WWWDIV      3
    XFERDIV     5
    DFLTDIV     10
}

interface eth2 {
    speed 50000
    type transit
    NONCZFSPD   32
    NONCONTRIBSPD       1024
    AIRFREESPD  4096
    SSHDIV      10
    PINGDIV     10
    INTERACTDIV 10
    VOIPDIV     10
    WWWDIV      3
    XFERDIV     5
    DFLTDIV     10
}

# download internet
interface inNET {
    speed 36000
    type transit
    NONCZFSPD   32
    AIRFREESPD  4096
    SSHDIV      6
    PINGDIV     6
    INTERACTDIV 6
    VOIPDIV     6
    WWWDIV      3
    XFERDIV     6
    DFLTDIV     9
}

# upload internet
interface outNET {
    speed 36000
    type transit
    NONCZFSPD   32
    AIRFREESPD  2048
    SSHDIV      6
    PINGDIV     6
    INTERACTDIV 6
    VOIPDIV     6
    WWWDIV      3
    XFERDIV     6
    DFLTDIV     9
}

# download CZF
interface inCZF {
    speed 64000
    type transit
    NONCZFSPD   32
    AIRFREESPD  4096
    SSHDIV      6
    PINGDIV     6
    INTERACTDIV 6
    VOIPDIV     6
    WWWDIV      2
    XFERDIV     4
    DFLTDIV     6
}

# upload CZF
interface outCZF {
    speed 64000
    type transit
    NONCZFSPD   32
    AIRFREESPD  2048
    SSHDIV      6
    PINGDIV     6
    INTERACTDIV 6
    VOIPDIV     6
    WWWDIV      2
    XFERDIV     4
    DFLTDIV     6
}

Powered by WebSVN 2.2.1