Hi - does anyone know how to enable MX for Radius CoA? The manual says that
the lines in red are mandatory and that by default  Junos listens on UDP
port 3799. This is on MX480.

ad...@ny-access001# show access
radius-server {
    114.0.1.10 secret "$9$fzF/tu1SyKBIyK8LbwfTz6tO"; ## SECRET-DATA
}
profile subs {
    authentication-order radius;
    radius {
        authentication-server 114.0.1.10;
    }
    radius-server {
        114.0.1.10 {
            secret "$9$YSoaUHqf3nCP5nCu0cSYgoGHm"; ## SECRET-DATA
            source-address 114.0.1.1;
        }
    }
}

But it does not work. Also when I show netstat -l, this port is nowhere
listed.

% netstat -l
Active Internet connections
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp4       0      0  172.22.34.94.23        172.22.35.163.2577
ESTABLISHED
tcp4       0      4  172.22.34.94.23        172.22.35.163.2496
ESTABLISHED
tcp4       0      0  172.22.34.94.23        128.251.72.111.4720
 ESTABLISHED
udp4       0      0  20.3.0.1.123           *.*
udp4       0      0  20.2.0.1.123           *.*
udp4       0      0  20.1.0.1.123           *.*
udp4       0      0  20.0.0.1.123           *.*
udp4       0      0  172.22.34.94.123       *.*
Active TNP connections
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
rdp        0      0  master.pfed            fpc5.40963             OPEN
rdp        0      0  master.chassisd        fpc5.40962             OPEN
rdp        0      0  master.1013            fpc5.40961             OPEN
rdp        0      0  master.ppmd            fpc5.40960             OPEN
rdp        0      0  master.pfed            fpc9.1027              OPEN
rdp        0      0  master.chassisd        fpc9.1026              OPEN
rdp        0      0  master.1013            fpc9.l2ald             OPEN
rdp        0      0  master.ppmd            fpc9.1024              OPEN
rdp        0      0  master.pfed            fpc4.31747             OPEN
rdp        0      0  master.chassisd        fpc4.31746             OPEN
rdp        0      0  master.1013            fpc4.31745             OPEN
rdp        0      0  master.ppmd            fpc4.31744             OPEN
rdp        0      0  master.pfed            fpc3.43011             OPEN
rdp        0      0  master.chassisd        fpc3.43010             OPEN
rdp        0      0  master.1013            fpc3.43009             OPEN
rdp        0      0  master.ppmd            fpc3.43008             OPEN
rdp        0      0  master.pfed            fpc1.23555             OPEN
rdp        0      0  master.chassisd        fpc1.23554             OPEN
rdp        0      0  master.1013            fpc1.23553             OPEN
rdp        0      0  master.ppmd            fpc1.23552             OPEN

Thanks,
Marlon
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to