Remote mirror service on 7210 SAS M

Post Reply
raymondsayo
Member
Posts: 4
Joined: 01 Mar 2017 21:57

Remote mirror service on 7210 SAS M

Post by raymondsayo »

Hey experts,

Just wondering if anyone have any experience in running this pls or point me to some doco/guide?

I got the local mirror service working but got stuck when doing remote mirror over MPLS (SDP). Followed what I could find as a guide on the web thus far.

Running 7.4 and 6.3 versions. Both run local mirror fine but not to a remote capture point - not seeing traffic hit the capture device.

Any help would be appreciated.

Thanks in advance.
Raymond
k4k4k
Member
Posts: 2
Joined: 14 Mar 2017 23:58

Re: Remote mirror service on 7210 SAS M

Post by k4k4k »

could you share your configurations?
EightBup
Member
Posts: 3
Joined: 01 Jul 2019 12:57
Location: Somalia
Contact:

Remote mirror service on 7210 SAS M

Post by EightBup »

A user Win 7 OS starts uvnc_service when he needs help. After remote session he stops the service, but it is still possible to connect to the machine? Whats going on on this machine
jazzy
Member
Posts: 3
Joined: 21 Nov 2014 05:24

Re: Remote mirror service on 7210 SAS M

Post by jazzy »

Code: Select all

# SAS-M #

system 
 loopback-no-svc-port mirror 1/1/20
exit

port 1/1/20
    ethernet
        mode access 
        access
        exit
        mtu 9212
    exit
    no shutdown
exit

mirror 
    mirror-dest 7810001 create
        description "Client1_Remote_Traffic_Mirroring"
        fc be profile out
        spoke-sdp 1:7810001 create
            egress
                vc-label 7812
            exit
            no shutdown
        exit
        no shutdown
    exit 

debug
    mirror-source 7810001
        port 1/1/14 ingress
        sap 1/1/1:820 ingress
        no shutdown
    exit
exit

# 7750 SR #

mirror 
    mirror-dest 7810001 create
        description "Client1_Remote_Traffic_Mirroring"
        remote-source
            far-end 10.xx.xx.xx ing-svc-label 7812
        exit 
        sap 2/1/1 create 
        exit 
        no shutdown
    exit 
exit 
Post Reply

Return to “7210 SAS”